@feedmepos/mf-payment 1.2.5 → 1.2.7
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-D9LY7i1J.js → PayoutAccount-90Fg0Eqb.js} +6 -6
- package/dist/{PayoutAccount-DEoI6K0j.js → PayoutAccount-DS14d5_9.js} +5 -5
- package/dist/{PayoutAccountSetting-5lrvWFIz.js → PayoutAccountSetting-PfKPX1B-.js} +3 -3
- package/dist/{Restaurant-AxoM-AsE.js → Restaurant-Dk0X2E1m.js} +4 -4
- package/dist/RestaurantSetting-S0CcLhRS.js +625 -0
- package/dist/{Settlement-DDwe_w3m.js → Settlement-DlFBQNQZ.js} +3 -3
- package/dist/{Settlement-D4CsP3fg.js → Settlement-DxI1z91R.js} +3 -3
- package/dist/{SettlementTransactions-Cmv7dqVI.js → SettlementTransactions-CRFD0bFO.js} +3 -3
- package/dist/{SettlementTransactions-Dp3nN442.js → SettlementTransactions-DgOj_D8D.js} +3 -3
- package/dist/{Terminal-B8UQH6ga.js → Terminal-Ckx8vQ_3.js} +5 -5
- package/dist/TerminalSetting-DicoKPoS.js +572 -0
- package/dist/{Transaction-BZ7H6oB_.js → Transaction-CF_sHrl6.js} +5 -5
- package/dist/{Transaction-KkfCz4Cu.js → Transaction-Da1_AnWG.js} +7 -7
- package/dist/{TransactionOld-BLpQHFH1.js → TransactionOld-6Nm8xhGh.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-C4Bb203Q.js → TransactionTable.vue_vue_type_script_setup_true_lang-CaKdn0VN.js} +3 -3
- package/dist/api/payment-gateway/index.d.ts +3 -0
- package/dist/{app-I2TNuZCs.js → app-C4_gin4V.js} +331 -331
- package/dist/app.js +1 -1
- package/dist/{assets-D5Qc4r7j.js → assets-CkJwKbJo.js} +2 -2
- package/dist/{grafana-BAbIv4CF.js → grafana-5rTce_2u.js} +1 -1
- package/dist/{index-1NP0WkxZ.js → index-B-dODLCP.js} +2 -2
- package/dist/{index-bOlAWIVP.js → index-B2K92QTs.js} +1 -1
- package/dist/{index-CnGVTtwu.js → index-CjFw5eYb.js} +1 -1
- package/dist/{index-D209n4gS.js → index-D_ZQysnD.js} +7010 -6967
- package/dist/{index-CguRXKmG.js → index-REZAHMM0.js} +1 -1
- package/dist/{index-Cc0abuxv.js → index-pQqLjJzo.js} +1 -1
- package/dist/{index-DGcRvKvr.js → index-yHpeK6eL.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-HYqCCZsZ.js → index.vue_vue_type_script_setup_true_lang-B-LNPiqR.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-DNGKjfY1.js → payout-account-DYhD0NF_.js} +3 -3
- package/dist/stores/payoutAccount.d.ts +16 -16
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +42 -42
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +42 -42
- 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 +42 -42
- package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +10 -10
- package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +10 -10
- package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +46 -0
- package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +12 -10
- package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +8 -8
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +20 -20
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +32 -32
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +36 -36
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +18 -18
- package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
- package/package.json +2 -2
- package/dist/RestaurantSetting-B6LQF664.js +0 -501
- package/dist/TerminalSetting-yRok1Iuc.js +0 -572
@@ -2,36 +2,35 @@ 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
|
-
paymentGateway: "REVENUE_MONSTER";
|
8
6
|
config: {
|
9
7
|
clientId: string;
|
10
8
|
clientPrivateKey: string;
|
11
9
|
clientSecret: string;
|
12
10
|
storeId: string;
|
13
11
|
};
|
12
|
+
paymentGateway: "REVENUE_MONSTER";
|
14
13
|
} | {
|
15
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
16
14
|
config: {
|
17
|
-
merchantId: string;
|
18
15
|
secretKey: string;
|
16
|
+
merchantId: string;
|
19
17
|
verifyKey: string;
|
20
18
|
};
|
19
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
21
20
|
} | {
|
22
|
-
paymentGateway: "MACAU_PASS";
|
23
21
|
config: {
|
24
22
|
merchantId: string;
|
23
|
+
storeID: string;
|
25
24
|
merchantName: string;
|
26
25
|
merchantCategoryCode: string;
|
27
|
-
storeID: string;
|
28
26
|
storeName: string;
|
29
27
|
};
|
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,43 +60,41 @@ 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
|
-
paymentGateway: "REVENUE_MONSTER";
|
72
70
|
config: {
|
73
71
|
clientId: string;
|
74
72
|
clientPrivateKey: string;
|
75
73
|
clientSecret: string;
|
76
74
|
storeId: string;
|
77
75
|
};
|
76
|
+
paymentGateway: "REVENUE_MONSTER";
|
78
77
|
} | {
|
79
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
80
78
|
config: {
|
81
|
-
merchantId: string;
|
82
79
|
secretKey: string;
|
80
|
+
merchantId: string;
|
83
81
|
verifyKey: string;
|
84
82
|
};
|
83
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
85
84
|
} | {
|
86
|
-
paymentGateway: "MACAU_PASS";
|
87
85
|
config: {
|
88
86
|
merchantId: string;
|
87
|
+
storeID: string;
|
89
88
|
merchantName: string;
|
90
89
|
merchantCategoryCode: string;
|
91
|
-
storeID: string;
|
92
90
|
storeName: string;
|
93
91
|
};
|
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,57 +2,56 @@ 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
|
-
config: {
|
9
|
-
gateway: {
|
10
|
-
gateway: string;
|
11
|
-
gatewayMerchantId: string;
|
12
|
-
};
|
13
|
-
paymentType: "googlePay";
|
14
|
-
};
|
15
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
|
16
|
-
}[] | null | undefined;
|
17
5
|
gateways?: ({
|
18
|
-
paymentGateway: "REVENUE_MONSTER";
|
19
6
|
config: {
|
20
7
|
clientId: string;
|
21
8
|
clientPrivateKey: string;
|
22
9
|
clientSecret: string;
|
23
10
|
storeId: string;
|
24
11
|
};
|
12
|
+
paymentGateway: "REVENUE_MONSTER";
|
25
13
|
} | {
|
26
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
27
14
|
config: {
|
28
|
-
merchantId: string;
|
29
15
|
secretKey: string;
|
16
|
+
merchantId: string;
|
30
17
|
verifyKey: string;
|
31
18
|
};
|
19
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
32
20
|
} | {
|
33
|
-
paymentGateway: "MACAU_PASS";
|
34
21
|
config: {
|
35
22
|
merchantId: string;
|
23
|
+
storeID: string;
|
36
24
|
merchantName: string;
|
37
25
|
merchantCategoryCode: string;
|
38
|
-
storeID: string;
|
39
26
|
storeName: string;
|
40
27
|
};
|
28
|
+
paymentGateway: "MACAU_PASS";
|
41
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;
|
42
42
|
gatewayOverride?: {
|
43
|
-
type?:
|
43
|
+
type?: string | null | undefined;
|
44
44
|
conditions?: {
|
45
45
|
conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
|
46
46
|
conditionValue?: any;
|
47
47
|
}[] | null | undefined;
|
48
48
|
value: string;
|
49
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
49
50
|
icon: string;
|
50
51
|
label: string;
|
51
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
|
52
52
|
}[] | null | undefined;
|
53
53
|
status: "NEW" | "PENDING" | "APPROVED";
|
54
54
|
_id: string;
|
55
|
-
notifyUrl: string;
|
56
55
|
store: {
|
57
56
|
bank?: {
|
58
57
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -71,6 +70,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
71
70
|
id: string;
|
72
71
|
event: "ORDERING" | "MARKETING";
|
73
72
|
};
|
73
|
+
notifyUrl: string;
|
74
|
+
businessId: string;
|
74
75
|
methods: {
|
75
76
|
rate?: {
|
76
77
|
amount: number;
|
@@ -80,64 +81,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
80
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";
|
81
82
|
variant: string;
|
82
83
|
}[];
|
83
|
-
businessId: string;
|
84
84
|
}>;
|
85
85
|
required: true;
|
86
86
|
};
|
87
87
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
88
88
|
payoutAccount: {
|
89
89
|
type: PropType<{
|
90
|
-
enable?: boolean | null | undefined;
|
91
|
-
tokens?: {
|
92
|
-
type: "googlePay";
|
93
|
-
config: {
|
94
|
-
gateway: {
|
95
|
-
gateway: string;
|
96
|
-
gatewayMerchantId: string;
|
97
|
-
};
|
98
|
-
paymentType: "googlePay";
|
99
|
-
};
|
100
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
|
101
|
-
}[] | null | undefined;
|
102
90
|
gateways?: ({
|
103
|
-
paymentGateway: "REVENUE_MONSTER";
|
104
91
|
config: {
|
105
92
|
clientId: string;
|
106
93
|
clientPrivateKey: string;
|
107
94
|
clientSecret: string;
|
108
95
|
storeId: string;
|
109
96
|
};
|
97
|
+
paymentGateway: "REVENUE_MONSTER";
|
110
98
|
} | {
|
111
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
112
99
|
config: {
|
113
|
-
merchantId: string;
|
114
100
|
secretKey: string;
|
101
|
+
merchantId: string;
|
115
102
|
verifyKey: string;
|
116
103
|
};
|
104
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
117
105
|
} | {
|
118
|
-
paymentGateway: "MACAU_PASS";
|
119
106
|
config: {
|
120
107
|
merchantId: string;
|
108
|
+
storeID: string;
|
121
109
|
merchantName: string;
|
122
110
|
merchantCategoryCode: string;
|
123
|
-
storeID: string;
|
124
111
|
storeName: string;
|
125
112
|
};
|
113
|
+
paymentGateway: "MACAU_PASS";
|
126
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;
|
127
127
|
gatewayOverride?: {
|
128
|
-
type?:
|
128
|
+
type?: string | null | undefined;
|
129
129
|
conditions?: {
|
130
130
|
conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
|
131
131
|
conditionValue?: any;
|
132
132
|
}[] | null | undefined;
|
133
133
|
value: string;
|
134
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
134
135
|
icon: string;
|
135
136
|
label: string;
|
136
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
|
137
137
|
}[] | null | undefined;
|
138
138
|
status: "NEW" | "PENDING" | "APPROVED";
|
139
139
|
_id: string;
|
140
|
-
notifyUrl: string;
|
141
140
|
store: {
|
142
141
|
bank?: {
|
143
142
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -156,6 +155,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
156
155
|
id: string;
|
157
156
|
event: "ORDERING" | "MARKETING";
|
158
157
|
};
|
158
|
+
notifyUrl: string;
|
159
|
+
businessId: string;
|
159
160
|
methods: {
|
160
161
|
rate?: {
|
161
162
|
amount: number;
|
@@ -165,7 +166,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
165
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";
|
166
167
|
variant: string;
|
167
168
|
}[];
|
168
|
-
businessId: string;
|
169
169
|
}>;
|
170
170
|
required: true;
|
171
171
|
};
|
@@ -2,57 +2,56 @@ 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
|
-
config: {
|
9
|
-
gateway: {
|
10
|
-
gateway: string;
|
11
|
-
gatewayMerchantId: string;
|
12
|
-
};
|
13
|
-
paymentType: "googlePay";
|
14
|
-
};
|
15
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
|
16
|
-
}[] | null | undefined;
|
17
5
|
gateways?: ({
|
18
|
-
paymentGateway: "REVENUE_MONSTER";
|
19
6
|
config: {
|
20
7
|
clientId: string;
|
21
8
|
clientPrivateKey: string;
|
22
9
|
clientSecret: string;
|
23
10
|
storeId: string;
|
24
11
|
};
|
12
|
+
paymentGateway: "REVENUE_MONSTER";
|
25
13
|
} | {
|
26
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
27
14
|
config: {
|
28
|
-
merchantId: string;
|
29
15
|
secretKey: string;
|
16
|
+
merchantId: string;
|
30
17
|
verifyKey: string;
|
31
18
|
};
|
19
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
32
20
|
} | {
|
33
|
-
paymentGateway: "MACAU_PASS";
|
34
21
|
config: {
|
35
22
|
merchantId: string;
|
23
|
+
storeID: string;
|
36
24
|
merchantName: string;
|
37
25
|
merchantCategoryCode: string;
|
38
|
-
storeID: string;
|
39
26
|
storeName: string;
|
40
27
|
};
|
28
|
+
paymentGateway: "MACAU_PASS";
|
41
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;
|
42
42
|
gatewayOverride?: {
|
43
|
-
type?:
|
43
|
+
type?: string | null | undefined;
|
44
44
|
conditions?: {
|
45
45
|
conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
|
46
46
|
conditionValue?: any;
|
47
47
|
}[] | null | undefined;
|
48
48
|
value: string;
|
49
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
49
50
|
icon: string;
|
50
51
|
label: string;
|
51
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
|
52
52
|
}[] | null | undefined;
|
53
53
|
status: "NEW" | "PENDING" | "APPROVED";
|
54
54
|
_id: string;
|
55
|
-
notifyUrl: string;
|
56
55
|
store: {
|
57
56
|
bank?: {
|
58
57
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -71,6 +70,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
71
70
|
id: string;
|
72
71
|
event: "ORDERING" | "MARKETING";
|
73
72
|
};
|
73
|
+
notifyUrl: string;
|
74
|
+
businessId: string;
|
74
75
|
methods: {
|
75
76
|
rate?: {
|
76
77
|
amount: number;
|
@@ -80,64 +81,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
80
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";
|
81
82
|
variant: string;
|
82
83
|
}[];
|
83
|
-
businessId: string;
|
84
84
|
}>;
|
85
85
|
required: true;
|
86
86
|
};
|
87
87
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
88
88
|
payoutAccount: {
|
89
89
|
type: PropType<{
|
90
|
-
enable?: boolean | null | undefined;
|
91
|
-
tokens?: {
|
92
|
-
type: "googlePay";
|
93
|
-
config: {
|
94
|
-
gateway: {
|
95
|
-
gateway: string;
|
96
|
-
gatewayMerchantId: string;
|
97
|
-
};
|
98
|
-
paymentType: "googlePay";
|
99
|
-
};
|
100
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
|
101
|
-
}[] | null | undefined;
|
102
90
|
gateways?: ({
|
103
|
-
paymentGateway: "REVENUE_MONSTER";
|
104
91
|
config: {
|
105
92
|
clientId: string;
|
106
93
|
clientPrivateKey: string;
|
107
94
|
clientSecret: string;
|
108
95
|
storeId: string;
|
109
96
|
};
|
97
|
+
paymentGateway: "REVENUE_MONSTER";
|
110
98
|
} | {
|
111
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
112
99
|
config: {
|
113
|
-
merchantId: string;
|
114
100
|
secretKey: string;
|
101
|
+
merchantId: string;
|
115
102
|
verifyKey: string;
|
116
103
|
};
|
104
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
117
105
|
} | {
|
118
|
-
paymentGateway: "MACAU_PASS";
|
119
106
|
config: {
|
120
107
|
merchantId: string;
|
108
|
+
storeID: string;
|
121
109
|
merchantName: string;
|
122
110
|
merchantCategoryCode: string;
|
123
|
-
storeID: string;
|
124
111
|
storeName: string;
|
125
112
|
};
|
113
|
+
paymentGateway: "MACAU_PASS";
|
126
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;
|
127
127
|
gatewayOverride?: {
|
128
|
-
type?:
|
128
|
+
type?: string | null | undefined;
|
129
129
|
conditions?: {
|
130
130
|
conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
|
131
131
|
conditionValue?: any;
|
132
132
|
}[] | null | undefined;
|
133
133
|
value: string;
|
134
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
|
134
135
|
icon: string;
|
135
136
|
label: string;
|
136
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
|
137
137
|
}[] | null | undefined;
|
138
138
|
status: "NEW" | "PENDING" | "APPROVED";
|
139
139
|
_id: string;
|
140
|
-
notifyUrl: string;
|
141
140
|
store: {
|
142
141
|
bank?: {
|
143
142
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -156,6 +155,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
156
155
|
id: string;
|
157
156
|
event: "ORDERING" | "MARKETING";
|
158
157
|
};
|
158
|
+
notifyUrl: string;
|
159
|
+
businessId: string;
|
159
160
|
methods: {
|
160
161
|
rate?: {
|
161
162
|
amount: number;
|
@@ -165,7 +166,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
165
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";
|
166
167
|
variant: string;
|
167
168
|
}[];
|
168
|
-
businessId: string;
|
169
169
|
}>;
|
170
170
|
required: true;
|
171
171
|
};
|
@@ -7,36 +7,35 @@ 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
|
-
paymentGateway: "REVENUE_MONSTER";
|
13
11
|
config: {
|
14
12
|
clientId: string;
|
15
13
|
clientPrivateKey: string;
|
16
14
|
clientSecret: string;
|
17
15
|
storeId: string;
|
18
16
|
};
|
17
|
+
paymentGateway: "REVENUE_MONSTER";
|
19
18
|
} | {
|
20
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
21
19
|
config: {
|
22
|
-
merchantId: string;
|
23
20
|
secretKey: string;
|
21
|
+
merchantId: string;
|
24
22
|
verifyKey: string;
|
25
23
|
};
|
24
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
26
25
|
} | {
|
27
|
-
paymentGateway: "MACAU_PASS";
|
28
26
|
config: {
|
29
27
|
merchantId: string;
|
28
|
+
storeID: string;
|
30
29
|
merchantName: string;
|
31
30
|
merchantCategoryCode: string;
|
32
|
-
storeID: string;
|
33
31
|
storeName: string;
|
34
32
|
};
|
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,36 +75,35 @@ 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
|
-
paymentGateway: "REVENUE_MONSTER";
|
81
79
|
config: {
|
82
80
|
clientId: string;
|
83
81
|
clientPrivateKey: string;
|
84
82
|
clientSecret: string;
|
85
83
|
storeId: string;
|
86
84
|
};
|
85
|
+
paymentGateway: "REVENUE_MONSTER";
|
87
86
|
} | {
|
88
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
89
87
|
config: {
|
90
|
-
merchantId: string;
|
91
88
|
secretKey: string;
|
89
|
+
merchantId: string;
|
92
90
|
verifyKey: string;
|
93
91
|
};
|
92
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
94
93
|
} | {
|
95
|
-
paymentGateway: "MACAU_PASS";
|
96
94
|
config: {
|
97
95
|
merchantId: string;
|
96
|
+
storeID: string;
|
98
97
|
merchantName: string;
|
99
98
|
merchantCategoryCode: string;
|
100
|
-
storeID: string;
|
101
99
|
storeName: string;
|
102
100
|
};
|
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
|
};
|