@feedmepos/mf-payment 1.2.27 → 1.2.30
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/dist/OnboardForm-DOZ9futX.js +671 -0
- package/dist/OnboardForm-SZXqGGPm.js +707 -0
- package/dist/OnboardSubmission-BlVBKz-H.js +146 -0
- package/dist/OnboardSubmission-CjsvLPVX.js +152 -0
- package/dist/{PDFViewer-xrBtzrlR.js → PDFViewer-DlSCBBxr.js} +14 -12
- package/dist/{PayoutAccount-DI5YpzGm.js → PayoutAccount-BHbqJwXB.js} +5 -5
- package/dist/{PayoutAccount-mlaDc7_i.js → PayoutAccount-Ctd7j0SZ.js} +8 -7
- package/dist/{PayoutAccountSetting-IgBRFN0A.js → PayoutAccountSetting-CUlmHkw3.js} +4 -4
- package/dist/{Restaurant-CIGhOFvk.js → Restaurant-DDebeSrf.js} +4 -4
- package/dist/{RestaurantSetting-0CbusLcz.js → RestaurantSetting-Cf63FkWQ.js} +291 -222
- package/dist/{Settlement-DmG5-VSP.js → Settlement-C_V-iTDy.js} +3 -3
- package/dist/{Settlement-CUmpNHMN.js → Settlement-CctMzPsZ.js} +3 -3
- package/dist/{SettlementTransactions-DhjGSAg4.js → SettlementTransactions-9p3tYV0n.js} +3 -3
- package/dist/{SettlementTransactions-CcMUINyi.js → SettlementTransactions-DYvhz0Yh.js} +3 -3
- package/dist/Status.vue_vue_type_script_setup_true_lang-wrcEbNj3.js +29 -0
- package/dist/{Terminal-KE_9M2jr.js → Terminal-D3QDgPY6.js} +5 -5
- package/dist/{TerminalSetting-DdJl_9JJ.js → TerminalSetting-ehm_sRqf.js} +3 -3
- package/dist/{Transaction-E9_hSpx4.js → Transaction-DIz_ArbY.js} +6 -6
- package/dist/{Transaction-CA9RQ8qT.js → Transaction-DzIzAIbO.js} +5 -5
- package/dist/{TransactionOld-lPUiTl8n.js → TransactionOld-CagUKhjR.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-B03g8Jum.js → TransactionTable.vue_vue_type_script_setup_true_lang-ChuhuUKc.js} +3 -3
- package/dist/api/index.d.ts +1 -0
- package/dist/api/onboard-submission/index.d.ts +17 -0
- package/dist/api/payment-gateway/index.d.ts +3 -1
- package/dist/api/payout/index.d.ts +1 -0
- package/dist/{app-BohCgZld.js → app-Djt4efuB.js} +212 -131
- package/dist/app.d.ts +46 -0
- package/dist/app.js +1 -1
- package/dist/{assets-Dttfej_E.js → assets-ha4XB2PU.js} +1 -1
- package/dist/{grafana-DCGA3gMb.js → grafana-DRZOKr8c.js} +1 -1
- package/dist/{index-BQtW6X1l.js → index-8Xu0hCTB.js} +1 -1
- package/dist/{index-CZKvrBM7.js → index-B6GVzj7l.js} +1 -1
- package/dist/{index-tCobqIDD.js → index-BasdAonL.js} +4930 -4857
- package/dist/{index-BOwfUR6x.js → index-DGF3hKwg.js} +1 -1
- package/dist/{index-BYLzp2JB.js → index-Dg_mEOso.js} +1 -1
- package/dist/{index-JCMXdVSJ.js → index-DoD23lHB.js} +8 -1
- package/dist/index-mIFz6n66.js +68 -0
- package/dist/{index.vue_vue_type_script_setup_true_lang-DpAWcXVU.js → index.vue_vue_type_script_setup_true_lang-D4bLM6th.js} +1 -1
- package/dist/modules.d.ts +1 -0
- package/dist/package.json +9 -8
- package/dist/payout-account-CE1OxSdW.js +458 -0
- package/dist/plugins-ClNUIkc0.js +1366 -0
- package/dist/stores/payoutAccount.d.ts +16 -16
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/onboard-submission/OnboardForm.vue.d.ts +12 -0
- package/dist/views/admin/onboard-submission/OnboardSubmission.vue.d.ts +2 -0
- package/dist/views/admin/onboard-submission/cell/SignatureBoard.vue.d.ts +10 -0
- package/dist/views/admin/onboard-submission/cell/Status.vue.d.ts +5 -0
- package/dist/views/admin/onboard-submission/cell/UploadButton.vue.d.ts +11 -0
- package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +81 -0
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
- package/dist/views/admin/restaurant/tabs/LocalIntegration.vue.d.ts +803 -0
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +8 -8
- package/dist/views/onboard-submission/OnboardForm.vue.d.ts +14 -0
- package/dist/views/onboard-submission/OnboardSubmission.vue.d.ts +2 -0
- package/dist/views/onboard-submission/cell/SignatureBoard.vue.d.ts +10 -0
- package/dist/views/onboard-submission/cell/UploadButton.vue.d.ts +11 -0
- package/dist/views/onboard-submission/form/SoftSpaceSubmission.vue.d.ts +5 -0
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +32 -32
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +48 -48
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +24 -24
- package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
- package/package.json +9 -8
- package/dist/payout-account-rJmG1Gi5.js +0 -1819
|
@@ -4,22 +4,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4
4
|
type: PropType<{
|
|
5
5
|
enable?: boolean | null | undefined;
|
|
6
6
|
gateways?: ({
|
|
7
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
8
7
|
config: {
|
|
9
8
|
clientId: string;
|
|
10
9
|
clientPrivateKey: string;
|
|
11
10
|
clientSecret: string;
|
|
12
11
|
storeId: string;
|
|
13
12
|
};
|
|
13
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
14
14
|
} | {
|
|
15
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
16
15
|
config: {
|
|
17
16
|
merchantId: string;
|
|
18
17
|
secretKey: string;
|
|
19
18
|
verifyKey: string;
|
|
20
19
|
};
|
|
20
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
21
21
|
} | {
|
|
22
|
-
paymentGateway: "MACAU_PASS";
|
|
23
22
|
config: {
|
|
24
23
|
merchantId: string;
|
|
25
24
|
merchantName: string;
|
|
@@ -27,17 +26,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
26
|
storeID: string;
|
|
28
27
|
storeName: string;
|
|
29
28
|
};
|
|
29
|
+
paymentGateway: "MACAU_PASS";
|
|
30
30
|
} | {
|
|
31
|
-
paymentGateway: "DIGIO";
|
|
32
31
|
config: {
|
|
33
32
|
merchantId: string;
|
|
34
33
|
cardMerchantId: string;
|
|
35
34
|
};
|
|
35
|
+
paymentGateway: "DIGIO";
|
|
36
36
|
})[] | null | undefined;
|
|
37
37
|
ref?: any;
|
|
38
38
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
39
39
|
_id: string;
|
|
40
|
-
notifyUrl: string;
|
|
41
40
|
store: {
|
|
42
41
|
bank?: {
|
|
43
42
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -45,24 +44,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
44
|
holderName?: string | null | undefined;
|
|
46
45
|
name: string;
|
|
47
46
|
} | null | undefined;
|
|
48
|
-
bankStatement?: string | null | undefined;
|
|
49
47
|
ssm?: string | null | undefined;
|
|
48
|
+
bankStatement?: string | null | undefined;
|
|
50
49
|
exteriorPhoto?: string | null | undefined;
|
|
51
50
|
keyPerson?: {
|
|
51
|
+
email: string;
|
|
52
52
|
name: string;
|
|
53
53
|
phone: string;
|
|
54
|
-
email: string;
|
|
55
54
|
} | null | undefined;
|
|
56
55
|
id: string;
|
|
57
56
|
event: "ORDERING" | "MARKETING";
|
|
58
57
|
};
|
|
58
|
+
notifyUrl: string;
|
|
59
59
|
methods: {
|
|
60
60
|
rate?: {
|
|
61
61
|
amount: number;
|
|
62
62
|
precision: number;
|
|
63
63
|
} | null | undefined;
|
|
64
64
|
tPlus?: number | null | undefined;
|
|
65
|
-
issuer: "MACAU_PASS" | "
|
|
65
|
+
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR";
|
|
66
66
|
variant: string;
|
|
67
67
|
}[];
|
|
68
68
|
businessId: string;
|
|
@@ -77,22 +77,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
77
77
|
"row-click": (payment: {
|
|
78
78
|
enable?: boolean | null | undefined;
|
|
79
79
|
gateways?: ({
|
|
80
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
81
80
|
config: {
|
|
82
81
|
clientId: string;
|
|
83
82
|
clientPrivateKey: string;
|
|
84
83
|
clientSecret: string;
|
|
85
84
|
storeId: string;
|
|
86
85
|
};
|
|
86
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
87
87
|
} | {
|
|
88
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
89
88
|
config: {
|
|
90
89
|
merchantId: string;
|
|
91
90
|
secretKey: string;
|
|
92
91
|
verifyKey: string;
|
|
93
92
|
};
|
|
93
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
94
94
|
} | {
|
|
95
|
-
paymentGateway: "MACAU_PASS";
|
|
96
95
|
config: {
|
|
97
96
|
merchantId: string;
|
|
98
97
|
merchantName: string;
|
|
@@ -100,17 +99,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
99
|
storeID: string;
|
|
101
100
|
storeName: string;
|
|
102
101
|
};
|
|
102
|
+
paymentGateway: "MACAU_PASS";
|
|
103
103
|
} | {
|
|
104
|
-
paymentGateway: "DIGIO";
|
|
105
104
|
config: {
|
|
106
105
|
merchantId: string;
|
|
107
106
|
cardMerchantId: string;
|
|
108
107
|
};
|
|
108
|
+
paymentGateway: "DIGIO";
|
|
109
109
|
})[] | null | undefined;
|
|
110
110
|
ref?: any;
|
|
111
111
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
112
112
|
_id: string;
|
|
113
|
-
notifyUrl: string;
|
|
114
113
|
store: {
|
|
115
114
|
bank?: {
|
|
116
115
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -118,24 +117,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
118
117
|
holderName?: string | null | undefined;
|
|
119
118
|
name: string;
|
|
120
119
|
} | null | undefined;
|
|
121
|
-
bankStatement?: string | null | undefined;
|
|
122
120
|
ssm?: string | null | undefined;
|
|
121
|
+
bankStatement?: string | null | undefined;
|
|
123
122
|
exteriorPhoto?: string | null | undefined;
|
|
124
123
|
keyPerson?: {
|
|
124
|
+
email: string;
|
|
125
125
|
name: string;
|
|
126
126
|
phone: string;
|
|
127
|
-
email: string;
|
|
128
127
|
} | null | undefined;
|
|
129
128
|
id: string;
|
|
130
129
|
event: "ORDERING" | "MARKETING";
|
|
131
130
|
};
|
|
131
|
+
notifyUrl: string;
|
|
132
132
|
methods: {
|
|
133
133
|
rate?: {
|
|
134
134
|
amount: number;
|
|
135
135
|
precision: number;
|
|
136
136
|
} | null | undefined;
|
|
137
137
|
tPlus?: number | null | undefined;
|
|
138
|
-
issuer: "MACAU_PASS" | "
|
|
138
|
+
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR";
|
|
139
139
|
variant: string;
|
|
140
140
|
}[];
|
|
141
141
|
businessId: string;
|
|
@@ -145,22 +145,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
145
145
|
type: PropType<{
|
|
146
146
|
enable?: boolean | null | undefined;
|
|
147
147
|
gateways?: ({
|
|
148
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
149
148
|
config: {
|
|
150
149
|
clientId: string;
|
|
151
150
|
clientPrivateKey: string;
|
|
152
151
|
clientSecret: string;
|
|
153
152
|
storeId: string;
|
|
154
153
|
};
|
|
154
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
155
155
|
} | {
|
|
156
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
157
156
|
config: {
|
|
158
157
|
merchantId: string;
|
|
159
158
|
secretKey: string;
|
|
160
159
|
verifyKey: string;
|
|
161
160
|
};
|
|
161
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
162
162
|
} | {
|
|
163
|
-
paymentGateway: "MACAU_PASS";
|
|
164
163
|
config: {
|
|
165
164
|
merchantId: string;
|
|
166
165
|
merchantName: string;
|
|
@@ -168,17 +167,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
168
167
|
storeID: string;
|
|
169
168
|
storeName: string;
|
|
170
169
|
};
|
|
170
|
+
paymentGateway: "MACAU_PASS";
|
|
171
171
|
} | {
|
|
172
|
-
paymentGateway: "DIGIO";
|
|
173
172
|
config: {
|
|
174
173
|
merchantId: string;
|
|
175
174
|
cardMerchantId: string;
|
|
176
175
|
};
|
|
176
|
+
paymentGateway: "DIGIO";
|
|
177
177
|
})[] | null | undefined;
|
|
178
178
|
ref?: any;
|
|
179
179
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
180
180
|
_id: string;
|
|
181
|
-
notifyUrl: string;
|
|
182
181
|
store: {
|
|
183
182
|
bank?: {
|
|
184
183
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -186,24 +185,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
186
185
|
holderName?: string | null | undefined;
|
|
187
186
|
name: string;
|
|
188
187
|
} | null | undefined;
|
|
189
|
-
bankStatement?: string | null | undefined;
|
|
190
188
|
ssm?: string | null | undefined;
|
|
189
|
+
bankStatement?: string | null | undefined;
|
|
191
190
|
exteriorPhoto?: string | null | undefined;
|
|
192
191
|
keyPerson?: {
|
|
192
|
+
email: string;
|
|
193
193
|
name: string;
|
|
194
194
|
phone: string;
|
|
195
|
-
email: string;
|
|
196
195
|
} | null | undefined;
|
|
197
196
|
id: string;
|
|
198
197
|
event: "ORDERING" | "MARKETING";
|
|
199
198
|
};
|
|
199
|
+
notifyUrl: string;
|
|
200
200
|
methods: {
|
|
201
201
|
rate?: {
|
|
202
202
|
amount: number;
|
|
203
203
|
precision: number;
|
|
204
204
|
} | null | undefined;
|
|
205
205
|
tPlus?: number | null | undefined;
|
|
206
|
-
issuer: "MACAU_PASS" | "
|
|
206
|
+
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR";
|
|
207
207
|
variant: string;
|
|
208
208
|
}[];
|
|
209
209
|
businessId: string;
|
|
@@ -218,22 +218,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
218
218
|
"onRow-click"?: ((payment: {
|
|
219
219
|
enable?: boolean | null | undefined;
|
|
220
220
|
gateways?: ({
|
|
221
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
222
221
|
config: {
|
|
223
222
|
clientId: string;
|
|
224
223
|
clientPrivateKey: string;
|
|
225
224
|
clientSecret: string;
|
|
226
225
|
storeId: string;
|
|
227
226
|
};
|
|
227
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
228
228
|
} | {
|
|
229
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
230
229
|
config: {
|
|
231
230
|
merchantId: string;
|
|
232
231
|
secretKey: string;
|
|
233
232
|
verifyKey: string;
|
|
234
233
|
};
|
|
234
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
235
235
|
} | {
|
|
236
|
-
paymentGateway: "MACAU_PASS";
|
|
237
236
|
config: {
|
|
238
237
|
merchantId: string;
|
|
239
238
|
merchantName: string;
|
|
@@ -241,17 +240,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
241
240
|
storeID: string;
|
|
242
241
|
storeName: string;
|
|
243
242
|
};
|
|
243
|
+
paymentGateway: "MACAU_PASS";
|
|
244
244
|
} | {
|
|
245
|
-
paymentGateway: "DIGIO";
|
|
246
245
|
config: {
|
|
247
246
|
merchantId: string;
|
|
248
247
|
cardMerchantId: string;
|
|
249
248
|
};
|
|
249
|
+
paymentGateway: "DIGIO";
|
|
250
250
|
})[] | null | undefined;
|
|
251
251
|
ref?: any;
|
|
252
252
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
253
253
|
_id: string;
|
|
254
|
-
notifyUrl: string;
|
|
255
254
|
store: {
|
|
256
255
|
bank?: {
|
|
257
256
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -259,24 +258,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
259
258
|
holderName?: string | null | undefined;
|
|
260
259
|
name: string;
|
|
261
260
|
} | null | undefined;
|
|
262
|
-
bankStatement?: string | null | undefined;
|
|
263
261
|
ssm?: string | null | undefined;
|
|
262
|
+
bankStatement?: string | null | undefined;
|
|
264
263
|
exteriorPhoto?: string | null | undefined;
|
|
265
264
|
keyPerson?: {
|
|
265
|
+
email: string;
|
|
266
266
|
name: string;
|
|
267
267
|
phone: string;
|
|
268
|
-
email: string;
|
|
269
268
|
} | null | undefined;
|
|
270
269
|
id: string;
|
|
271
270
|
event: "ORDERING" | "MARKETING";
|
|
272
271
|
};
|
|
272
|
+
notifyUrl: string;
|
|
273
273
|
methods: {
|
|
274
274
|
rate?: {
|
|
275
275
|
amount: number;
|
|
276
276
|
precision: number;
|
|
277
277
|
} | null | undefined;
|
|
278
278
|
tPlus?: number | null | undefined;
|
|
279
|
-
issuer: "MACAU_PASS" | "
|
|
279
|
+
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR";
|
|
280
280
|
variant: string;
|
|
281
281
|
}[];
|
|
282
282
|
businessId: string;
|