@feedmepos/mf-payment 1.2.18 → 1.2.20
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/{PayoutAccount-BDTAihoB.js → PayoutAccount-DyzFqwR_.js} +6 -6
- package/dist/{PayoutAccount-BlvYGFmj.js → PayoutAccount-ymQ8A_OQ.js} +5 -5
- package/dist/{PayoutAccountSetting-BZ_dtEzF.js → PayoutAccountSetting-DdVQDRv6.js} +3 -3
- package/dist/{Restaurant-IvTxzEEg.js → Restaurant-DX-ft5mY.js} +4 -4
- package/dist/{RestaurantSetting-CYkbYnib.js → RestaurantSetting-B5QK2HsD.js} +3 -3
- package/dist/{Settlement-CgQP9j_O.js → Settlement-BTAgDLE4.js} +3 -3
- package/dist/{Settlement-Wbsxz3c3.js → Settlement-tSFKeFCi.js} +3 -3
- package/dist/{SettlementTransactions-TULTM98h.js → SettlementTransactions-2O_jtWqc.js} +3 -3
- package/dist/{SettlementTransactions-CDrPZEsp.js → SettlementTransactions-BPQ5nHen.js} +3 -3
- package/dist/{Terminal-Kbwkii3s.js → Terminal-C1S3kxNP.js} +5 -5
- package/dist/{TerminalSetting-APSwdYlY.js → TerminalSetting-c87Zxf42.js} +3 -3
- package/dist/{Transaction-DHBP5DBt.js → Transaction-BObmnRhC.js} +7 -7
- package/dist/{Transaction-CP5nDC93.js → Transaction-D3_7pjdt.js} +5 -5
- package/dist/{TransactionOld-CZTpxwtD.js → TransactionOld-2twVH782.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-DQLCyJE1.js → TransactionTable.vue_vue_type_script_setup_true_lang-X4W-7Q9G.js} +3 -3
- package/dist/{app-DxcyIR9L.js → app-BXxWykCr.js} +163 -163
- package/dist/app.js +1 -1
- package/dist/{assets-BPRFwA_x.js → assets-DGrl4PXm.js} +2 -2
- package/dist/{grafana-C6rWA8aV.js → grafana-BsX0aJIj.js} +1 -1
- package/dist/{index-dd-QHobb.js → index-BOLPRESA.js} +1 -1
- package/dist/{index-Cl3iKnij.js → index-C2eTAshh.js} +16 -16
- package/dist/{index-BasV9ckt.js → index-CGmdjXTO.js} +1 -1
- package/dist/{index-CV4mrBvQ.js → index-DML_nGyN.js} +1 -1
- package/dist/{index-CFcmWPUa.js → index-Dd05rRyd.js} +3058 -2975
- package/dist/{index-pcbXwdTo.js → index-Dp-W5Nux.js} +2 -2
- package/dist/{index-CqxWxkx3.js → index-wbNqPCnP.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-BcbAchQx.js → index.vue_vue_type_script_setup_true_lang-gP1G2dvB.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/payout-account-BTyePQS4.js +1820 -0
- package/dist/stores/payoutAccount.d.ts +14 -14
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +14 -14
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +14 -14
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +14 -14
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +16 -16
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +6 -6
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +28 -28
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +44 -44
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +22 -22
- package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
- package/package.json +2 -2
- package/dist/payout-account-Bwm4cqox.js +0 -1953
@@ -3,12 +3,12 @@ import { type PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4
4
|
terminal: {
|
5
5
|
type: PropType<{
|
6
|
-
secretKey?: string | null | undefined;
|
7
6
|
name?: string | null | undefined;
|
7
|
+
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
uniqueId: string;
|
11
10
|
packageId: string;
|
11
|
+
uniqueId: string;
|
12
12
|
} | null | undefined;
|
13
13
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
22
22
|
gateway: "FeedMe";
|
23
23
|
} | {
|
24
24
|
config?: {
|
25
|
-
merchantId: string;
|
26
25
|
terminalId: string;
|
26
|
+
merchantId: string;
|
27
27
|
privateKey: string;
|
28
28
|
} | null | undefined;
|
29
29
|
/**__VLS_emit,__VLS_9,validationSuccess*/
|
@@ -47,12 +47,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
47
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
48
48
|
terminal: {
|
49
49
|
type: PropType<{
|
50
|
-
secretKey?: string | null | undefined;
|
51
50
|
name?: string | null | undefined;
|
51
|
+
secretKey?: string | null | undefined;
|
52
52
|
gateways?: {
|
53
53
|
config?: {
|
54
|
-
uniqueId: string;
|
55
54
|
packageId: string;
|
55
|
+
uniqueId: string;
|
56
56
|
} | null | undefined;
|
57
57
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
58
58
|
}[] | null | undefined;
|
@@ -66,8 +66,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
66
66
|
gateway: "FeedMe";
|
67
67
|
} | {
|
68
68
|
config?: {
|
69
|
-
merchantId: string;
|
70
69
|
terminalId: string;
|
70
|
+
merchantId: string;
|
71
71
|
privateKey: string;
|
72
72
|
} | null | undefined;
|
73
73
|
/**__VLS_emit,__VLS_9,validationSuccess*/
|
@@ -2,12 +2,12 @@ import { type PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
terminal: {
|
4
4
|
type: PropType<{
|
5
|
-
secretKey?: string | null | undefined;
|
6
5
|
name?: string | null | undefined;
|
6
|
+
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
uniqueId: string;
|
10
9
|
packageId: string;
|
10
|
+
uniqueId: string;
|
11
11
|
} | null | undefined;
|
12
12
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
21
|
gateway: "FeedMe";
|
22
22
|
} | {
|
23
23
|
config?: {
|
24
|
-
merchantId: string;
|
25
24
|
terminalId: string;
|
25
|
+
merchantId: string;
|
26
26
|
privateKey: string;
|
27
27
|
} | null | undefined;
|
28
28
|
gateway: "Ghl";
|
@@ -41,12 +41,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
41
41
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
42
42
|
terminal: {
|
43
43
|
type: PropType<{
|
44
|
-
secretKey?: string | null | undefined;
|
45
44
|
name?: string | null | undefined;
|
45
|
+
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
uniqueId: string;
|
49
48
|
packageId: string;
|
49
|
+
uniqueId: string;
|
50
50
|
} | null | undefined;
|
51
51
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
60
60
|
gateway: "FeedMe";
|
61
61
|
} | {
|
62
62
|
config?: {
|
63
|
-
merchantId: string;
|
64
63
|
terminalId: string;
|
64
|
+
merchantId: string;
|
65
65
|
privateKey: string;
|
66
66
|
} | null | undefined;
|
67
67
|
gateway: "Ghl";
|
@@ -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,11 +26,12 @@ 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
|
};
|
34
|
+
paymentGateway: "DIGIO";
|
35
35
|
})[] | null | undefined;
|
36
36
|
ref?: any;
|
37
37
|
_id: string;
|
@@ -39,17 +39,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
39
39
|
store: {
|
40
40
|
bank?: {
|
41
41
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
42
|
-
accountNumber?: string | null | undefined;
|
43
42
|
holderName?: string | null | undefined;
|
43
|
+
accountNumber?: string | null | undefined;
|
44
44
|
name: string;
|
45
45
|
} | null | undefined;
|
46
46
|
ssm?: string | null | undefined;
|
47
47
|
bankStatement?: string | null | undefined;
|
48
48
|
exteriorPhoto?: string | null | undefined;
|
49
49
|
keyPerson?: {
|
50
|
+
email: string;
|
50
51
|
name: string;
|
51
52
|
phone: string;
|
52
|
-
email: string;
|
53
53
|
} | null | undefined;
|
54
54
|
id: string;
|
55
55
|
event: "ORDERING" | "MARKETING";
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
61
61
|
precision: number;
|
62
62
|
} | null | undefined;
|
63
63
|
tPlus?: number | null | undefined;
|
64
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
64
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
65
65
|
variant: string;
|
66
66
|
}[];
|
67
67
|
businessId: string;
|
@@ -76,22 +76,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
76
76
|
"row-click": (payment: {
|
77
77
|
enable?: boolean | null | undefined;
|
78
78
|
gateways?: ({
|
79
|
-
paymentGateway: "REVENUE_MONSTER";
|
80
79
|
config: {
|
81
80
|
clientId: string;
|
82
81
|
clientPrivateKey: string;
|
83
82
|
clientSecret: string;
|
84
83
|
storeId: string;
|
85
84
|
};
|
85
|
+
paymentGateway: "REVENUE_MONSTER";
|
86
86
|
} | {
|
87
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
88
87
|
config: {
|
89
88
|
merchantId: string;
|
90
89
|
secretKey: string;
|
91
90
|
verifyKey: string;
|
92
91
|
};
|
92
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
93
93
|
} | {
|
94
|
-
paymentGateway: "MACAU_PASS";
|
95
94
|
config: {
|
96
95
|
merchantId: string;
|
97
96
|
merchantName: string;
|
@@ -99,11 +98,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
99
98
|
storeID: string;
|
100
99
|
storeName: string;
|
101
100
|
};
|
101
|
+
paymentGateway: "MACAU_PASS";
|
102
102
|
} | {
|
103
|
-
paymentGateway: "DIGIO";
|
104
103
|
config: {
|
105
104
|
merchantId: string;
|
106
105
|
};
|
106
|
+
paymentGateway: "DIGIO";
|
107
107
|
})[] | null | undefined;
|
108
108
|
ref?: any;
|
109
109
|
_id: string;
|
@@ -111,17 +111,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
111
111
|
store: {
|
112
112
|
bank?: {
|
113
113
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
114
|
-
accountNumber?: string | null | undefined;
|
115
114
|
holderName?: string | null | undefined;
|
115
|
+
accountNumber?: string | null | undefined;
|
116
116
|
name: string;
|
117
117
|
} | null | undefined;
|
118
118
|
ssm?: string | null | undefined;
|
119
119
|
bankStatement?: string | null | undefined;
|
120
120
|
exteriorPhoto?: string | null | undefined;
|
121
121
|
keyPerson?: {
|
122
|
+
email: string;
|
122
123
|
name: string;
|
123
124
|
phone: string;
|
124
|
-
email: string;
|
125
125
|
} | null | undefined;
|
126
126
|
id: string;
|
127
127
|
event: "ORDERING" | "MARKETING";
|
@@ -133,7 +133,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
133
133
|
precision: number;
|
134
134
|
} | null | undefined;
|
135
135
|
tPlus?: number | null | undefined;
|
136
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
136
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
137
137
|
variant: string;
|
138
138
|
}[];
|
139
139
|
businessId: string;
|
@@ -143,22 +143,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
143
143
|
type: PropType<{
|
144
144
|
enable?: boolean | null | undefined;
|
145
145
|
gateways?: ({
|
146
|
-
paymentGateway: "REVENUE_MONSTER";
|
147
146
|
config: {
|
148
147
|
clientId: string;
|
149
148
|
clientPrivateKey: string;
|
150
149
|
clientSecret: string;
|
151
150
|
storeId: string;
|
152
151
|
};
|
152
|
+
paymentGateway: "REVENUE_MONSTER";
|
153
153
|
} | {
|
154
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
155
154
|
config: {
|
156
155
|
merchantId: string;
|
157
156
|
secretKey: string;
|
158
157
|
verifyKey: string;
|
159
158
|
};
|
159
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
160
160
|
} | {
|
161
|
-
paymentGateway: "MACAU_PASS";
|
162
161
|
config: {
|
163
162
|
merchantId: string;
|
164
163
|
merchantName: string;
|
@@ -166,11 +165,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
166
165
|
storeID: string;
|
167
166
|
storeName: string;
|
168
167
|
};
|
168
|
+
paymentGateway: "MACAU_PASS";
|
169
169
|
} | {
|
170
|
-
paymentGateway: "DIGIO";
|
171
170
|
config: {
|
172
171
|
merchantId: string;
|
173
172
|
};
|
173
|
+
paymentGateway: "DIGIO";
|
174
174
|
})[] | null | undefined;
|
175
175
|
ref?: any;
|
176
176
|
_id: string;
|
@@ -178,17 +178,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
178
178
|
store: {
|
179
179
|
bank?: {
|
180
180
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
181
|
-
accountNumber?: string | null | undefined;
|
182
181
|
holderName?: string | null | undefined;
|
182
|
+
accountNumber?: string | null | undefined;
|
183
183
|
name: string;
|
184
184
|
} | null | undefined;
|
185
185
|
ssm?: string | null | undefined;
|
186
186
|
bankStatement?: string | null | undefined;
|
187
187
|
exteriorPhoto?: string | null | undefined;
|
188
188
|
keyPerson?: {
|
189
|
+
email: string;
|
189
190
|
name: string;
|
190
191
|
phone: string;
|
191
|
-
email: string;
|
192
192
|
} | null | undefined;
|
193
193
|
id: string;
|
194
194
|
event: "ORDERING" | "MARKETING";
|
@@ -200,7 +200,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
200
200
|
precision: number;
|
201
201
|
} | null | undefined;
|
202
202
|
tPlus?: number | null | undefined;
|
203
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
203
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
204
204
|
variant: string;
|
205
205
|
}[];
|
206
206
|
businessId: string;
|
@@ -215,22 +215,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
215
215
|
"onRow-click"?: ((payment: {
|
216
216
|
enable?: boolean | null | undefined;
|
217
217
|
gateways?: ({
|
218
|
-
paymentGateway: "REVENUE_MONSTER";
|
219
218
|
config: {
|
220
219
|
clientId: string;
|
221
220
|
clientPrivateKey: string;
|
222
221
|
clientSecret: string;
|
223
222
|
storeId: string;
|
224
223
|
};
|
224
|
+
paymentGateway: "REVENUE_MONSTER";
|
225
225
|
} | {
|
226
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
227
226
|
config: {
|
228
227
|
merchantId: string;
|
229
228
|
secretKey: string;
|
230
229
|
verifyKey: string;
|
231
230
|
};
|
231
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
232
232
|
} | {
|
233
|
-
paymentGateway: "MACAU_PASS";
|
234
233
|
config: {
|
235
234
|
merchantId: string;
|
236
235
|
merchantName: string;
|
@@ -238,11 +237,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
238
237
|
storeID: string;
|
239
238
|
storeName: string;
|
240
239
|
};
|
240
|
+
paymentGateway: "MACAU_PASS";
|
241
241
|
} | {
|
242
|
-
paymentGateway: "DIGIO";
|
243
242
|
config: {
|
244
243
|
merchantId: string;
|
245
244
|
};
|
245
|
+
paymentGateway: "DIGIO";
|
246
246
|
})[] | null | undefined;
|
247
247
|
ref?: any;
|
248
248
|
_id: string;
|
@@ -250,17 +250,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
250
250
|
store: {
|
251
251
|
bank?: {
|
252
252
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
253
|
-
accountNumber?: string | null | undefined;
|
254
253
|
holderName?: string | null | undefined;
|
254
|
+
accountNumber?: string | null | undefined;
|
255
255
|
name: string;
|
256
256
|
} | null | undefined;
|
257
257
|
ssm?: string | null | undefined;
|
258
258
|
bankStatement?: string | null | undefined;
|
259
259
|
exteriorPhoto?: string | null | undefined;
|
260
260
|
keyPerson?: {
|
261
|
+
email: string;
|
261
262
|
name: string;
|
262
263
|
phone: string;
|
263
|
-
email: string;
|
264
264
|
} | null | undefined;
|
265
265
|
id: string;
|
266
266
|
event: "ORDERING" | "MARKETING";
|
@@ -272,7 +272,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
272
272
|
precision: number;
|
273
273
|
} | null | undefined;
|
274
274
|
tPlus?: number | null | undefined;
|
275
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
275
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
276
276
|
variant: string;
|
277
277
|
}[];
|
278
278
|
businessId: string;
|