@feedmepos/mf-payment 1.3.13 → 1.3.15
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-NZGzSi0d.js → OnboardForm-CG7K5yk7.js} +4 -4
- package/dist/{OnboardForm-Dcu-zqRD.js → OnboardForm-CPuGbrK_.js} +4 -4
- package/dist/{OnboardSubmission-B4RXppuh.js → OnboardSubmission-B-qZcl9K.js} +5 -5
- package/dist/OnboardSubmission-sxGMoZZI.js +173 -0
- package/dist/{PayoutAccount-DLGCi1lG.js → PayoutAccount-C97gLbqE.js} +5 -5
- package/dist/{PayoutAccount-CCS7mYi3.js → PayoutAccount-CpllhH0o.js} +5 -5
- package/dist/{PayoutAccountSetting-CXtO4o3H.js → PayoutAccountSetting-BbMJO09b.js} +3 -3
- package/dist/{Restaurant-w0QUtDfd.js → Restaurant-CwdFy65Q.js} +4 -4
- package/dist/{RestaurantSetting-CZxEPQf9.js → RestaurantSetting-DcHUxBYh.js} +3 -3
- package/dist/{Settlement-CJfAz8bk.js → Settlement-ByfwQDjy.js} +3 -3
- package/dist/{Settlement-B1PSlzLU.js → Settlement-PxISyjHU.js} +3 -3
- package/dist/{SettlementTransactions-NR_bQLyF.js → SettlementTransactions-D5yeeyDP.js} +3 -3
- package/dist/{SettlementTransactions-CtfUmoNh.js → SettlementTransactions-DidiqbXG.js} +3 -3
- package/dist/{Status.vue_vue_type_script_setup_true_lang-C72_0HpY.js → Status.vue_vue_type_script_setup_true_lang-kehDoQ6j.js} +1 -1
- package/dist/{Terminal-CCdfGJYe.js → Terminal-C--amJVv.js} +5 -5
- package/dist/{TerminalSetting-2xOmY2VD.js → TerminalSetting-Bgn-I2bk.js} +3 -3
- package/dist/{Transaction-CL5EEPZn.js → Transaction-BMc3gQy1.js} +6 -6
- package/dist/{Transaction--xPrMWq2.js → Transaction-Bd_4iMOT.js} +5 -5
- package/dist/{TransactionOld-BAzwZqF8.js → TransactionOld-8-sEspIt.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-CJUOE-Tx.js → TransactionTable.vue_vue_type_script_setup_true_lang-BayIh55f.js} +3 -3
- package/dist/{app-CZTem_-S.js → app-Cf7DgBaZ.js} +91 -81
- package/dist/app.d.ts +11 -1
- package/dist/app.js +1 -1
- package/dist/{assets-oLKJ_Lp5.js → assets-CTH4trdc.js} +1 -1
- package/dist/{grafana-CzkSnCjt.js → grafana-bPLmWYzm.js} +1 -1
- package/dist/{index-DPxn6_wu.js → index-98tll3Hu.js} +1 -1
- package/dist/{index-CQEDWuZc.js → index-B5zEwG__.js} +1 -1
- package/dist/{index-Dkwrhx92.js → index-CHjhdeWq.js} +2 -2
- package/dist/{index-QOKdR72n.js → index-CJPiBIRm.js} +2 -1
- package/dist/{index-C-7LYMna.js → index-DPY6iypt.js} +1 -1
- package/dist/{index-CkmJ1JSx.js → index-DZYRliw9.js} +1 -1
- package/dist/{index-CsXu78Vy.js → index-cU53UWIn.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-m1Uxky3n.js → index.vue_vue_type_script_setup_true_lang-CaVufHjO.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-D5V_f9AQ.js → payout-account-BZbHO2Nx.js} +3 -3
- package/dist/{plugins-DytYbuMl.js → plugins-DzVeXQgr.js} +1 -1
- package/dist/stores/payoutAccount.d.ts +16 -16
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +28 -28
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +32 -32
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +32 -32
- 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 +32 -32
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +32 -32
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +64 -64
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +32 -32
- package/package.json +2 -2
- package/dist/OnboardSubmission-LYUyrQRb.js +0 -153
@@ -7,6 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
};
|
8
8
|
payoutAccount: {
|
9
9
|
type: PropType<{
|
10
|
+
enable?: boolean | null | undefined;
|
10
11
|
gateways?: ({
|
11
12
|
config: {
|
12
13
|
clientId: string;
|
@@ -17,17 +18,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
17
18
|
paymentGateway: "REVENUE_MONSTER";
|
18
19
|
} | {
|
19
20
|
config: {
|
20
|
-
secretKey: string;
|
21
21
|
merchantId: string;
|
22
|
+
secretKey: string;
|
22
23
|
verifyKey: string;
|
23
24
|
};
|
24
25
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
25
26
|
} | {
|
26
27
|
config: {
|
27
28
|
merchantId: string;
|
28
|
-
storeID: string;
|
29
29
|
merchantName: string;
|
30
30
|
merchantCategoryCode: string;
|
31
|
+
storeID: string;
|
31
32
|
storeName: string;
|
32
33
|
};
|
33
34
|
paymentGateway: "MACAU_PASS";
|
@@ -38,10 +39,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
38
39
|
};
|
39
40
|
paymentGateway: "DIGIO";
|
40
41
|
})[] | null | undefined;
|
41
|
-
enable?: boolean | null | undefined;
|
42
42
|
ref?: any;
|
43
43
|
status: "NEW" | "PENDING" | "APPROVED";
|
44
|
-
notifyUrl: string;
|
45
44
|
_id: string;
|
46
45
|
store: {
|
47
46
|
bank?: {
|
@@ -50,27 +49,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
49
|
holderName?: string | null | undefined;
|
51
50
|
name: string;
|
52
51
|
} | null | undefined;
|
53
|
-
bankStatement?: string | null | undefined;
|
54
52
|
ssm?: string | null | undefined;
|
53
|
+
bankStatement?: string | null | undefined;
|
55
54
|
exteriorPhoto?: string | null | undefined;
|
56
55
|
keyPerson?: {
|
56
|
+
email: string;
|
57
57
|
name: string;
|
58
58
|
phone: string;
|
59
|
-
email: string;
|
60
59
|
} | null | undefined;
|
61
60
|
id: string;
|
62
61
|
event: "ORDERING" | "MARKETING";
|
63
62
|
};
|
64
|
-
|
63
|
+
notifyUrl: string;
|
65
64
|
methods: {
|
66
65
|
rate?: {
|
67
66
|
amount: number;
|
68
67
|
precision: number;
|
69
68
|
} | null | undefined;
|
70
69
|
tPlus?: number | null | undefined;
|
71
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
70
|
+
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";
|
72
71
|
variant: string;
|
73
72
|
}[];
|
73
|
+
businessId: string;
|
74
74
|
}>;
|
75
75
|
required: true;
|
76
76
|
};
|
@@ -81,6 +81,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
81
81
|
};
|
82
82
|
payoutAccount: {
|
83
83
|
type: PropType<{
|
84
|
+
enable?: boolean | null | undefined;
|
84
85
|
gateways?: ({
|
85
86
|
config: {
|
86
87
|
clientId: string;
|
@@ -91,17 +92,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
91
92
|
paymentGateway: "REVENUE_MONSTER";
|
92
93
|
} | {
|
93
94
|
config: {
|
94
|
-
secretKey: string;
|
95
95
|
merchantId: string;
|
96
|
+
secretKey: string;
|
96
97
|
verifyKey: string;
|
97
98
|
};
|
98
99
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
99
100
|
} | {
|
100
101
|
config: {
|
101
102
|
merchantId: string;
|
102
|
-
storeID: string;
|
103
103
|
merchantName: string;
|
104
104
|
merchantCategoryCode: string;
|
105
|
+
storeID: string;
|
105
106
|
storeName: string;
|
106
107
|
};
|
107
108
|
paymentGateway: "MACAU_PASS";
|
@@ -112,10 +113,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
112
113
|
};
|
113
114
|
paymentGateway: "DIGIO";
|
114
115
|
})[] | null | undefined;
|
115
|
-
enable?: boolean | null | undefined;
|
116
116
|
ref?: any;
|
117
117
|
status: "NEW" | "PENDING" | "APPROVED";
|
118
|
-
notifyUrl: string;
|
119
118
|
_id: string;
|
120
119
|
store: {
|
121
120
|
bank?: {
|
@@ -124,27 +123,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
124
123
|
holderName?: string | null | undefined;
|
125
124
|
name: string;
|
126
125
|
} | null | undefined;
|
127
|
-
bankStatement?: string | null | undefined;
|
128
126
|
ssm?: string | null | undefined;
|
127
|
+
bankStatement?: string | null | undefined;
|
129
128
|
exteriorPhoto?: string | null | undefined;
|
130
129
|
keyPerson?: {
|
130
|
+
email: string;
|
131
131
|
name: string;
|
132
132
|
phone: string;
|
133
|
-
email: string;
|
134
133
|
} | null | undefined;
|
135
134
|
id: string;
|
136
135
|
event: "ORDERING" | "MARKETING";
|
137
136
|
};
|
138
|
-
|
137
|
+
notifyUrl: string;
|
139
138
|
methods: {
|
140
139
|
rate?: {
|
141
140
|
amount: number;
|
142
141
|
precision: number;
|
143
142
|
} | null | undefined;
|
144
143
|
tPlus?: number | null | undefined;
|
145
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
144
|
+
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";
|
146
145
|
variant: string;
|
147
146
|
}[];
|
147
|
+
businessId: string;
|
148
148
|
}>;
|
149
149
|
required: true;
|
150
150
|
};
|
@@ -2,6 +2,7 @@ import type { PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
payoutAccount: {
|
4
4
|
type: PropType<{
|
5
|
+
enable?: boolean | null | undefined;
|
5
6
|
gateways?: ({
|
6
7
|
config: {
|
7
8
|
clientId: string;
|
@@ -12,17 +13,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
13
|
paymentGateway: "REVENUE_MONSTER";
|
13
14
|
} | {
|
14
15
|
config: {
|
15
|
-
secretKey: string;
|
16
16
|
merchantId: string;
|
17
|
+
secretKey: string;
|
17
18
|
verifyKey: string;
|
18
19
|
};
|
19
20
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
20
21
|
} | {
|
21
22
|
config: {
|
22
23
|
merchantId: string;
|
23
|
-
storeID: string;
|
24
24
|
merchantName: string;
|
25
25
|
merchantCategoryCode: string;
|
26
|
+
storeID: string;
|
26
27
|
storeName: string;
|
27
28
|
};
|
28
29
|
paymentGateway: "MACAU_PASS";
|
@@ -33,10 +34,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
33
34
|
};
|
34
35
|
paymentGateway: "DIGIO";
|
35
36
|
})[] | null | undefined;
|
36
|
-
enable?: boolean | null | undefined;
|
37
37
|
ref?: any;
|
38
38
|
status: "NEW" | "PENDING" | "APPROVED";
|
39
|
-
notifyUrl: string;
|
40
39
|
_id: string;
|
41
40
|
store: {
|
42
41
|
bank?: {
|
@@ -45,33 +44,35 @@ 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
|
};
|
59
|
-
|
58
|
+
notifyUrl: string;
|
60
59
|
methods: {
|
61
60
|
rate?: {
|
62
61
|
amount: number;
|
63
62
|
precision: number;
|
64
63
|
} | null | undefined;
|
65
64
|
tPlus?: number | null | undefined;
|
66
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
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";
|
67
66
|
variant: string;
|
68
67
|
}[];
|
68
|
+
businessId: string;
|
69
69
|
}>;
|
70
70
|
required: true;
|
71
71
|
};
|
72
72
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
73
73
|
payoutAccount: {
|
74
74
|
type: PropType<{
|
75
|
+
enable?: boolean | null | undefined;
|
75
76
|
gateways?: ({
|
76
77
|
config: {
|
77
78
|
clientId: string;
|
@@ -82,17 +83,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
82
83
|
paymentGateway: "REVENUE_MONSTER";
|
83
84
|
} | {
|
84
85
|
config: {
|
85
|
-
secretKey: string;
|
86
86
|
merchantId: string;
|
87
|
+
secretKey: string;
|
87
88
|
verifyKey: string;
|
88
89
|
};
|
89
90
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
90
91
|
} | {
|
91
92
|
config: {
|
92
93
|
merchantId: string;
|
93
|
-
storeID: string;
|
94
94
|
merchantName: string;
|
95
95
|
merchantCategoryCode: string;
|
96
|
+
storeID: string;
|
96
97
|
storeName: string;
|
97
98
|
};
|
98
99
|
paymentGateway: "MACAU_PASS";
|
@@ -103,10 +104,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
103
104
|
};
|
104
105
|
paymentGateway: "DIGIO";
|
105
106
|
})[] | null | undefined;
|
106
|
-
enable?: boolean | null | undefined;
|
107
107
|
ref?: any;
|
108
108
|
status: "NEW" | "PENDING" | "APPROVED";
|
109
|
-
notifyUrl: string;
|
110
109
|
_id: string;
|
111
110
|
store: {
|
112
111
|
bank?: {
|
@@ -115,27 +114,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
115
114
|
holderName?: string | null | undefined;
|
116
115
|
name: string;
|
117
116
|
} | null | undefined;
|
118
|
-
bankStatement?: string | null | undefined;
|
119
117
|
ssm?: string | null | undefined;
|
118
|
+
bankStatement?: string | null | undefined;
|
120
119
|
exteriorPhoto?: string | null | undefined;
|
121
120
|
keyPerson?: {
|
121
|
+
email: string;
|
122
122
|
name: string;
|
123
123
|
phone: string;
|
124
|
-
email: string;
|
125
124
|
} | null | undefined;
|
126
125
|
id: string;
|
127
126
|
event: "ORDERING" | "MARKETING";
|
128
127
|
};
|
129
|
-
|
128
|
+
notifyUrl: string;
|
130
129
|
methods: {
|
131
130
|
rate?: {
|
132
131
|
amount: number;
|
133
132
|
precision: number;
|
134
133
|
} | null | undefined;
|
135
134
|
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" | "
|
135
|
+
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";
|
137
136
|
variant: string;
|
138
137
|
}[];
|
138
|
+
businessId: string;
|
139
139
|
}>;
|
140
140
|
required: true;
|
141
141
|
};
|
@@ -2,6 +2,15 @@ import { type PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
payoutAccount: {
|
4
4
|
type: PropType<{
|
5
|
+
enable?: boolean | null | undefined;
|
6
|
+
tokens?: {
|
7
|
+
type: "googlePay";
|
8
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
|
9
|
+
config: {
|
10
|
+
gateway: string;
|
11
|
+
gatewayMerchantId: string;
|
12
|
+
};
|
13
|
+
}[] | null | undefined;
|
5
14
|
gateways?: ({
|
6
15
|
config: {
|
7
16
|
clientId: string;
|
@@ -12,17 +21,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
21
|
paymentGateway: "REVENUE_MONSTER";
|
13
22
|
} | {
|
14
23
|
config: {
|
15
|
-
secretKey: string;
|
16
24
|
merchantId: string;
|
25
|
+
secretKey: string;
|
17
26
|
verifyKey: string;
|
18
27
|
};
|
19
28
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
20
29
|
} | {
|
21
30
|
config: {
|
22
31
|
merchantId: string;
|
23
|
-
storeID: string;
|
24
32
|
merchantName: string;
|
25
33
|
merchantCategoryCode: string;
|
34
|
+
storeID: string;
|
26
35
|
storeName: string;
|
27
36
|
};
|
28
37
|
paymentGateway: "MACAU_PASS";
|
@@ -33,15 +42,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
33
42
|
};
|
34
43
|
paymentGateway: "DIGIO";
|
35
44
|
})[] | null | undefined;
|
36
|
-
enable?: boolean | null | undefined;
|
37
|
-
tokens?: {
|
38
|
-
type: "googlePay";
|
39
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
|
40
|
-
config: {
|
41
|
-
gateway: string;
|
42
|
-
gatewayMerchantId: string;
|
43
|
-
};
|
44
|
-
}[] | null | undefined;
|
45
45
|
gatewayOverride?: {
|
46
46
|
type?: string | null | undefined;
|
47
47
|
conditions?: {
|
@@ -54,7 +54,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
54
54
|
label: string;
|
55
55
|
}[] | null | undefined;
|
56
56
|
status: "NEW" | "PENDING" | "APPROVED";
|
57
|
-
notifyUrl: string;
|
58
57
|
_id: string;
|
59
58
|
store: {
|
60
59
|
bank?: {
|
@@ -63,33 +62,43 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
63
62
|
holderName?: string | null | undefined;
|
64
63
|
name: string;
|
65
64
|
} | null | undefined;
|
66
|
-
bankStatement?: string | null | undefined;
|
67
65
|
ssm?: string | null | undefined;
|
66
|
+
bankStatement?: string | null | undefined;
|
68
67
|
exteriorPhoto?: string | null | undefined;
|
69
68
|
keyPerson?: {
|
69
|
+
email: string;
|
70
70
|
name: string;
|
71
71
|
phone: string;
|
72
|
-
email: string;
|
73
72
|
} | null | undefined;
|
74
73
|
id: string;
|
75
74
|
event: "ORDERING" | "MARKETING";
|
76
75
|
};
|
77
|
-
|
76
|
+
notifyUrl: string;
|
78
77
|
methods: {
|
79
78
|
rate?: {
|
80
79
|
amount: number;
|
81
80
|
precision: number;
|
82
81
|
} | null | undefined;
|
83
82
|
tPlus?: number | null | undefined;
|
84
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
83
|
+
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";
|
85
84
|
variant: string;
|
86
85
|
}[];
|
86
|
+
businessId: string;
|
87
87
|
}>;
|
88
88
|
required: true;
|
89
89
|
};
|
90
90
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
91
91
|
payoutAccount: {
|
92
92
|
type: PropType<{
|
93
|
+
enable?: boolean | null | undefined;
|
94
|
+
tokens?: {
|
95
|
+
type: "googlePay";
|
96
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
|
97
|
+
config: {
|
98
|
+
gateway: string;
|
99
|
+
gatewayMerchantId: string;
|
100
|
+
};
|
101
|
+
}[] | null | undefined;
|
93
102
|
gateways?: ({
|
94
103
|
config: {
|
95
104
|
clientId: string;
|
@@ -100,17 +109,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
100
109
|
paymentGateway: "REVENUE_MONSTER";
|
101
110
|
} | {
|
102
111
|
config: {
|
103
|
-
secretKey: string;
|
104
112
|
merchantId: string;
|
113
|
+
secretKey: string;
|
105
114
|
verifyKey: string;
|
106
115
|
};
|
107
116
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
108
117
|
} | {
|
109
118
|
config: {
|
110
119
|
merchantId: string;
|
111
|
-
storeID: string;
|
112
120
|
merchantName: string;
|
113
121
|
merchantCategoryCode: string;
|
122
|
+
storeID: string;
|
114
123
|
storeName: string;
|
115
124
|
};
|
116
125
|
paymentGateway: "MACAU_PASS";
|
@@ -121,15 +130,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
121
130
|
};
|
122
131
|
paymentGateway: "DIGIO";
|
123
132
|
})[] | null | undefined;
|
124
|
-
enable?: boolean | null | undefined;
|
125
|
-
tokens?: {
|
126
|
-
type: "googlePay";
|
127
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
|
128
|
-
config: {
|
129
|
-
gateway: string;
|
130
|
-
gatewayMerchantId: string;
|
131
|
-
};
|
132
|
-
}[] | null | undefined;
|
133
133
|
gatewayOverride?: {
|
134
134
|
type?: string | null | undefined;
|
135
135
|
conditions?: {
|
@@ -142,7 +142,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
142
142
|
label: string;
|
143
143
|
}[] | null | undefined;
|
144
144
|
status: "NEW" | "PENDING" | "APPROVED";
|
145
|
-
notifyUrl: string;
|
146
145
|
_id: string;
|
147
146
|
store: {
|
148
147
|
bank?: {
|
@@ -151,27 +150,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
151
150
|
holderName?: string | null | undefined;
|
152
151
|
name: string;
|
153
152
|
} | null | undefined;
|
154
|
-
bankStatement?: string | null | undefined;
|
155
153
|
ssm?: string | null | undefined;
|
154
|
+
bankStatement?: string | null | undefined;
|
156
155
|
exteriorPhoto?: string | null | undefined;
|
157
156
|
keyPerson?: {
|
157
|
+
email: string;
|
158
158
|
name: string;
|
159
159
|
phone: string;
|
160
|
-
email: string;
|
161
160
|
} | null | undefined;
|
162
161
|
id: string;
|
163
162
|
event: "ORDERING" | "MARKETING";
|
164
163
|
};
|
165
|
-
|
164
|
+
notifyUrl: string;
|
166
165
|
methods: {
|
167
166
|
rate?: {
|
168
167
|
amount: number;
|
169
168
|
precision: number;
|
170
169
|
} | null | undefined;
|
171
170
|
tPlus?: number | null | undefined;
|
172
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
171
|
+
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";
|
173
172
|
variant: string;
|
174
173
|
}[];
|
174
|
+
businessId: string;
|
175
175
|
}>;
|
176
176
|
required: true;
|
177
177
|
};
|