@feedmepos/mf-payment 1.2.10 → 1.2.12
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-18wkypci.js → PayoutAccount-D-NM-_2s.js} +6 -6
- package/dist/{PayoutAccount-vby8rjMc.js → PayoutAccount-j4yHJfSr.js} +5 -5
- package/dist/{PayoutAccountSetting-CRkam66i.js → PayoutAccountSetting-vzdkhXb8.js} +114 -111
- package/dist/{Restaurant-VF5wPY0d.js → Restaurant-CPIy0SZJ.js} +4 -4
- package/dist/{RestaurantSetting-7E7MJ-KZ.js → RestaurantSetting-DK4GOY2d.js} +3 -3
- package/dist/{Settlement-DjOW7-7G.js → Settlement-B5kQfJuQ.js} +3 -3
- package/dist/{Settlement-DElZTYyN.js → Settlement-BeI2ksZ3.js} +3 -3
- package/dist/{SettlementTransactions-Bibk-MNf.js → SettlementTransactions-CHjwajgr.js} +3 -3
- package/dist/{SettlementTransactions-B2k3cOjB.js → SettlementTransactions-D7z5DaxO.js} +3 -3
- package/dist/{Terminal-DnAMMIYh.js → Terminal-Bf7VZ5Yo.js} +5 -5
- package/dist/{TerminalSetting-jDF2Evb1.js → TerminalSetting-pnwFHRR8.js} +3 -3
- package/dist/{Transaction-BTOPUhAQ.js → Transaction-Cbiu540w.js} +5 -5
- package/dist/{Transaction-DDl-8RTe.js → Transaction-Cpbte6yS.js} +7 -7
- package/dist/{TransactionOld-C_Xaj-8M.js → TransactionOld-Dnnz541Y.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-BFArqWok.js → TransactionTable.vue_vue_type_script_setup_true_lang-tMjd6_k7.js} +3 -3
- package/dist/{app-BTNlNJft.js → app-C_At3NFn.js} +246 -246
- package/dist/app.js +1 -1
- package/dist/{assets-DGInSeWS.js → assets-DjGZEHos.js} +2 -2
- package/dist/{grafana-9bBV0RKB.js → grafana-D99I428B.js} +1 -1
- package/dist/{index-MF2p-2Xo.js → index-B3IOW-oD.js} +1 -1
- package/dist/{index-CY545XH3.js → index-BI63pT6J.js} +5143 -5251
- package/dist/{index-RsQaPtd8.js → index-CW2tMCo9.js} +2 -2
- package/dist/{index-BjV0tG5W.js → index-CvPpUZR3.js} +1 -1
- package/dist/{index-DAVQvskm.js → index-DXLkzCkb.js} +1 -1
- package/dist/{index-dUIntalX.js → index-DdE42RgX.js} +1 -1
- package/dist/{index-eO8NObIH.js → index-DigkUnks.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-Dnz6-yxO.js → index.vue_vue_type_script_setup_true_lang-Dx-Mg_Zx.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-B28LkgUk.js → payout-account-D7Wzxyao.js} +3 -3
- package/dist/stores/payoutAccount.d.ts +10 -10
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +10 -10
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +34 -28
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +34 -28
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +10 -10
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +10 -10
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +34 -28
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +12 -6
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +14 -14
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +14 -14
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +14 -14
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +14 -14
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +14 -14
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +14 -14
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +14 -14
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +20 -20
- package/package.json +2 -2
@@ -2,7 +2,6 @@ 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
5
|
gateways?: ({
|
7
6
|
config: {
|
8
7
|
clientId: string;
|
@@ -13,25 +12,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
13
12
|
paymentGateway: "REVENUE_MONSTER";
|
14
13
|
} | {
|
15
14
|
config: {
|
16
|
-
merchantId: string;
|
17
15
|
secretKey: string;
|
16
|
+
merchantId: string;
|
18
17
|
verifyKey: string;
|
19
18
|
};
|
20
19
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
21
20
|
} | {
|
22
21
|
config: {
|
23
22
|
merchantId: string;
|
23
|
+
storeID: string;
|
24
24
|
merchantName: string;
|
25
25
|
merchantCategoryCode: string;
|
26
|
-
storeID: string;
|
27
26
|
storeName: string;
|
28
27
|
};
|
29
28
|
paymentGateway: "MACAU_PASS";
|
30
29
|
})[] | null | undefined;
|
30
|
+
enable?: boolean | null | undefined;
|
31
31
|
ref?: any;
|
32
32
|
status: "NEW" | "PENDING" | "APPROVED";
|
33
33
|
_id: string;
|
34
|
-
notifyUrl: string;
|
35
34
|
store: {
|
36
35
|
bank?: {
|
37
36
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -50,6 +49,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
49
|
id: string;
|
51
50
|
event: "ORDERING" | "MARKETING";
|
52
51
|
};
|
52
|
+
notifyUrl: string;
|
53
|
+
businessId: string;
|
53
54
|
methods: {
|
54
55
|
rate?: {
|
55
56
|
amount: number;
|
@@ -59,14 +60,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
59
60
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
60
61
|
variant: string;
|
61
62
|
}[];
|
62
|
-
businessId: string;
|
63
63
|
}>;
|
64
64
|
required: true;
|
65
65
|
};
|
66
66
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
67
67
|
payoutAccount: {
|
68
68
|
type: PropType<{
|
69
|
-
enable?: boolean | null | undefined;
|
70
69
|
gateways?: ({
|
71
70
|
config: {
|
72
71
|
clientId: string;
|
@@ -77,25 +76,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
77
76
|
paymentGateway: "REVENUE_MONSTER";
|
78
77
|
} | {
|
79
78
|
config: {
|
80
|
-
merchantId: string;
|
81
79
|
secretKey: string;
|
80
|
+
merchantId: string;
|
82
81
|
verifyKey: string;
|
83
82
|
};
|
84
83
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
85
84
|
} | {
|
86
85
|
config: {
|
87
86
|
merchantId: string;
|
87
|
+
storeID: string;
|
88
88
|
merchantName: string;
|
89
89
|
merchantCategoryCode: string;
|
90
|
-
storeID: string;
|
91
90
|
storeName: string;
|
92
91
|
};
|
93
92
|
paymentGateway: "MACAU_PASS";
|
94
93
|
})[] | null | undefined;
|
94
|
+
enable?: boolean | null | undefined;
|
95
95
|
ref?: any;
|
96
96
|
status: "NEW" | "PENDING" | "APPROVED";
|
97
97
|
_id: string;
|
98
|
-
notifyUrl: string;
|
99
98
|
store: {
|
100
99
|
bank?: {
|
101
100
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -114,6 +113,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
114
113
|
id: string;
|
115
114
|
event: "ORDERING" | "MARKETING";
|
116
115
|
};
|
116
|
+
notifyUrl: string;
|
117
|
+
businessId: string;
|
117
118
|
methods: {
|
118
119
|
rate?: {
|
119
120
|
amount: number;
|
@@ -123,7 +124,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
123
124
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
124
125
|
variant: string;
|
125
126
|
}[];
|
126
|
-
businessId: string;
|
127
127
|
}>;
|
128
128
|
required: true;
|
129
129
|
};
|
@@ -2,15 +2,6 @@ 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
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
8
|
-
type: "googlePay";
|
9
|
-
config: {
|
10
|
-
gateway: string;
|
11
|
-
gatewayMerchantId: string;
|
12
|
-
};
|
13
|
-
}[] | null | undefined;
|
14
5
|
gateways?: ({
|
15
6
|
config: {
|
16
7
|
clientId: string;
|
@@ -21,35 +12,46 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
12
|
paymentGateway: "REVENUE_MONSTER";
|
22
13
|
} | {
|
23
14
|
config: {
|
24
|
-
merchantId: string;
|
25
15
|
secretKey: string;
|
16
|
+
merchantId: string;
|
26
17
|
verifyKey: string;
|
27
18
|
};
|
28
19
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
29
20
|
} | {
|
30
21
|
config: {
|
31
22
|
merchantId: string;
|
23
|
+
storeID: string;
|
32
24
|
merchantName: string;
|
33
25
|
merchantCategoryCode: string;
|
34
|
-
storeID: string;
|
35
26
|
storeName: string;
|
36
27
|
};
|
37
28
|
paymentGateway: "MACAU_PASS";
|
38
29
|
})[] | null | undefined;
|
30
|
+
enable?: boolean | null | undefined;
|
31
|
+
tokens?: {
|
32
|
+
type: "googlePay";
|
33
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
34
|
+
config: {
|
35
|
+
gateway: {
|
36
|
+
gateway: string;
|
37
|
+
gatewayMerchantId: string;
|
38
|
+
};
|
39
|
+
paymentType: "googlePay";
|
40
|
+
};
|
41
|
+
}[] | null | undefined;
|
39
42
|
gatewayOverride?: {
|
40
43
|
type?: string | null | undefined;
|
41
44
|
conditions?: {
|
42
45
|
conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
|
43
46
|
conditionValue?: any;
|
44
47
|
}[] | null | undefined;
|
45
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
46
48
|
value: string;
|
49
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
47
50
|
icon: string;
|
48
51
|
label: string;
|
49
52
|
}[] | null | undefined;
|
50
53
|
status: "NEW" | "PENDING" | "APPROVED";
|
51
54
|
_id: string;
|
52
|
-
notifyUrl: string;
|
53
55
|
store: {
|
54
56
|
bank?: {
|
55
57
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -68,6 +70,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
68
70
|
id: string;
|
69
71
|
event: "ORDERING" | "MARKETING";
|
70
72
|
};
|
73
|
+
notifyUrl: string;
|
74
|
+
businessId: string;
|
71
75
|
methods: {
|
72
76
|
rate?: {
|
73
77
|
amount: number;
|
@@ -77,22 +81,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
77
81
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
78
82
|
variant: string;
|
79
83
|
}[];
|
80
|
-
businessId: string;
|
81
84
|
}>;
|
82
85
|
required: true;
|
83
86
|
};
|
84
87
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
85
88
|
payoutAccount: {
|
86
89
|
type: PropType<{
|
87
|
-
enable?: boolean | null | undefined;
|
88
|
-
tokens?: {
|
89
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
90
|
-
type: "googlePay";
|
91
|
-
config: {
|
92
|
-
gateway: string;
|
93
|
-
gatewayMerchantId: string;
|
94
|
-
};
|
95
|
-
}[] | null | undefined;
|
96
90
|
gateways?: ({
|
97
91
|
config: {
|
98
92
|
clientId: string;
|
@@ -103,35 +97,46 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
103
97
|
paymentGateway: "REVENUE_MONSTER";
|
104
98
|
} | {
|
105
99
|
config: {
|
106
|
-
merchantId: string;
|
107
100
|
secretKey: string;
|
101
|
+
merchantId: string;
|
108
102
|
verifyKey: string;
|
109
103
|
};
|
110
104
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
111
105
|
} | {
|
112
106
|
config: {
|
113
107
|
merchantId: string;
|
108
|
+
storeID: string;
|
114
109
|
merchantName: string;
|
115
110
|
merchantCategoryCode: string;
|
116
|
-
storeID: string;
|
117
111
|
storeName: string;
|
118
112
|
};
|
119
113
|
paymentGateway: "MACAU_PASS";
|
120
114
|
})[] | null | undefined;
|
115
|
+
enable?: boolean | null | undefined;
|
116
|
+
tokens?: {
|
117
|
+
type: "googlePay";
|
118
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
119
|
+
config: {
|
120
|
+
gateway: {
|
121
|
+
gateway: string;
|
122
|
+
gatewayMerchantId: string;
|
123
|
+
};
|
124
|
+
paymentType: "googlePay";
|
125
|
+
};
|
126
|
+
}[] | null | undefined;
|
121
127
|
gatewayOverride?: {
|
122
128
|
type?: string | null | undefined;
|
123
129
|
conditions?: {
|
124
130
|
conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
|
125
131
|
conditionValue?: any;
|
126
132
|
}[] | null | undefined;
|
127
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
128
133
|
value: string;
|
134
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
129
135
|
icon: string;
|
130
136
|
label: string;
|
131
137
|
}[] | null | undefined;
|
132
138
|
status: "NEW" | "PENDING" | "APPROVED";
|
133
139
|
_id: string;
|
134
|
-
notifyUrl: string;
|
135
140
|
store: {
|
136
141
|
bank?: {
|
137
142
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -150,6 +155,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
150
155
|
id: string;
|
151
156
|
event: "ORDERING" | "MARKETING";
|
152
157
|
};
|
158
|
+
notifyUrl: string;
|
159
|
+
businessId: string;
|
153
160
|
methods: {
|
154
161
|
rate?: {
|
155
162
|
amount: number;
|
@@ -159,7 +166,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
159
166
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
160
167
|
variant: string;
|
161
168
|
}[];
|
162
|
-
businessId: string;
|
163
169
|
}>;
|
164
170
|
required: true;
|
165
171
|
};
|
@@ -2,15 +2,6 @@ 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
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
8
|
-
type: "googlePay";
|
9
|
-
config: {
|
10
|
-
gateway: string;
|
11
|
-
gatewayMerchantId: string;
|
12
|
-
};
|
13
|
-
}[] | null | undefined;
|
14
5
|
gateways?: ({
|
15
6
|
config: {
|
16
7
|
clientId: string;
|
@@ -21,35 +12,46 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
12
|
paymentGateway: "REVENUE_MONSTER";
|
22
13
|
} | {
|
23
14
|
config: {
|
24
|
-
merchantId: string;
|
25
15
|
secretKey: string;
|
16
|
+
merchantId: string;
|
26
17
|
verifyKey: string;
|
27
18
|
};
|
28
19
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
29
20
|
} | {
|
30
21
|
config: {
|
31
22
|
merchantId: string;
|
23
|
+
storeID: string;
|
32
24
|
merchantName: string;
|
33
25
|
merchantCategoryCode: string;
|
34
|
-
storeID: string;
|
35
26
|
storeName: string;
|
36
27
|
};
|
37
28
|
paymentGateway: "MACAU_PASS";
|
38
29
|
})[] | null | undefined;
|
30
|
+
enable?: boolean | null | undefined;
|
31
|
+
tokens?: {
|
32
|
+
type: "googlePay";
|
33
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
34
|
+
config: {
|
35
|
+
gateway: {
|
36
|
+
gateway: string;
|
37
|
+
gatewayMerchantId: string;
|
38
|
+
};
|
39
|
+
paymentType: "googlePay";
|
40
|
+
};
|
41
|
+
}[] | null | undefined;
|
39
42
|
gatewayOverride?: {
|
40
43
|
type?: string | null | undefined;
|
41
44
|
conditions?: {
|
42
45
|
conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
|
43
46
|
conditionValue?: any;
|
44
47
|
}[] | null | undefined;
|
45
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
46
48
|
value: string;
|
49
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
47
50
|
icon: string;
|
48
51
|
label: string;
|
49
52
|
}[] | null | undefined;
|
50
53
|
status: "NEW" | "PENDING" | "APPROVED";
|
51
54
|
_id: string;
|
52
|
-
notifyUrl: string;
|
53
55
|
store: {
|
54
56
|
bank?: {
|
55
57
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -68,6 +70,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
68
70
|
id: string;
|
69
71
|
event: "ORDERING" | "MARKETING";
|
70
72
|
};
|
73
|
+
notifyUrl: string;
|
74
|
+
businessId: string;
|
71
75
|
methods: {
|
72
76
|
rate?: {
|
73
77
|
amount: number;
|
@@ -77,22 +81,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
77
81
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
78
82
|
variant: string;
|
79
83
|
}[];
|
80
|
-
businessId: string;
|
81
84
|
}>;
|
82
85
|
required: true;
|
83
86
|
};
|
84
87
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
85
88
|
payoutAccount: {
|
86
89
|
type: PropType<{
|
87
|
-
enable?: boolean | null | undefined;
|
88
|
-
tokens?: {
|
89
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
90
|
-
type: "googlePay";
|
91
|
-
config: {
|
92
|
-
gateway: string;
|
93
|
-
gatewayMerchantId: string;
|
94
|
-
};
|
95
|
-
}[] | null | undefined;
|
96
90
|
gateways?: ({
|
97
91
|
config: {
|
98
92
|
clientId: string;
|
@@ -103,35 +97,46 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
103
97
|
paymentGateway: "REVENUE_MONSTER";
|
104
98
|
} | {
|
105
99
|
config: {
|
106
|
-
merchantId: string;
|
107
100
|
secretKey: string;
|
101
|
+
merchantId: string;
|
108
102
|
verifyKey: string;
|
109
103
|
};
|
110
104
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
111
105
|
} | {
|
112
106
|
config: {
|
113
107
|
merchantId: string;
|
108
|
+
storeID: string;
|
114
109
|
merchantName: string;
|
115
110
|
merchantCategoryCode: string;
|
116
|
-
storeID: string;
|
117
111
|
storeName: string;
|
118
112
|
};
|
119
113
|
paymentGateway: "MACAU_PASS";
|
120
114
|
})[] | null | undefined;
|
115
|
+
enable?: boolean | null | undefined;
|
116
|
+
tokens?: {
|
117
|
+
type: "googlePay";
|
118
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
119
|
+
config: {
|
120
|
+
gateway: {
|
121
|
+
gateway: string;
|
122
|
+
gatewayMerchantId: string;
|
123
|
+
};
|
124
|
+
paymentType: "googlePay";
|
125
|
+
};
|
126
|
+
}[] | null | undefined;
|
121
127
|
gatewayOverride?: {
|
122
128
|
type?: string | null | undefined;
|
123
129
|
conditions?: {
|
124
130
|
conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
|
125
131
|
conditionValue?: any;
|
126
132
|
}[] | null | undefined;
|
127
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
128
133
|
value: string;
|
134
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
129
135
|
icon: string;
|
130
136
|
label: string;
|
131
137
|
}[] | null | undefined;
|
132
138
|
status: "NEW" | "PENDING" | "APPROVED";
|
133
139
|
_id: string;
|
134
|
-
notifyUrl: string;
|
135
140
|
store: {
|
136
141
|
bank?: {
|
137
142
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -150,6 +155,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
150
155
|
id: string;
|
151
156
|
event: "ORDERING" | "MARKETING";
|
152
157
|
};
|
158
|
+
notifyUrl: string;
|
159
|
+
businessId: string;
|
153
160
|
methods: {
|
154
161
|
rate?: {
|
155
162
|
amount: number;
|
@@ -159,7 +166,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
159
166
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
160
167
|
variant: string;
|
161
168
|
}[];
|
162
|
-
businessId: string;
|
163
169
|
}>;
|
164
170
|
required: true;
|
165
171
|
};
|
@@ -7,7 +7,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
};
|
8
8
|
payoutAccount: {
|
9
9
|
type: PropType<{
|
10
|
-
enable?: boolean | null | undefined;
|
11
10
|
gateways?: ({
|
12
11
|
config: {
|
13
12
|
clientId: string;
|
@@ -18,25 +17,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
18
17
|
paymentGateway: "REVENUE_MONSTER";
|
19
18
|
} | {
|
20
19
|
config: {
|
21
|
-
merchantId: string;
|
22
20
|
secretKey: string;
|
21
|
+
merchantId: string;
|
23
22
|
verifyKey: string;
|
24
23
|
};
|
25
24
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
26
25
|
} | {
|
27
26
|
config: {
|
28
27
|
merchantId: string;
|
28
|
+
storeID: string;
|
29
29
|
merchantName: string;
|
30
30
|
merchantCategoryCode: string;
|
31
|
-
storeID: string;
|
32
31
|
storeName: string;
|
33
32
|
};
|
34
33
|
paymentGateway: "MACAU_PASS";
|
35
34
|
})[] | null | undefined;
|
35
|
+
enable?: boolean | null | undefined;
|
36
36
|
ref?: any;
|
37
37
|
status: "NEW" | "PENDING" | "APPROVED";
|
38
38
|
_id: string;
|
39
|
-
notifyUrl: string;
|
40
39
|
store: {
|
41
40
|
bank?: {
|
42
41
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -55,6 +54,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
55
54
|
id: string;
|
56
55
|
event: "ORDERING" | "MARKETING";
|
57
56
|
};
|
57
|
+
notifyUrl: string;
|
58
|
+
businessId: string;
|
58
59
|
methods: {
|
59
60
|
rate?: {
|
60
61
|
amount: number;
|
@@ -64,7 +65,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
64
65
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
65
66
|
variant: string;
|
66
67
|
}[];
|
67
|
-
businessId: string;
|
68
68
|
}>;
|
69
69
|
required: true;
|
70
70
|
};
|
@@ -75,7 +75,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
75
75
|
};
|
76
76
|
payoutAccount: {
|
77
77
|
type: PropType<{
|
78
|
-
enable?: boolean | null | undefined;
|
79
78
|
gateways?: ({
|
80
79
|
config: {
|
81
80
|
clientId: string;
|
@@ -86,25 +85,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
86
85
|
paymentGateway: "REVENUE_MONSTER";
|
87
86
|
} | {
|
88
87
|
config: {
|
89
|
-
merchantId: string;
|
90
88
|
secretKey: string;
|
89
|
+
merchantId: string;
|
91
90
|
verifyKey: string;
|
92
91
|
};
|
93
92
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
94
93
|
} | {
|
95
94
|
config: {
|
96
95
|
merchantId: string;
|
96
|
+
storeID: string;
|
97
97
|
merchantName: string;
|
98
98
|
merchantCategoryCode: string;
|
99
|
-
storeID: string;
|
100
99
|
storeName: string;
|
101
100
|
};
|
102
101
|
paymentGateway: "MACAU_PASS";
|
103
102
|
})[] | null | undefined;
|
103
|
+
enable?: boolean | null | undefined;
|
104
104
|
ref?: any;
|
105
105
|
status: "NEW" | "PENDING" | "APPROVED";
|
106
106
|
_id: string;
|
107
|
-
notifyUrl: string;
|
108
107
|
store: {
|
109
108
|
bank?: {
|
110
109
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -123,6 +122,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
123
122
|
id: string;
|
124
123
|
event: "ORDERING" | "MARKETING";
|
125
124
|
};
|
125
|
+
notifyUrl: string;
|
126
|
+
businessId: string;
|
126
127
|
methods: {
|
127
128
|
rate?: {
|
128
129
|
amount: number;
|
@@ -132,7 +133,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
132
133
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
133
134
|
variant: string;
|
134
135
|
}[];
|
135
|
-
businessId: string;
|
136
136
|
}>;
|
137
137
|
required: true;
|
138
138
|
};
|
@@ -2,7 +2,6 @@ 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
5
|
gateways?: ({
|
7
6
|
config: {
|
8
7
|
clientId: string;
|
@@ -13,25 +12,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
13
12
|
paymentGateway: "REVENUE_MONSTER";
|
14
13
|
} | {
|
15
14
|
config: {
|
16
|
-
merchantId: string;
|
17
15
|
secretKey: string;
|
16
|
+
merchantId: string;
|
18
17
|
verifyKey: string;
|
19
18
|
};
|
20
19
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
21
20
|
} | {
|
22
21
|
config: {
|
23
22
|
merchantId: string;
|
23
|
+
storeID: string;
|
24
24
|
merchantName: string;
|
25
25
|
merchantCategoryCode: string;
|
26
|
-
storeID: string;
|
27
26
|
storeName: string;
|
28
27
|
};
|
29
28
|
paymentGateway: "MACAU_PASS";
|
30
29
|
})[] | null | undefined;
|
30
|
+
enable?: boolean | null | undefined;
|
31
31
|
ref?: any;
|
32
32
|
status: "NEW" | "PENDING" | "APPROVED";
|
33
33
|
_id: string;
|
34
|
-
notifyUrl: string;
|
35
34
|
store: {
|
36
35
|
bank?: {
|
37
36
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -50,6 +49,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
49
|
id: string;
|
51
50
|
event: "ORDERING" | "MARKETING";
|
52
51
|
};
|
52
|
+
notifyUrl: string;
|
53
|
+
businessId: string;
|
53
54
|
methods: {
|
54
55
|
rate?: {
|
55
56
|
amount: number;
|
@@ -59,14 +60,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
59
60
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
60
61
|
variant: string;
|
61
62
|
}[];
|
62
|
-
businessId: string;
|
63
63
|
}>;
|
64
64
|
required: true;
|
65
65
|
};
|
66
66
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
67
67
|
payoutAccount: {
|
68
68
|
type: PropType<{
|
69
|
-
enable?: boolean | null | undefined;
|
70
69
|
gateways?: ({
|
71
70
|
config: {
|
72
71
|
clientId: string;
|
@@ -77,25 +76,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
77
76
|
paymentGateway: "REVENUE_MONSTER";
|
78
77
|
} | {
|
79
78
|
config: {
|
80
|
-
merchantId: string;
|
81
79
|
secretKey: string;
|
80
|
+
merchantId: string;
|
82
81
|
verifyKey: string;
|
83
82
|
};
|
84
83
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
85
84
|
} | {
|
86
85
|
config: {
|
87
86
|
merchantId: string;
|
87
|
+
storeID: string;
|
88
88
|
merchantName: string;
|
89
89
|
merchantCategoryCode: string;
|
90
|
-
storeID: string;
|
91
90
|
storeName: string;
|
92
91
|
};
|
93
92
|
paymentGateway: "MACAU_PASS";
|
94
93
|
})[] | null | undefined;
|
94
|
+
enable?: boolean | null | undefined;
|
95
95
|
ref?: any;
|
96
96
|
status: "NEW" | "PENDING" | "APPROVED";
|
97
97
|
_id: string;
|
98
|
-
notifyUrl: string;
|
99
98
|
store: {
|
100
99
|
bank?: {
|
101
100
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -114,6 +113,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
114
113
|
id: string;
|
115
114
|
event: "ORDERING" | "MARKETING";
|
116
115
|
};
|
116
|
+
notifyUrl: string;
|
117
|
+
businessId: string;
|
117
118
|
methods: {
|
118
119
|
rate?: {
|
119
120
|
amount: number;
|
@@ -123,7 +124,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
123
124
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
124
125
|
variant: string;
|
125
126
|
}[];
|
126
|
-
businessId: string;
|
127
127
|
}>;
|
128
128
|
required: true;
|
129
129
|
};
|