@t-0/provider-sdk 1.1.12 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/common/gen/buf/validate/validate_pb.d.ts +8 -8
- package/lib/cjs/common/gen/ivms101/v1/ivms/ivms101_pb.d.ts +5 -5
- package/lib/cjs/common/gen/tzero/v1/common/common_pb.js +1 -1
- package/lib/cjs/common/gen/tzero/v1/common/payment_method_pb.d.ts +674 -10
- package/lib/cjs/common/gen/tzero/v1/common/payment_method_pb.js +340 -3
- package/lib/cjs/common/gen/tzero/v1/common/payment_receipt_pb.d.ts +3 -3
- package/lib/cjs/common/gen/tzero/v1/common/payment_receipt_pb.js +1 -1
- package/lib/cjs/common/gen/tzero/v1/payment/network_pb.d.ts +52 -38
- package/lib/cjs/common/gen/tzero/v1/payment/network_pb.js +19 -5
- package/lib/cjs/common/gen/tzero/v1/payment/provider_pb.d.ts +37 -23
- package/lib/cjs/common/gen/tzero/v1/payment/provider_pb.js +16 -2
- package/lib/cjs/common/gen/tzero/v1/payment_intent/beneficiary_pb.d.ts +15 -6
- package/lib/cjs/common/gen/tzero/v1/payment_intent/beneficiary_pb.js +2 -2
- package/lib/cjs/common/gen/tzero/v1/payment_intent/network_pb.d.ts +57 -19
- package/lib/cjs/common/gen/tzero/v1/payment_intent/network_pb.js +10 -2
- package/lib/cjs/common/gen/tzero/v1/payment_intent/pay_in_provider_pb.d.ts +4 -4
- package/lib/cjs/common/gen/tzero/v1/payment_intent/pay_in_provider_pb.js +2 -2
- package/lib/cjs/common/gen/tzero/v1/payment_intent/provider/provider_pb.d.ts +2 -2
- package/lib/cjs/common/gen/tzero/v1/payment_intent/provider/provider_pb.js +1 -1
- package/lib/cjs/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.d.ts +7 -7
- package/lib/cjs/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js +1 -1
- package/lib/cjs/index.d.ts +4 -0
- package/lib/cjs/index.js +5 -1
- package/lib/cjs/service/service.js +2 -1
- package/lib/cjs/service/validate_response.d.ts +13 -0
- package/lib/cjs/service/validate_response.js +38 -0
- package/lib/esm/common/gen/buf/validate/validate_pb.d.ts +8 -8
- package/lib/esm/common/gen/ivms101/v1/ivms/ivms101_pb.d.ts +5 -5
- package/lib/esm/common/gen/tzero/v1/common/common_pb.js +1 -1
- package/lib/esm/common/gen/tzero/v1/common/payment_method_pb.d.ts +674 -10
- package/lib/esm/common/gen/tzero/v1/common/payment_method_pb.js +338 -2
- package/lib/esm/common/gen/tzero/v1/common/payment_receipt_pb.d.ts +3 -3
- package/lib/esm/common/gen/tzero/v1/common/payment_receipt_pb.js +1 -1
- package/lib/esm/common/gen/tzero/v1/payment/network_pb.d.ts +52 -38
- package/lib/esm/common/gen/tzero/v1/payment/network_pb.js +19 -5
- package/lib/esm/common/gen/tzero/v1/payment/provider_pb.d.ts +37 -23
- package/lib/esm/common/gen/tzero/v1/payment/provider_pb.js +16 -2
- package/lib/esm/common/gen/tzero/v1/payment_intent/beneficiary_pb.d.ts +15 -6
- package/lib/esm/common/gen/tzero/v1/payment_intent/beneficiary_pb.js +2 -2
- package/lib/esm/common/gen/tzero/v1/payment_intent/network_pb.d.ts +57 -19
- package/lib/esm/common/gen/tzero/v1/payment_intent/network_pb.js +10 -2
- package/lib/esm/common/gen/tzero/v1/payment_intent/pay_in_provider_pb.d.ts +4 -4
- package/lib/esm/common/gen/tzero/v1/payment_intent/pay_in_provider_pb.js +2 -2
- package/lib/esm/common/gen/tzero/v1/payment_intent/provider/provider_pb.d.ts +2 -2
- package/lib/esm/common/gen/tzero/v1/payment_intent/provider/provider_pb.js +1 -1
- package/lib/esm/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.d.ts +7 -7
- package/lib/esm/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js +1 -1
- package/lib/esm/index.d.ts +4 -0
- package/lib/esm/index.js +4 -0
- package/lib/esm/service/service.js +2 -1
- package/lib/esm/service/validate_response.d.ts +13 -0
- package/lib/esm/service/validate_response.js +34 -0
- package/lib/tsconfig.cjs.tsbuildinfo +1 -1
- package/lib/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +4 -2
|
@@ -156,6 +156,78 @@ export type PaymentDetails = Message<"tzero.v1.common.PaymentDetails"> & {
|
|
|
156
156
|
*/
|
|
157
157
|
value: PaymentDetails_Nip;
|
|
158
158
|
case: "nip";
|
|
159
|
+
} | {
|
|
160
|
+
/**
|
|
161
|
+
* RTP - Real-Time Payments
|
|
162
|
+
* United States
|
|
163
|
+
*
|
|
164
|
+
* @generated from field: tzero.v1.common.PaymentDetails.Rtp rtp = 190;
|
|
165
|
+
*/
|
|
166
|
+
value: PaymentDetails_Rtp;
|
|
167
|
+
case: "rtp";
|
|
168
|
+
} | {
|
|
169
|
+
/**
|
|
170
|
+
* Chilean domestic bank transfer
|
|
171
|
+
* Chile
|
|
172
|
+
*
|
|
173
|
+
* @generated from field: tzero.v1.common.PaymentDetails.ChileanBankTransfer chilean_bank_transfer = 200;
|
|
174
|
+
*/
|
|
175
|
+
value: PaymentDetails_ChileanBankTransfer;
|
|
176
|
+
case: "chileanBankTransfer";
|
|
177
|
+
} | {
|
|
178
|
+
/**
|
|
179
|
+
* Peruvian domestic bank transfer
|
|
180
|
+
* Peru
|
|
181
|
+
*
|
|
182
|
+
* @generated from field: tzero.v1.common.PaymentDetails.PeruBankTransfer peru_bank_transfer = 210;
|
|
183
|
+
*/
|
|
184
|
+
value: PaymentDetails_PeruBankTransfer;
|
|
185
|
+
case: "peruBankTransfer";
|
|
186
|
+
} | {
|
|
187
|
+
/**
|
|
188
|
+
* Argentinian domestic bank transfer via CBU/CVU
|
|
189
|
+
* Argentina
|
|
190
|
+
*
|
|
191
|
+
* @generated from field: tzero.v1.common.PaymentDetails.ArgentinianBankTransfer argentinian_bank_transfer = 220;
|
|
192
|
+
*/
|
|
193
|
+
value: PaymentDetails_ArgentinianBankTransfer;
|
|
194
|
+
case: "argentinianBankTransfer";
|
|
195
|
+
} | {
|
|
196
|
+
/**
|
|
197
|
+
* Mexican domestic bank transfer via SPEI/CLABE
|
|
198
|
+
* Mexico
|
|
199
|
+
*
|
|
200
|
+
* @generated from field: tzero.v1.common.PaymentDetails.MexicanBankTransfer mexican_bank_transfer = 230;
|
|
201
|
+
*/
|
|
202
|
+
value: PaymentDetails_MexicanBankTransfer;
|
|
203
|
+
case: "mexicanBankTransfer";
|
|
204
|
+
} | {
|
|
205
|
+
/**
|
|
206
|
+
* Colombian ACH bank transfer
|
|
207
|
+
* Colombia
|
|
208
|
+
*
|
|
209
|
+
* @generated from field: tzero.v1.common.PaymentDetails.ColombianAch colombian_ach = 240;
|
|
210
|
+
*/
|
|
211
|
+
value: PaymentDetails_ColombianAch;
|
|
212
|
+
case: "colombianAch";
|
|
213
|
+
} | {
|
|
214
|
+
/**
|
|
215
|
+
* Colombian Bre-B high-speed payment rail
|
|
216
|
+
* Colombia
|
|
217
|
+
*
|
|
218
|
+
* @generated from field: tzero.v1.common.PaymentDetails.ColombianBreb colombian_breb = 250;
|
|
219
|
+
*/
|
|
220
|
+
value: PaymentDetails_ColombianBreb;
|
|
221
|
+
case: "colombianBreb";
|
|
222
|
+
} | {
|
|
223
|
+
/**
|
|
224
|
+
* GIP - Ghana Interbank Payment (GhIPSS)
|
|
225
|
+
* Ghana
|
|
226
|
+
*
|
|
227
|
+
* @generated from field: tzero.v1.common.PaymentDetails.Gip gip = 260;
|
|
228
|
+
*/
|
|
229
|
+
value: PaymentDetails_Gip;
|
|
230
|
+
case: "gip";
|
|
159
231
|
} | {
|
|
160
232
|
case: undefined;
|
|
161
233
|
value?: undefined;
|
|
@@ -495,11 +567,11 @@ export type PaymentDetails_Swift = Message<"tzero.v1.common.PaymentDetails.Swift
|
|
|
495
567
|
*
|
|
496
568
|
* @generated from field: optional string account_currency = 80;
|
|
497
569
|
*/
|
|
498
|
-
accountCurrency?: string;
|
|
570
|
+
accountCurrency?: string | undefined;
|
|
499
571
|
/**
|
|
500
572
|
* @generated from field: tzero.v1.common.PaymentDetails.Swift.IntermediaryBank intermediary_bank = 90;
|
|
501
573
|
*/
|
|
502
|
-
intermediaryBank?: PaymentDetails_Swift_IntermediaryBank;
|
|
574
|
+
intermediaryBank?: PaymentDetails_Swift_IntermediaryBank | undefined;
|
|
503
575
|
};
|
|
504
576
|
/**
|
|
505
577
|
* Describes the message tzero.v1.common.PaymentDetails.Swift.
|
|
@@ -550,6 +622,12 @@ export type PaymentDetails_Ach = Message<"tzero.v1.common.PaymentDetails.Ach"> &
|
|
|
550
622
|
* @generated from field: tzero.v1.common.PaymentDetails.Ach.AchAccountType account_type = 40;
|
|
551
623
|
*/
|
|
552
624
|
accountType: PaymentDetails_Ach_AchAccountType;
|
|
625
|
+
/**
|
|
626
|
+
* Payment reference/description (optional)
|
|
627
|
+
*
|
|
628
|
+
* @generated from field: string payment_reference = 50;
|
|
629
|
+
*/
|
|
630
|
+
paymentReference: string;
|
|
553
631
|
};
|
|
554
632
|
/**
|
|
555
633
|
* Describes the message tzero.v1.common.PaymentDetails.Ach.
|
|
@@ -643,13 +721,13 @@ export type PaymentDetails_Pesonet = Message<"tzero.v1.common.PaymentDetails.Pes
|
|
|
643
721
|
*
|
|
644
722
|
* @generated from field: optional string purpose_of_transfer = 40;
|
|
645
723
|
*/
|
|
646
|
-
purposeOfTransfer?: string;
|
|
724
|
+
purposeOfTransfer?: string | undefined;
|
|
647
725
|
/**
|
|
648
726
|
* Recipient's Address/Email (Optional/Mandatory depending on bank)
|
|
649
727
|
*
|
|
650
728
|
* @generated from field: optional string recipient_address_email = 50;
|
|
651
729
|
*/
|
|
652
|
-
recipientAddressEmail?: string;
|
|
730
|
+
recipientAddressEmail?: string | undefined;
|
|
653
731
|
};
|
|
654
732
|
/**
|
|
655
733
|
* Describes the message tzero.v1.common.PaymentDetails.Pesonet.
|
|
@@ -683,7 +761,7 @@ export type PaymentDetails_Instapay = Message<"tzero.v1.common.PaymentDetails.In
|
|
|
683
761
|
*
|
|
684
762
|
* @generated from field: optional string purpose_of_transfer = 40;
|
|
685
763
|
*/
|
|
686
|
-
purposeOfTransfer?: string;
|
|
764
|
+
purposeOfTransfer?: string | undefined;
|
|
687
765
|
};
|
|
688
766
|
/**
|
|
689
767
|
* Describes the message tzero.v1.common.PaymentDetails.Instapay.
|
|
@@ -715,7 +793,7 @@ export type PaymentDetails_PakistanBankTransfer = Message<"tzero.v1.common.Payme
|
|
|
715
793
|
*
|
|
716
794
|
* @generated from field: optional string beneficiary_cnic = 25;
|
|
717
795
|
*/
|
|
718
|
-
beneficiaryCnic?: string;
|
|
796
|
+
beneficiaryCnic?: string | undefined;
|
|
719
797
|
/**
|
|
720
798
|
* Payment reference/description
|
|
721
799
|
*
|
|
@@ -764,7 +842,7 @@ export type PaymentDetails_PakistanMobileWallet = Message<"tzero.v1.common.Payme
|
|
|
764
842
|
*
|
|
765
843
|
* @generated from field: optional string payment_reference = 50;
|
|
766
844
|
*/
|
|
767
|
-
paymentReference?: string;
|
|
845
|
+
paymentReference?: string | undefined;
|
|
768
846
|
};
|
|
769
847
|
/**
|
|
770
848
|
* Describes the message tzero.v1.common.PaymentDetails.PakistanMobileWallet.
|
|
@@ -840,13 +918,13 @@ export type PaymentDetails_Pix = Message<"tzero.v1.common.PaymentDetails.Pix"> &
|
|
|
840
918
|
*
|
|
841
919
|
* @generated from field: optional string beneficiary_tax_id = 40;
|
|
842
920
|
*/
|
|
843
|
-
beneficiaryTaxId?: string;
|
|
921
|
+
beneficiaryTaxId?: string | undefined;
|
|
844
922
|
/**
|
|
845
923
|
* (Optional) Payment description/reference
|
|
846
924
|
*
|
|
847
925
|
* @generated from field: optional string payment_reference = 50;
|
|
848
926
|
*/
|
|
849
|
-
paymentReference?: string;
|
|
927
|
+
paymentReference?: string | undefined;
|
|
850
928
|
};
|
|
851
929
|
/**
|
|
852
930
|
* Describes the message tzero.v1.common.PaymentDetails.Pix.
|
|
@@ -945,6 +1023,12 @@ export type PaymentDetails_Cnaps = Message<"tzero.v1.common.PaymentDetails.Cnaps
|
|
|
945
1023
|
case: undefined;
|
|
946
1024
|
value?: undefined;
|
|
947
1025
|
};
|
|
1026
|
+
/**
|
|
1027
|
+
* Payment reference/description (optional)
|
|
1028
|
+
*
|
|
1029
|
+
* @generated from field: string payment_reference = 70;
|
|
1030
|
+
*/
|
|
1031
|
+
paymentReference: string;
|
|
948
1032
|
};
|
|
949
1033
|
/**
|
|
950
1034
|
* Describes the message tzero.v1.common.PaymentDetails.Cnaps.
|
|
@@ -1020,6 +1104,538 @@ export type PaymentDetails_Nip = Message<"tzero.v1.common.PaymentDetails.Nip"> &
|
|
|
1020
1104
|
* Use `create(PaymentDetails_NipSchema)` to create a new message.
|
|
1021
1105
|
*/
|
|
1022
1106
|
export declare const PaymentDetails_NipSchema: GenMessage<PaymentDetails_Nip>;
|
|
1107
|
+
/**
|
|
1108
|
+
* RTP - Real-Time Payments (USA)
|
|
1109
|
+
* Real-time bank-to-bank transfers using routing and account numbers
|
|
1110
|
+
*
|
|
1111
|
+
* @generated from message tzero.v1.common.PaymentDetails.Rtp
|
|
1112
|
+
*/
|
|
1113
|
+
export type PaymentDetails_Rtp = Message<"tzero.v1.common.PaymentDetails.Rtp"> & {
|
|
1114
|
+
/**
|
|
1115
|
+
* ABA routing number (9 digits)
|
|
1116
|
+
*
|
|
1117
|
+
* @generated from field: string routing_number = 10;
|
|
1118
|
+
*/
|
|
1119
|
+
routingNumber: string;
|
|
1120
|
+
/**
|
|
1121
|
+
* @generated from field: string account_number = 20;
|
|
1122
|
+
*/
|
|
1123
|
+
accountNumber: string;
|
|
1124
|
+
/**
|
|
1125
|
+
* @generated from field: tzero.v1.common.PaymentDetails.Rtp.RtpAccountType account_type = 30;
|
|
1126
|
+
*/
|
|
1127
|
+
accountType: PaymentDetails_Rtp_RtpAccountType;
|
|
1128
|
+
/**
|
|
1129
|
+
* @generated from field: string bank_name = 40;
|
|
1130
|
+
*/
|
|
1131
|
+
bankName: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* Payment reference/description (optional)
|
|
1134
|
+
*
|
|
1135
|
+
* @generated from field: string payment_reference = 50;
|
|
1136
|
+
*/
|
|
1137
|
+
paymentReference: string;
|
|
1138
|
+
};
|
|
1139
|
+
/**
|
|
1140
|
+
* Describes the message tzero.v1.common.PaymentDetails.Rtp.
|
|
1141
|
+
* Use `create(PaymentDetails_RtpSchema)` to create a new message.
|
|
1142
|
+
*/
|
|
1143
|
+
export declare const PaymentDetails_RtpSchema: GenMessage<PaymentDetails_Rtp>;
|
|
1144
|
+
/**
|
|
1145
|
+
* @generated from enum tzero.v1.common.PaymentDetails.Rtp.RtpAccountType
|
|
1146
|
+
*/
|
|
1147
|
+
export declare enum PaymentDetails_Rtp_RtpAccountType {
|
|
1148
|
+
/**
|
|
1149
|
+
* @generated from enum value: RTP_ACCOUNT_TYPE_UNSPECIFIED = 0;
|
|
1150
|
+
*/
|
|
1151
|
+
UNSPECIFIED = 0,
|
|
1152
|
+
/**
|
|
1153
|
+
* @generated from enum value: RTP_ACCOUNT_TYPE_CHECKING = 10;
|
|
1154
|
+
*/
|
|
1155
|
+
CHECKING = 10,
|
|
1156
|
+
/**
|
|
1157
|
+
* @generated from enum value: RTP_ACCOUNT_TYPE_SAVINGS = 20;
|
|
1158
|
+
*/
|
|
1159
|
+
SAVINGS = 20
|
|
1160
|
+
}
|
|
1161
|
+
/**
|
|
1162
|
+
* Describes the enum tzero.v1.common.PaymentDetails.Rtp.RtpAccountType.
|
|
1163
|
+
*/
|
|
1164
|
+
export declare const PaymentDetails_Rtp_RtpAccountTypeSchema: GenEnum<PaymentDetails_Rtp_RtpAccountType>;
|
|
1165
|
+
/**
|
|
1166
|
+
* Chilean domestic bank transfer
|
|
1167
|
+
* Uses RUT (national taxpayer ID) as the beneficiary identifier.
|
|
1168
|
+
*
|
|
1169
|
+
* @generated from message tzero.v1.common.PaymentDetails.ChileanBankTransfer
|
|
1170
|
+
*/
|
|
1171
|
+
export type PaymentDetails_ChileanBankTransfer = Message<"tzero.v1.common.PaymentDetails.ChileanBankTransfer"> & {
|
|
1172
|
+
/**
|
|
1173
|
+
* RUT of the beneficiary - 7-9 digits + check digit (K or 0-9).
|
|
1174
|
+
* Example: "12345678-9", "1234567-K".
|
|
1175
|
+
*
|
|
1176
|
+
* @generated from field: string document_number = 10;
|
|
1177
|
+
*/
|
|
1178
|
+
documentNumber: string;
|
|
1179
|
+
/**
|
|
1180
|
+
* Beneficiary full name (max 45 chars; provider truncates if longer).
|
|
1181
|
+
*
|
|
1182
|
+
* @generated from field: string beneficiary_name = 20;
|
|
1183
|
+
*/
|
|
1184
|
+
beneficiaryName: string;
|
|
1185
|
+
/**
|
|
1186
|
+
* Destination bank code - 3 digits (e.g. "012" for BCI).
|
|
1187
|
+
*
|
|
1188
|
+
* @generated from field: string bank_code = 30;
|
|
1189
|
+
*/
|
|
1190
|
+
bankCode: string;
|
|
1191
|
+
/**
|
|
1192
|
+
* Destination account number - up to 18 digits (zero-padded by the provider if needed).
|
|
1193
|
+
*
|
|
1194
|
+
* @generated from field: string account_number = 40;
|
|
1195
|
+
*/
|
|
1196
|
+
accountNumber: string;
|
|
1197
|
+
/**
|
|
1198
|
+
* Account type. Optional - required by some provider fallbacks (e.g. Itau),
|
|
1199
|
+
* ignored by others (e.g. BCI).
|
|
1200
|
+
*
|
|
1201
|
+
* @generated from field: optional tzero.v1.common.PaymentDetails.ChileanBankTransfer.AccountType account_type = 50;
|
|
1202
|
+
*/
|
|
1203
|
+
accountType?: PaymentDetails_ChileanBankTransfer_AccountType | undefined;
|
|
1204
|
+
};
|
|
1205
|
+
/**
|
|
1206
|
+
* Describes the message tzero.v1.common.PaymentDetails.ChileanBankTransfer.
|
|
1207
|
+
* Use `create(PaymentDetails_ChileanBankTransferSchema)` to create a new message.
|
|
1208
|
+
*/
|
|
1209
|
+
export declare const PaymentDetails_ChileanBankTransferSchema: GenMessage<PaymentDetails_ChileanBankTransfer>;
|
|
1210
|
+
/**
|
|
1211
|
+
* @generated from enum tzero.v1.common.PaymentDetails.ChileanBankTransfer.AccountType
|
|
1212
|
+
*/
|
|
1213
|
+
export declare enum PaymentDetails_ChileanBankTransfer_AccountType {
|
|
1214
|
+
/**
|
|
1215
|
+
* @generated from enum value: ACCOUNT_TYPE_UNSPECIFIED = 0;
|
|
1216
|
+
*/
|
|
1217
|
+
UNSPECIFIED = 0,
|
|
1218
|
+
/**
|
|
1219
|
+
* Cuenta Corriente
|
|
1220
|
+
*
|
|
1221
|
+
* @generated from enum value: ACCOUNT_TYPE_CHECKING = 10;
|
|
1222
|
+
*/
|
|
1223
|
+
CHECKING = 10,
|
|
1224
|
+
/**
|
|
1225
|
+
* Cuenta Vista / Cuenta RUT
|
|
1226
|
+
*
|
|
1227
|
+
* @generated from enum value: ACCOUNT_TYPE_VISTA = 20;
|
|
1228
|
+
*/
|
|
1229
|
+
VISTA = 20,
|
|
1230
|
+
/**
|
|
1231
|
+
* Cuenta de Ahorro
|
|
1232
|
+
*
|
|
1233
|
+
* @generated from enum value: ACCOUNT_TYPE_SAVINGS = 40;
|
|
1234
|
+
*/
|
|
1235
|
+
SAVINGS = 40
|
|
1236
|
+
}
|
|
1237
|
+
/**
|
|
1238
|
+
* Describes the enum tzero.v1.common.PaymentDetails.ChileanBankTransfer.AccountType.
|
|
1239
|
+
*/
|
|
1240
|
+
export declare const PaymentDetails_ChileanBankTransfer_AccountTypeSchema: GenEnum<PaymentDetails_ChileanBankTransfer_AccountType>;
|
|
1241
|
+
/**
|
|
1242
|
+
* Peruvian domestic bank transfer (PEN, USD-PE)
|
|
1243
|
+
*
|
|
1244
|
+
* @generated from message tzero.v1.common.PaymentDetails.PeruBankTransfer
|
|
1245
|
+
*/
|
|
1246
|
+
export type PaymentDetails_PeruBankTransfer = Message<"tzero.v1.common.PaymentDetails.PeruBankTransfer"> & {
|
|
1247
|
+
/**
|
|
1248
|
+
* Document number of the beneficiary.
|
|
1249
|
+
* Per document_type: DNI up to 8 digits; CE and RUC may be longer.
|
|
1250
|
+
*
|
|
1251
|
+
* @generated from field: string document_number = 10;
|
|
1252
|
+
*/
|
|
1253
|
+
documentNumber: string;
|
|
1254
|
+
/**
|
|
1255
|
+
* Document type. Optional - defaults to DNI on the provider side if unset.
|
|
1256
|
+
*
|
|
1257
|
+
* @generated from field: optional tzero.v1.common.PaymentDetails.PeruBankTransfer.DocumentType document_type = 20;
|
|
1258
|
+
*/
|
|
1259
|
+
documentType?: PaymentDetails_PeruBankTransfer_DocumentType | undefined;
|
|
1260
|
+
/**
|
|
1261
|
+
* Destination bank code (mapped to provider-specific bank codes internally).
|
|
1262
|
+
*
|
|
1263
|
+
* @generated from field: string bank_code = 30;
|
|
1264
|
+
*/
|
|
1265
|
+
bankCode: string;
|
|
1266
|
+
/**
|
|
1267
|
+
* Destination account number.
|
|
1268
|
+
*
|
|
1269
|
+
* @generated from field: string account_number = 40;
|
|
1270
|
+
*/
|
|
1271
|
+
accountNumber: string;
|
|
1272
|
+
/**
|
|
1273
|
+
* @generated from field: tzero.v1.common.PaymentDetails.PeruBankTransfer.AccountType account_type = 50;
|
|
1274
|
+
*/
|
|
1275
|
+
accountType: PaymentDetails_PeruBankTransfer_AccountType;
|
|
1276
|
+
};
|
|
1277
|
+
/**
|
|
1278
|
+
* Describes the message tzero.v1.common.PaymentDetails.PeruBankTransfer.
|
|
1279
|
+
* Use `create(PaymentDetails_PeruBankTransferSchema)` to create a new message.
|
|
1280
|
+
*/
|
|
1281
|
+
export declare const PaymentDetails_PeruBankTransferSchema: GenMessage<PaymentDetails_PeruBankTransfer>;
|
|
1282
|
+
/**
|
|
1283
|
+
* @generated from enum tzero.v1.common.PaymentDetails.PeruBankTransfer.DocumentType
|
|
1284
|
+
*/
|
|
1285
|
+
export declare enum PaymentDetails_PeruBankTransfer_DocumentType {
|
|
1286
|
+
/**
|
|
1287
|
+
* @generated from enum value: DOCUMENT_TYPE_UNSPECIFIED = 0;
|
|
1288
|
+
*/
|
|
1289
|
+
UNSPECIFIED = 0,
|
|
1290
|
+
/**
|
|
1291
|
+
* DNI - Documento Nacional de Identidad (max 8 digits)
|
|
1292
|
+
*
|
|
1293
|
+
* @generated from enum value: DOCUMENT_TYPE_DNI = 10;
|
|
1294
|
+
*/
|
|
1295
|
+
DNI = 10,
|
|
1296
|
+
/**
|
|
1297
|
+
* CE - Carnet de Extranjeria (foreigner ID)
|
|
1298
|
+
*
|
|
1299
|
+
* @generated from enum value: DOCUMENT_TYPE_CE = 20;
|
|
1300
|
+
*/
|
|
1301
|
+
CE = 20,
|
|
1302
|
+
/**
|
|
1303
|
+
* RUC - Registro Unico de Contribuyentes (business tax ID)
|
|
1304
|
+
*
|
|
1305
|
+
* @generated from enum value: DOCUMENT_TYPE_RUC = 30;
|
|
1306
|
+
*/
|
|
1307
|
+
RUC = 30
|
|
1308
|
+
}
|
|
1309
|
+
/**
|
|
1310
|
+
* Describes the enum tzero.v1.common.PaymentDetails.PeruBankTransfer.DocumentType.
|
|
1311
|
+
*/
|
|
1312
|
+
export declare const PaymentDetails_PeruBankTransfer_DocumentTypeSchema: GenEnum<PaymentDetails_PeruBankTransfer_DocumentType>;
|
|
1313
|
+
/**
|
|
1314
|
+
* @generated from enum tzero.v1.common.PaymentDetails.PeruBankTransfer.AccountType
|
|
1315
|
+
*/
|
|
1316
|
+
export declare enum PaymentDetails_PeruBankTransfer_AccountType {
|
|
1317
|
+
/**
|
|
1318
|
+
* @generated from enum value: ACCOUNT_TYPE_UNSPECIFIED = 0;
|
|
1319
|
+
*/
|
|
1320
|
+
UNSPECIFIED = 0,
|
|
1321
|
+
/**
|
|
1322
|
+
* @generated from enum value: ACCOUNT_TYPE_CHECKING = 10;
|
|
1323
|
+
*/
|
|
1324
|
+
CHECKING = 10,
|
|
1325
|
+
/**
|
|
1326
|
+
* @generated from enum value: ACCOUNT_TYPE_SAVINGS = 20;
|
|
1327
|
+
*/
|
|
1328
|
+
SAVINGS = 20
|
|
1329
|
+
}
|
|
1330
|
+
/**
|
|
1331
|
+
* Describes the enum tzero.v1.common.PaymentDetails.PeruBankTransfer.AccountType.
|
|
1332
|
+
*/
|
|
1333
|
+
export declare const PaymentDetails_PeruBankTransfer_AccountTypeSchema: GenEnum<PaymentDetails_PeruBankTransfer_AccountType>;
|
|
1334
|
+
/**
|
|
1335
|
+
* Argentinian domestic bank transfer via CBU or CVU.
|
|
1336
|
+
* CUIT/CUIL of the beneficiary is carried in Travel Rule Data, not here.
|
|
1337
|
+
*
|
|
1338
|
+
* @generated from message tzero.v1.common.PaymentDetails.ArgentinianBankTransfer
|
|
1339
|
+
*/
|
|
1340
|
+
export type PaymentDetails_ArgentinianBankTransfer = Message<"tzero.v1.common.PaymentDetails.ArgentinianBankTransfer"> & {
|
|
1341
|
+
/**
|
|
1342
|
+
* CBU (traditional bank account) or CVU (virtual account, starts with "000"),
|
|
1343
|
+
* exactly 22 digits.
|
|
1344
|
+
*
|
|
1345
|
+
* @generated from field: string account_number = 10;
|
|
1346
|
+
*/
|
|
1347
|
+
accountNumber: string;
|
|
1348
|
+
};
|
|
1349
|
+
/**
|
|
1350
|
+
* Describes the message tzero.v1.common.PaymentDetails.ArgentinianBankTransfer.
|
|
1351
|
+
* Use `create(PaymentDetails_ArgentinianBankTransferSchema)` to create a new message.
|
|
1352
|
+
*/
|
|
1353
|
+
export declare const PaymentDetails_ArgentinianBankTransferSchema: GenMessage<PaymentDetails_ArgentinianBankTransfer>;
|
|
1354
|
+
/**
|
|
1355
|
+
* Mexican domestic bank transfer via SPEI using a CLABE account number.
|
|
1356
|
+
* RFC of the beneficiary is carried in Travel Rule Data, not here.
|
|
1357
|
+
*
|
|
1358
|
+
* @generated from message tzero.v1.common.PaymentDetails.MexicanBankTransfer
|
|
1359
|
+
*/
|
|
1360
|
+
export type PaymentDetails_MexicanBankTransfer = Message<"tzero.v1.common.PaymentDetails.MexicanBankTransfer"> & {
|
|
1361
|
+
/**
|
|
1362
|
+
* Beneficiary full name.
|
|
1363
|
+
*
|
|
1364
|
+
* @generated from field: string beneficiary_name = 10;
|
|
1365
|
+
*/
|
|
1366
|
+
beneficiaryName: string;
|
|
1367
|
+
/**
|
|
1368
|
+
* Bank institution code.
|
|
1369
|
+
*
|
|
1370
|
+
* @generated from field: string bank_code = 20;
|
|
1371
|
+
*/
|
|
1372
|
+
bankCode: string;
|
|
1373
|
+
/**
|
|
1374
|
+
* CLABE (Clave Bancaria Estandarizada) - exactly 18 digits.
|
|
1375
|
+
* Format: 3 digits bank code + 3 digits plaza code + 11 digits account + 1 check digit.
|
|
1376
|
+
*
|
|
1377
|
+
* @generated from field: string account_number = 30;
|
|
1378
|
+
*/
|
|
1379
|
+
accountNumber: string;
|
|
1380
|
+
};
|
|
1381
|
+
/**
|
|
1382
|
+
* Describes the message tzero.v1.common.PaymentDetails.MexicanBankTransfer.
|
|
1383
|
+
* Use `create(PaymentDetails_MexicanBankTransferSchema)` to create a new message.
|
|
1384
|
+
*/
|
|
1385
|
+
export declare const PaymentDetails_MexicanBankTransferSchema: GenMessage<PaymentDetails_MexicanBankTransfer>;
|
|
1386
|
+
/**
|
|
1387
|
+
* Colombian ACH (Automated Clearing House) bank transfer.
|
|
1388
|
+
*
|
|
1389
|
+
* @generated from message tzero.v1.common.PaymentDetails.ColombianAch
|
|
1390
|
+
*/
|
|
1391
|
+
export type PaymentDetails_ColombianAch = Message<"tzero.v1.common.PaymentDetails.ColombianAch"> & {
|
|
1392
|
+
/**
|
|
1393
|
+
* @generated from field: string document_number = 10;
|
|
1394
|
+
*/
|
|
1395
|
+
documentNumber: string;
|
|
1396
|
+
/**
|
|
1397
|
+
* @generated from field: tzero.v1.common.PaymentDetails.ColombianAch.DocumentType document_type = 20;
|
|
1398
|
+
*/
|
|
1399
|
+
documentType: PaymentDetails_ColombianAch_DocumentType;
|
|
1400
|
+
/**
|
|
1401
|
+
* @generated from field: string bank_code = 30;
|
|
1402
|
+
*/
|
|
1403
|
+
bankCode: string;
|
|
1404
|
+
/**
|
|
1405
|
+
* @generated from field: string account_number = 40;
|
|
1406
|
+
*/
|
|
1407
|
+
accountNumber: string;
|
|
1408
|
+
/**
|
|
1409
|
+
* @generated from field: tzero.v1.common.PaymentDetails.ColombianAch.AccountType account_type = 50;
|
|
1410
|
+
*/
|
|
1411
|
+
accountType: PaymentDetails_ColombianAch_AccountType;
|
|
1412
|
+
/**
|
|
1413
|
+
* @generated from field: string beneficiary_name = 60;
|
|
1414
|
+
*/
|
|
1415
|
+
beneficiaryName: string;
|
|
1416
|
+
/**
|
|
1417
|
+
* Beneficiary phone number. Optional - required only for Row provider;
|
|
1418
|
+
* Mono/Cobre use a default when omitted.
|
|
1419
|
+
*
|
|
1420
|
+
* @generated from field: optional string phone_number = 70;
|
|
1421
|
+
*/
|
|
1422
|
+
phoneNumber?: string | undefined;
|
|
1423
|
+
};
|
|
1424
|
+
/**
|
|
1425
|
+
* Describes the message tzero.v1.common.PaymentDetails.ColombianAch.
|
|
1426
|
+
* Use `create(PaymentDetails_ColombianAchSchema)` to create a new message.
|
|
1427
|
+
*/
|
|
1428
|
+
export declare const PaymentDetails_ColombianAchSchema: GenMessage<PaymentDetails_ColombianAch>;
|
|
1429
|
+
/**
|
|
1430
|
+
* @generated from enum tzero.v1.common.PaymentDetails.ColombianAch.DocumentType
|
|
1431
|
+
*/
|
|
1432
|
+
export declare enum PaymentDetails_ColombianAch_DocumentType {
|
|
1433
|
+
/**
|
|
1434
|
+
* @generated from enum value: DOCUMENT_TYPE_UNSPECIFIED = 0;
|
|
1435
|
+
*/
|
|
1436
|
+
UNSPECIFIED = 0,
|
|
1437
|
+
/**
|
|
1438
|
+
* CC - Cedula de Ciudadania
|
|
1439
|
+
*
|
|
1440
|
+
* @generated from enum value: DOCUMENT_TYPE_CC = 10;
|
|
1441
|
+
*/
|
|
1442
|
+
CC = 10,
|
|
1443
|
+
/**
|
|
1444
|
+
* CE - Cedula de Extranjeria
|
|
1445
|
+
*
|
|
1446
|
+
* @generated from enum value: DOCUMENT_TYPE_CE = 20;
|
|
1447
|
+
*/
|
|
1448
|
+
CE = 20,
|
|
1449
|
+
/**
|
|
1450
|
+
* NIT - Numero de Identificacion Tributaria (business tax ID)
|
|
1451
|
+
*
|
|
1452
|
+
* @generated from enum value: DOCUMENT_TYPE_NIT = 30;
|
|
1453
|
+
*/
|
|
1454
|
+
NIT = 30,
|
|
1455
|
+
/**
|
|
1456
|
+
* TI - Tarjeta de Identidad
|
|
1457
|
+
*
|
|
1458
|
+
* @generated from enum value: DOCUMENT_TYPE_TI = 40;
|
|
1459
|
+
*/
|
|
1460
|
+
TI = 40,
|
|
1461
|
+
/**
|
|
1462
|
+
* PP - Pasaporte
|
|
1463
|
+
*
|
|
1464
|
+
* @generated from enum value: DOCUMENT_TYPE_PP = 50;
|
|
1465
|
+
*/
|
|
1466
|
+
PP = 50
|
|
1467
|
+
}
|
|
1468
|
+
/**
|
|
1469
|
+
* Describes the enum tzero.v1.common.PaymentDetails.ColombianAch.DocumentType.
|
|
1470
|
+
*/
|
|
1471
|
+
export declare const PaymentDetails_ColombianAch_DocumentTypeSchema: GenEnum<PaymentDetails_ColombianAch_DocumentType>;
|
|
1472
|
+
/**
|
|
1473
|
+
* @generated from enum tzero.v1.common.PaymentDetails.ColombianAch.AccountType
|
|
1474
|
+
*/
|
|
1475
|
+
export declare enum PaymentDetails_ColombianAch_AccountType {
|
|
1476
|
+
/**
|
|
1477
|
+
* @generated from enum value: ACCOUNT_TYPE_UNSPECIFIED = 0;
|
|
1478
|
+
*/
|
|
1479
|
+
UNSPECIFIED = 0,
|
|
1480
|
+
/**
|
|
1481
|
+
* Cuenta de Ahorros
|
|
1482
|
+
*
|
|
1483
|
+
* @generated from enum value: ACCOUNT_TYPE_SAVINGS = 10;
|
|
1484
|
+
*/
|
|
1485
|
+
SAVINGS = 10,
|
|
1486
|
+
/**
|
|
1487
|
+
* Cuenta Corriente
|
|
1488
|
+
*
|
|
1489
|
+
* @generated from enum value: ACCOUNT_TYPE_CHECKING = 20;
|
|
1490
|
+
*/
|
|
1491
|
+
CHECKING = 20
|
|
1492
|
+
}
|
|
1493
|
+
/**
|
|
1494
|
+
* Describes the enum tzero.v1.common.PaymentDetails.ColombianAch.AccountType.
|
|
1495
|
+
*/
|
|
1496
|
+
export declare const PaymentDetails_ColombianAch_AccountTypeSchema: GenEnum<PaymentDetails_ColombianAch_AccountType>;
|
|
1497
|
+
/**
|
|
1498
|
+
* Colombian Bre-B high-speed payment rail from Banco de la Republica.
|
|
1499
|
+
* Same fields as ColombianAch except no phone_number.
|
|
1500
|
+
*
|
|
1501
|
+
* @generated from message tzero.v1.common.PaymentDetails.ColombianBreb
|
|
1502
|
+
*/
|
|
1503
|
+
export type PaymentDetails_ColombianBreb = Message<"tzero.v1.common.PaymentDetails.ColombianBreb"> & {
|
|
1504
|
+
/**
|
|
1505
|
+
* @generated from field: string document_number = 10;
|
|
1506
|
+
*/
|
|
1507
|
+
documentNumber: string;
|
|
1508
|
+
/**
|
|
1509
|
+
* @generated from field: tzero.v1.common.PaymentDetails.ColombianBreb.DocumentType document_type = 20;
|
|
1510
|
+
*/
|
|
1511
|
+
documentType: PaymentDetails_ColombianBreb_DocumentType;
|
|
1512
|
+
/**
|
|
1513
|
+
* @generated from field: string bank_code = 30;
|
|
1514
|
+
*/
|
|
1515
|
+
bankCode: string;
|
|
1516
|
+
/**
|
|
1517
|
+
* @generated from field: string account_number = 40;
|
|
1518
|
+
*/
|
|
1519
|
+
accountNumber: string;
|
|
1520
|
+
/**
|
|
1521
|
+
* @generated from field: tzero.v1.common.PaymentDetails.ColombianBreb.AccountType account_type = 50;
|
|
1522
|
+
*/
|
|
1523
|
+
accountType: PaymentDetails_ColombianBreb_AccountType;
|
|
1524
|
+
/**
|
|
1525
|
+
* @generated from field: string beneficiary_name = 60;
|
|
1526
|
+
*/
|
|
1527
|
+
beneficiaryName: string;
|
|
1528
|
+
};
|
|
1529
|
+
/**
|
|
1530
|
+
* Describes the message tzero.v1.common.PaymentDetails.ColombianBreb.
|
|
1531
|
+
* Use `create(PaymentDetails_ColombianBrebSchema)` to create a new message.
|
|
1532
|
+
*/
|
|
1533
|
+
export declare const PaymentDetails_ColombianBrebSchema: GenMessage<PaymentDetails_ColombianBreb>;
|
|
1534
|
+
/**
|
|
1535
|
+
* @generated from enum tzero.v1.common.PaymentDetails.ColombianBreb.DocumentType
|
|
1536
|
+
*/
|
|
1537
|
+
export declare enum PaymentDetails_ColombianBreb_DocumentType {
|
|
1538
|
+
/**
|
|
1539
|
+
* @generated from enum value: DOCUMENT_TYPE_UNSPECIFIED = 0;
|
|
1540
|
+
*/
|
|
1541
|
+
UNSPECIFIED = 0,
|
|
1542
|
+
/**
|
|
1543
|
+
* CC - Cedula de Ciudadania
|
|
1544
|
+
*
|
|
1545
|
+
* @generated from enum value: DOCUMENT_TYPE_CC = 10;
|
|
1546
|
+
*/
|
|
1547
|
+
CC = 10,
|
|
1548
|
+
/**
|
|
1549
|
+
* CE - Cedula de Extranjeria
|
|
1550
|
+
*
|
|
1551
|
+
* @generated from enum value: DOCUMENT_TYPE_CE = 20;
|
|
1552
|
+
*/
|
|
1553
|
+
CE = 20,
|
|
1554
|
+
/**
|
|
1555
|
+
* NIT - Numero de Identificacion Tributaria (business tax ID)
|
|
1556
|
+
*
|
|
1557
|
+
* @generated from enum value: DOCUMENT_TYPE_NIT = 30;
|
|
1558
|
+
*/
|
|
1559
|
+
NIT = 30,
|
|
1560
|
+
/**
|
|
1561
|
+
* TI - Tarjeta de Identidad
|
|
1562
|
+
*
|
|
1563
|
+
* @generated from enum value: DOCUMENT_TYPE_TI = 40;
|
|
1564
|
+
*/
|
|
1565
|
+
TI = 40,
|
|
1566
|
+
/**
|
|
1567
|
+
* PP - Pasaporte
|
|
1568
|
+
*
|
|
1569
|
+
* @generated from enum value: DOCUMENT_TYPE_PP = 50;
|
|
1570
|
+
*/
|
|
1571
|
+
PP = 50
|
|
1572
|
+
}
|
|
1573
|
+
/**
|
|
1574
|
+
* Describes the enum tzero.v1.common.PaymentDetails.ColombianBreb.DocumentType.
|
|
1575
|
+
*/
|
|
1576
|
+
export declare const PaymentDetails_ColombianBreb_DocumentTypeSchema: GenEnum<PaymentDetails_ColombianBreb_DocumentType>;
|
|
1577
|
+
/**
|
|
1578
|
+
* @generated from enum tzero.v1.common.PaymentDetails.ColombianBreb.AccountType
|
|
1579
|
+
*/
|
|
1580
|
+
export declare enum PaymentDetails_ColombianBreb_AccountType {
|
|
1581
|
+
/**
|
|
1582
|
+
* @generated from enum value: ACCOUNT_TYPE_UNSPECIFIED = 0;
|
|
1583
|
+
*/
|
|
1584
|
+
UNSPECIFIED = 0,
|
|
1585
|
+
/**
|
|
1586
|
+
* Cuenta de Ahorros
|
|
1587
|
+
*
|
|
1588
|
+
* @generated from enum value: ACCOUNT_TYPE_SAVINGS = 10;
|
|
1589
|
+
*/
|
|
1590
|
+
SAVINGS = 10,
|
|
1591
|
+
/**
|
|
1592
|
+
* Cuenta Corriente
|
|
1593
|
+
*
|
|
1594
|
+
* @generated from enum value: ACCOUNT_TYPE_CHECKING = 20;
|
|
1595
|
+
*/
|
|
1596
|
+
CHECKING = 20
|
|
1597
|
+
}
|
|
1598
|
+
/**
|
|
1599
|
+
* Describes the enum tzero.v1.common.PaymentDetails.ColombianBreb.AccountType.
|
|
1600
|
+
*/
|
|
1601
|
+
export declare const PaymentDetails_ColombianBreb_AccountTypeSchema: GenEnum<PaymentDetails_ColombianBreb_AccountType>;
|
|
1602
|
+
/**
|
|
1603
|
+
* GIP - Ghana Interbank Payment operated by GhIPSS.
|
|
1604
|
+
* Domestic bank transfers using a bank sort code and account number.
|
|
1605
|
+
*
|
|
1606
|
+
* @generated from message tzero.v1.common.PaymentDetails.Gip
|
|
1607
|
+
*/
|
|
1608
|
+
export type PaymentDetails_Gip = Message<"tzero.v1.common.PaymentDetails.Gip"> & {
|
|
1609
|
+
/**
|
|
1610
|
+
* Destination bank sort code (6 numeric digits assigned by GhIPSS).
|
|
1611
|
+
*
|
|
1612
|
+
* @generated from field: string sort_code = 10;
|
|
1613
|
+
*/
|
|
1614
|
+
sortCode: string;
|
|
1615
|
+
/**
|
|
1616
|
+
* Destination account number.
|
|
1617
|
+
*
|
|
1618
|
+
* @generated from field: string account_number = 20;
|
|
1619
|
+
*/
|
|
1620
|
+
accountNumber: string;
|
|
1621
|
+
/**
|
|
1622
|
+
* Name registered on the destination account.
|
|
1623
|
+
*
|
|
1624
|
+
* @generated from field: string account_name = 30;
|
|
1625
|
+
*/
|
|
1626
|
+
accountName: string;
|
|
1627
|
+
/**
|
|
1628
|
+
* Payment reference/description (optional).
|
|
1629
|
+
*
|
|
1630
|
+
* @generated from field: string reference = 40;
|
|
1631
|
+
*/
|
|
1632
|
+
reference: string;
|
|
1633
|
+
};
|
|
1634
|
+
/**
|
|
1635
|
+
* Describes the message tzero.v1.common.PaymentDetails.Gip.
|
|
1636
|
+
* Use `create(PaymentDetails_GipSchema)` to create a new message.
|
|
1637
|
+
*/
|
|
1638
|
+
export declare const PaymentDetails_GipSchema: GenMessage<PaymentDetails_Gip>;
|
|
1023
1639
|
/**
|
|
1024
1640
|
* @generated from enum tzero.v1.common.PaymentMethodType
|
|
1025
1641
|
*/
|
|
@@ -1106,7 +1722,55 @@ export declare enum PaymentMethodType {
|
|
|
1106
1722
|
*
|
|
1107
1723
|
* @generated from enum value: PAYMENT_METHOD_TYPE_NIP = 180;
|
|
1108
1724
|
*/
|
|
1109
|
-
NIP = 180
|
|
1725
|
+
NIP = 180,
|
|
1726
|
+
/**
|
|
1727
|
+
* RTP - Real-Time Payments (USA)
|
|
1728
|
+
*
|
|
1729
|
+
* @generated from enum value: PAYMENT_METHOD_TYPE_RTP = 190;
|
|
1730
|
+
*/
|
|
1731
|
+
RTP = 190,
|
|
1732
|
+
/**
|
|
1733
|
+
* Chilean domestic bank transfer (CLP)
|
|
1734
|
+
*
|
|
1735
|
+
* @generated from enum value: PAYMENT_METHOD_TYPE_CHILEAN_BANK_TRANSFER = 200;
|
|
1736
|
+
*/
|
|
1737
|
+
CHILEAN_BANK_TRANSFER = 200,
|
|
1738
|
+
/**
|
|
1739
|
+
* Peruvian domestic bank transfer (PEN, USD-PE)
|
|
1740
|
+
*
|
|
1741
|
+
* @generated from enum value: PAYMENT_METHOD_TYPE_PERU_BANK_TRANSFER = 210;
|
|
1742
|
+
*/
|
|
1743
|
+
PERU_BANK_TRANSFER = 210,
|
|
1744
|
+
/**
|
|
1745
|
+
* Argentinian domestic bank transfer via CBU/CVU (ARS)
|
|
1746
|
+
*
|
|
1747
|
+
* @generated from enum value: PAYMENT_METHOD_TYPE_ARGENTINIAN_BANK_TRANSFER = 220;
|
|
1748
|
+
*/
|
|
1749
|
+
ARGENTINIAN_BANK_TRANSFER = 220,
|
|
1750
|
+
/**
|
|
1751
|
+
* Mexican domestic bank transfer via SPEI/CLABE (MXN)
|
|
1752
|
+
*
|
|
1753
|
+
* @generated from enum value: PAYMENT_METHOD_TYPE_MEXICAN_BANK_TRANSFER = 230;
|
|
1754
|
+
*/
|
|
1755
|
+
MEXICAN_BANK_TRANSFER = 230,
|
|
1756
|
+
/**
|
|
1757
|
+
* Colombian ACH bank transfer (COP)
|
|
1758
|
+
*
|
|
1759
|
+
* @generated from enum value: PAYMENT_METHOD_TYPE_COLOMBIAN_ACH = 240;
|
|
1760
|
+
*/
|
|
1761
|
+
COLOMBIAN_ACH = 240,
|
|
1762
|
+
/**
|
|
1763
|
+
* Colombian Bre-B high-speed payment rail (COP)
|
|
1764
|
+
*
|
|
1765
|
+
* @generated from enum value: PAYMENT_METHOD_TYPE_COLOMBIAN_BREB = 250;
|
|
1766
|
+
*/
|
|
1767
|
+
COLOMBIAN_BREB = 250,
|
|
1768
|
+
/**
|
|
1769
|
+
* GIP - Ghana Interbank Payment (GhIPSS)
|
|
1770
|
+
*
|
|
1771
|
+
* @generated from enum value: PAYMENT_METHOD_TYPE_GIP = 260;
|
|
1772
|
+
*/
|
|
1773
|
+
GIP = 260
|
|
1110
1774
|
}
|
|
1111
1775
|
/**
|
|
1112
1776
|
* Describes the enum tzero.v1.common.PaymentMethodType.
|