@feedmepos/mf-payment 1.2.27 → 1.2.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/OnboardForm-DOZ9futX.js +671 -0
- package/dist/OnboardForm-SZXqGGPm.js +707 -0
- package/dist/OnboardSubmission-BlVBKz-H.js +146 -0
- package/dist/OnboardSubmission-CjsvLPVX.js +152 -0
- package/dist/{PDFViewer-xrBtzrlR.js → PDFViewer-DlSCBBxr.js} +14 -12
- package/dist/{PayoutAccount-DI5YpzGm.js → PayoutAccount-BHbqJwXB.js} +5 -5
- package/dist/{PayoutAccount-mlaDc7_i.js → PayoutAccount-Ctd7j0SZ.js} +8 -7
- package/dist/{PayoutAccountSetting-IgBRFN0A.js → PayoutAccountSetting-CUlmHkw3.js} +4 -4
- package/dist/{Restaurant-CIGhOFvk.js → Restaurant-DDebeSrf.js} +4 -4
- package/dist/{RestaurantSetting-0CbusLcz.js → RestaurantSetting-Cf63FkWQ.js} +291 -222
- package/dist/{Settlement-DmG5-VSP.js → Settlement-C_V-iTDy.js} +3 -3
- package/dist/{Settlement-CUmpNHMN.js → Settlement-CctMzPsZ.js} +3 -3
- package/dist/{SettlementTransactions-DhjGSAg4.js → SettlementTransactions-9p3tYV0n.js} +3 -3
- package/dist/{SettlementTransactions-CcMUINyi.js → SettlementTransactions-DYvhz0Yh.js} +3 -3
- package/dist/Status.vue_vue_type_script_setup_true_lang-wrcEbNj3.js +29 -0
- package/dist/{Terminal-KE_9M2jr.js → Terminal-D3QDgPY6.js} +5 -5
- package/dist/{TerminalSetting-DdJl_9JJ.js → TerminalSetting-ehm_sRqf.js} +3 -3
- package/dist/{Transaction-E9_hSpx4.js → Transaction-DIz_ArbY.js} +6 -6
- package/dist/{Transaction-CA9RQ8qT.js → Transaction-DzIzAIbO.js} +5 -5
- package/dist/{TransactionOld-lPUiTl8n.js → TransactionOld-CagUKhjR.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-B03g8Jum.js → TransactionTable.vue_vue_type_script_setup_true_lang-ChuhuUKc.js} +3 -3
- package/dist/api/index.d.ts +1 -0
- package/dist/api/onboard-submission/index.d.ts +17 -0
- package/dist/api/payment-gateway/index.d.ts +3 -1
- package/dist/api/payout/index.d.ts +1 -0
- package/dist/{app-BohCgZld.js → app-Djt4efuB.js} +212 -131
- package/dist/app.d.ts +46 -0
- package/dist/app.js +1 -1
- package/dist/{assets-Dttfej_E.js → assets-ha4XB2PU.js} +1 -1
- package/dist/{grafana-DCGA3gMb.js → grafana-DRZOKr8c.js} +1 -1
- package/dist/{index-BQtW6X1l.js → index-8Xu0hCTB.js} +1 -1
- package/dist/{index-CZKvrBM7.js → index-B6GVzj7l.js} +1 -1
- package/dist/{index-tCobqIDD.js → index-BasdAonL.js} +4930 -4857
- package/dist/{index-BOwfUR6x.js → index-DGF3hKwg.js} +1 -1
- package/dist/{index-BYLzp2JB.js → index-Dg_mEOso.js} +1 -1
- package/dist/{index-JCMXdVSJ.js → index-DoD23lHB.js} +8 -1
- package/dist/index-mIFz6n66.js +68 -0
- package/dist/{index.vue_vue_type_script_setup_true_lang-DpAWcXVU.js → index.vue_vue_type_script_setup_true_lang-D4bLM6th.js} +1 -1
- package/dist/modules.d.ts +1 -0
- package/dist/package.json +9 -8
- package/dist/payout-account-CE1OxSdW.js +458 -0
- package/dist/plugins-ClNUIkc0.js +1366 -0
- package/dist/stores/payoutAccount.d.ts +16 -16
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/onboard-submission/OnboardForm.vue.d.ts +12 -0
- package/dist/views/admin/onboard-submission/OnboardSubmission.vue.d.ts +2 -0
- package/dist/views/admin/onboard-submission/cell/SignatureBoard.vue.d.ts +10 -0
- package/dist/views/admin/onboard-submission/cell/Status.vue.d.ts +5 -0
- package/dist/views/admin/onboard-submission/cell/UploadButton.vue.d.ts +11 -0
- package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +81 -0
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
- package/dist/views/admin/restaurant/tabs/LocalIntegration.vue.d.ts +803 -0
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +8 -8
- package/dist/views/onboard-submission/OnboardForm.vue.d.ts +14 -0
- package/dist/views/onboard-submission/OnboardSubmission.vue.d.ts +2 -0
- package/dist/views/onboard-submission/cell/SignatureBoard.vue.d.ts +10 -0
- package/dist/views/onboard-submission/cell/UploadButton.vue.d.ts +11 -0
- package/dist/views/onboard-submission/form/SoftSpaceSubmission.vue.d.ts +5 -0
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +32 -32
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +48 -48
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +24 -24
- package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
- package/package.json +9 -8
- package/dist/payout-account-rJmG1Gi5.js +0 -1819
@@ -0,0 +1,12 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2
|
+
submissionId: {
|
3
|
+
type: StringConstructor;
|
4
|
+
required: true;
|
5
|
+
};
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
submissionId: {
|
8
|
+
type: StringConstructor;
|
9
|
+
required: true;
|
10
|
+
};
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
12
|
+
export default _default;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2
|
+
export default _default;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
modelValue: string | null;
|
3
|
+
label?: string;
|
4
|
+
};
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
6
|
+
"update:modelValue": (value: File | null) => any;
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
8
|
+
"onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
10
|
+
export default _default;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
data: unknown;
|
3
|
+
};
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
5
|
+
export default _default;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
modelValue: string | null;
|
3
|
+
label?: string;
|
4
|
+
type: 'image' | 'pdf';
|
5
|
+
};
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
7
|
+
"update:modelValue": (value: File | null) => any;
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
9
|
+
"onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
11
|
+
export default _default;
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import { type PropType } from 'vue';
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
|
+
submission: {
|
4
|
+
type: PropType<{
|
5
|
+
statusReason?: string | null | undefined;
|
6
|
+
rates?: Record<string, number> | null | undefined;
|
7
|
+
type: "softspace" | "digipay";
|
8
|
+
status: "pending" | "submitted" | "rejected" | "approved";
|
9
|
+
_id: string;
|
10
|
+
restaurantId: string;
|
11
|
+
fields: Record<string, string>;
|
12
|
+
documents: Record<string, string>;
|
13
|
+
updatedAt: string;
|
14
|
+
profile: {
|
15
|
+
legalName?: string | null | undefined;
|
16
|
+
email: string;
|
17
|
+
name: string;
|
18
|
+
phoneNo: string;
|
19
|
+
};
|
20
|
+
}>;
|
21
|
+
required: true;
|
22
|
+
};
|
23
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
24
|
+
"update:submission": (submission: {
|
25
|
+
statusReason?: string | null | undefined;
|
26
|
+
rates?: Record<string, number> | null | undefined;
|
27
|
+
type: "softspace" | "digipay";
|
28
|
+
status: "pending" | "submitted" | "rejected" | "approved";
|
29
|
+
_id: string;
|
30
|
+
restaurantId: string;
|
31
|
+
fields: Record<string, string>;
|
32
|
+
documents: Record<string, string>;
|
33
|
+
updatedAt: string;
|
34
|
+
profile: {
|
35
|
+
legalName?: string | null | undefined;
|
36
|
+
email: string;
|
37
|
+
name: string;
|
38
|
+
phoneNo: string;
|
39
|
+
};
|
40
|
+
}) => any;
|
41
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
42
|
+
submission: {
|
43
|
+
type: PropType<{
|
44
|
+
statusReason?: string | null | undefined;
|
45
|
+
rates?: Record<string, number> | null | undefined;
|
46
|
+
type: "softspace" | "digipay";
|
47
|
+
status: "pending" | "submitted" | "rejected" | "approved";
|
48
|
+
_id: string;
|
49
|
+
restaurantId: string;
|
50
|
+
fields: Record<string, string>;
|
51
|
+
documents: Record<string, string>;
|
52
|
+
updatedAt: string;
|
53
|
+
profile: {
|
54
|
+
legalName?: string | null | undefined;
|
55
|
+
email: string;
|
56
|
+
name: string;
|
57
|
+
phoneNo: string;
|
58
|
+
};
|
59
|
+
}>;
|
60
|
+
required: true;
|
61
|
+
};
|
62
|
+
}>> & Readonly<{
|
63
|
+
"onUpdate:submission"?: ((submission: {
|
64
|
+
statusReason?: string | null | undefined;
|
65
|
+
rates?: Record<string, number> | null | undefined;
|
66
|
+
type: "softspace" | "digipay";
|
67
|
+
status: "pending" | "submitted" | "rejected" | "approved";
|
68
|
+
_id: string;
|
69
|
+
restaurantId: string;
|
70
|
+
fields: Record<string, string>;
|
71
|
+
documents: Record<string, string>;
|
72
|
+
updatedAt: string;
|
73
|
+
profile: {
|
74
|
+
legalName?: string | null | undefined;
|
75
|
+
email: string;
|
76
|
+
name: string;
|
77
|
+
phoneNo: string;
|
78
|
+
};
|
79
|
+
}) => any) | undefined;
|
80
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
81
|
+
export default _default;
|
@@ -4,22 +4,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
4
4
|
type: PropType<{
|
5
5
|
enable?: boolean | null | undefined;
|
6
6
|
gateways?: ({
|
7
|
-
paymentGateway: "REVENUE_MONSTER";
|
8
7
|
config: {
|
9
8
|
clientId: string;
|
10
9
|
clientPrivateKey: string;
|
11
10
|
clientSecret: string;
|
12
11
|
storeId: string;
|
13
12
|
};
|
13
|
+
paymentGateway: "REVENUE_MONSTER";
|
14
14
|
} | {
|
15
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
16
15
|
config: {
|
17
16
|
merchantId: string;
|
18
17
|
secretKey: string;
|
19
18
|
verifyKey: string;
|
20
19
|
};
|
20
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
21
21
|
} | {
|
22
|
-
paymentGateway: "MACAU_PASS";
|
23
22
|
config: {
|
24
23
|
merchantId: string;
|
25
24
|
merchantName: string;
|
@@ -27,17 +26,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
27
26
|
storeID: string;
|
28
27
|
storeName: string;
|
29
28
|
};
|
29
|
+
paymentGateway: "MACAU_PASS";
|
30
30
|
} | {
|
31
|
-
paymentGateway: "DIGIO";
|
32
31
|
config: {
|
33
32
|
merchantId: string;
|
34
33
|
cardMerchantId: string;
|
35
34
|
};
|
35
|
+
paymentGateway: "DIGIO";
|
36
36
|
})[] | null | undefined;
|
37
37
|
ref?: any;
|
38
38
|
status: "NEW" | "PENDING" | "APPROVED";
|
39
39
|
_id: string;
|
40
|
-
notifyUrl: string;
|
41
40
|
store: {
|
42
41
|
bank?: {
|
43
42
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -45,24 +44,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
44
|
holderName?: string | null | undefined;
|
46
45
|
name: string;
|
47
46
|
} | null | undefined;
|
48
|
-
bankStatement?: string | null | undefined;
|
49
47
|
ssm?: string | null | undefined;
|
48
|
+
bankStatement?: string | null | undefined;
|
50
49
|
exteriorPhoto?: string | null | undefined;
|
51
50
|
keyPerson?: {
|
51
|
+
email: string;
|
52
52
|
name: string;
|
53
53
|
phone: string;
|
54
|
-
email: string;
|
55
54
|
} | null | undefined;
|
56
55
|
id: string;
|
57
56
|
event: "ORDERING" | "MARKETING";
|
58
57
|
};
|
58
|
+
notifyUrl: string;
|
59
59
|
methods: {
|
60
60
|
rate?: {
|
61
61
|
amount: number;
|
62
62
|
precision: number;
|
63
63
|
} | null | undefined;
|
64
64
|
tPlus?: number | null | undefined;
|
65
|
-
issuer: "MACAU_PASS" | "
|
65
|
+
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR";
|
66
66
|
variant: string;
|
67
67
|
}[];
|
68
68
|
businessId: string;
|
@@ -74,22 +74,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
74
74
|
type: PropType<{
|
75
75
|
enable?: boolean | null | undefined;
|
76
76
|
gateways?: ({
|
77
|
-
paymentGateway: "REVENUE_MONSTER";
|
78
77
|
config: {
|
79
78
|
clientId: string;
|
80
79
|
clientPrivateKey: string;
|
81
80
|
clientSecret: string;
|
82
81
|
storeId: string;
|
83
82
|
};
|
83
|
+
paymentGateway: "REVENUE_MONSTER";
|
84
84
|
} | {
|
85
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
86
85
|
config: {
|
87
86
|
merchantId: string;
|
88
87
|
secretKey: string;
|
89
88
|
verifyKey: string;
|
90
89
|
};
|
90
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
91
91
|
} | {
|
92
|
-
paymentGateway: "MACAU_PASS";
|
93
92
|
config: {
|
94
93
|
merchantId: string;
|
95
94
|
merchantName: string;
|
@@ -97,17 +96,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
97
96
|
storeID: string;
|
98
97
|
storeName: string;
|
99
98
|
};
|
99
|
+
paymentGateway: "MACAU_PASS";
|
100
100
|
} | {
|
101
|
-
paymentGateway: "DIGIO";
|
102
101
|
config: {
|
103
102
|
merchantId: string;
|
104
103
|
cardMerchantId: string;
|
105
104
|
};
|
105
|
+
paymentGateway: "DIGIO";
|
106
106
|
})[] | null | undefined;
|
107
107
|
ref?: any;
|
108
108
|
status: "NEW" | "PENDING" | "APPROVED";
|
109
109
|
_id: string;
|
110
|
-
notifyUrl: string;
|
111
110
|
store: {
|
112
111
|
bank?: {
|
113
112
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -115,24 +114,25 @@ 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
|
};
|
128
|
+
notifyUrl: string;
|
129
129
|
methods: {
|
130
130
|
rate?: {
|
131
131
|
amount: number;
|
132
132
|
precision: number;
|
133
133
|
} | null | undefined;
|
134
134
|
tPlus?: number | null | undefined;
|
135
|
-
issuer: "MACAU_PASS" | "
|
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";
|
136
136
|
variant: string;
|
137
137
|
}[];
|
138
138
|
businessId: string;
|
@@ -5,29 +5,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
5
5
|
enable?: boolean | null | undefined;
|
6
6
|
tokens?: {
|
7
7
|
type: "googlePay";
|
8
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "NETS" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2";
|
8
9
|
config: {
|
9
10
|
gateway: string;
|
10
11
|
gatewayMerchantId: string;
|
11
12
|
};
|
12
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
13
13
|
}[] | null | undefined;
|
14
14
|
gateways?: ({
|
15
|
-
paymentGateway: "REVENUE_MONSTER";
|
16
15
|
config: {
|
17
16
|
clientId: string;
|
18
17
|
clientPrivateKey: string;
|
19
18
|
clientSecret: string;
|
20
19
|
storeId: string;
|
21
20
|
};
|
21
|
+
paymentGateway: "REVENUE_MONSTER";
|
22
22
|
} | {
|
23
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
24
23
|
config: {
|
25
24
|
merchantId: string;
|
26
25
|
secretKey: string;
|
27
26
|
verifyKey: string;
|
28
27
|
};
|
28
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
29
29
|
} | {
|
30
|
-
paymentGateway: "MACAU_PASS";
|
31
30
|
config: {
|
32
31
|
merchantId: string;
|
33
32
|
merchantName: string;
|
@@ -35,12 +34,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
34
|
storeID: string;
|
36
35
|
storeName: string;
|
37
36
|
};
|
37
|
+
paymentGateway: "MACAU_PASS";
|
38
38
|
} | {
|
39
|
-
paymentGateway: "DIGIO";
|
40
39
|
config: {
|
41
40
|
merchantId: string;
|
42
41
|
cardMerchantId: string;
|
43
42
|
};
|
43
|
+
paymentGateway: "DIGIO";
|
44
44
|
})[] | null | undefined;
|
45
45
|
gatewayOverride?: {
|
46
46
|
type?: string | null | undefined;
|
@@ -49,13 +49,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
49
49
|
conditionValue?: any;
|
50
50
|
}[] | null | undefined;
|
51
51
|
value: string;
|
52
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "NETS" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2";
|
52
53
|
icon: string;
|
53
54
|
label: string;
|
54
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
55
55
|
}[] | null | undefined;
|
56
56
|
status: "NEW" | "PENDING" | "APPROVED";
|
57
57
|
_id: string;
|
58
|
-
notifyUrl: string;
|
59
58
|
store: {
|
60
59
|
bank?: {
|
61
60
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -63,24 +62,25 @@ 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
|
};
|
76
|
+
notifyUrl: string;
|
77
77
|
methods: {
|
78
78
|
rate?: {
|
79
79
|
amount: number;
|
80
80
|
precision: number;
|
81
81
|
} | null | undefined;
|
82
82
|
tPlus?: number | null | undefined;
|
83
|
-
issuer: "MACAU_PASS" | "
|
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";
|
84
84
|
variant: string;
|
85
85
|
}[];
|
86
86
|
businessId: string;
|
@@ -93,29 +93,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
93
93
|
enable?: boolean | null | undefined;
|
94
94
|
tokens?: {
|
95
95
|
type: "googlePay";
|
96
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "NETS" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2";
|
96
97
|
config: {
|
97
98
|
gateway: string;
|
98
99
|
gatewayMerchantId: string;
|
99
100
|
};
|
100
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
101
101
|
}[] | null | undefined;
|
102
102
|
gateways?: ({
|
103
|
-
paymentGateway: "REVENUE_MONSTER";
|
104
103
|
config: {
|
105
104
|
clientId: string;
|
106
105
|
clientPrivateKey: string;
|
107
106
|
clientSecret: string;
|
108
107
|
storeId: string;
|
109
108
|
};
|
109
|
+
paymentGateway: "REVENUE_MONSTER";
|
110
110
|
} | {
|
111
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
112
111
|
config: {
|
113
112
|
merchantId: string;
|
114
113
|
secretKey: string;
|
115
114
|
verifyKey: string;
|
116
115
|
};
|
116
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
117
117
|
} | {
|
118
|
-
paymentGateway: "MACAU_PASS";
|
119
118
|
config: {
|
120
119
|
merchantId: string;
|
121
120
|
merchantName: string;
|
@@ -123,12 +122,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
123
122
|
storeID: string;
|
124
123
|
storeName: string;
|
125
124
|
};
|
125
|
+
paymentGateway: "MACAU_PASS";
|
126
126
|
} | {
|
127
|
-
paymentGateway: "DIGIO";
|
128
127
|
config: {
|
129
128
|
merchantId: string;
|
130
129
|
cardMerchantId: string;
|
131
130
|
};
|
131
|
+
paymentGateway: "DIGIO";
|
132
132
|
})[] | null | undefined;
|
133
133
|
gatewayOverride?: {
|
134
134
|
type?: string | null | undefined;
|
@@ -137,13 +137,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
137
137
|
conditionValue?: any;
|
138
138
|
}[] | null | undefined;
|
139
139
|
value: string;
|
140
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "NETS" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2";
|
140
141
|
icon: string;
|
141
142
|
label: string;
|
142
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
143
143
|
}[] | null | undefined;
|
144
144
|
status: "NEW" | "PENDING" | "APPROVED";
|
145
145
|
_id: string;
|
146
|
-
notifyUrl: string;
|
147
146
|
store: {
|
148
147
|
bank?: {
|
149
148
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -151,24 +150,25 @@ 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
|
};
|
164
|
+
notifyUrl: string;
|
165
165
|
methods: {
|
166
166
|
rate?: {
|
167
167
|
amount: number;
|
168
168
|
precision: number;
|
169
169
|
} | null | undefined;
|
170
170
|
tPlus?: number | null | undefined;
|
171
|
-
issuer: "MACAU_PASS" | "
|
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";
|
172
172
|
variant: string;
|
173
173
|
}[];
|
174
174
|
businessId: string;
|
@@ -5,29 +5,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
5
5
|
enable?: boolean | null | undefined;
|
6
6
|
tokens?: {
|
7
7
|
type: "googlePay";
|
8
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "NETS" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2";
|
8
9
|
config: {
|
9
10
|
gateway: string;
|
10
11
|
gatewayMerchantId: string;
|
11
12
|
};
|
12
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
13
13
|
}[] | null | undefined;
|
14
14
|
gateways?: ({
|
15
|
-
paymentGateway: "REVENUE_MONSTER";
|
16
15
|
config: {
|
17
16
|
clientId: string;
|
18
17
|
clientPrivateKey: string;
|
19
18
|
clientSecret: string;
|
20
19
|
storeId: string;
|
21
20
|
};
|
21
|
+
paymentGateway: "REVENUE_MONSTER";
|
22
22
|
} | {
|
23
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
24
23
|
config: {
|
25
24
|
merchantId: string;
|
26
25
|
secretKey: string;
|
27
26
|
verifyKey: string;
|
28
27
|
};
|
28
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
29
29
|
} | {
|
30
|
-
paymentGateway: "MACAU_PASS";
|
31
30
|
config: {
|
32
31
|
merchantId: string;
|
33
32
|
merchantName: string;
|
@@ -35,12 +34,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
34
|
storeID: string;
|
36
35
|
storeName: string;
|
37
36
|
};
|
37
|
+
paymentGateway: "MACAU_PASS";
|
38
38
|
} | {
|
39
|
-
paymentGateway: "DIGIO";
|
40
39
|
config: {
|
41
40
|
merchantId: string;
|
42
41
|
cardMerchantId: string;
|
43
42
|
};
|
43
|
+
paymentGateway: "DIGIO";
|
44
44
|
})[] | null | undefined;
|
45
45
|
gatewayOverride?: {
|
46
46
|
type?: string | null | undefined;
|
@@ -49,13 +49,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
49
49
|
conditionValue?: any;
|
50
50
|
}[] | null | undefined;
|
51
51
|
value: string;
|
52
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "NETS" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2";
|
52
53
|
icon: string;
|
53
54
|
label: string;
|
54
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
55
55
|
}[] | null | undefined;
|
56
56
|
status: "NEW" | "PENDING" | "APPROVED";
|
57
57
|
_id: string;
|
58
|
-
notifyUrl: string;
|
59
58
|
store: {
|
60
59
|
bank?: {
|
61
60
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -63,24 +62,25 @@ 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
|
};
|
76
|
+
notifyUrl: string;
|
77
77
|
methods: {
|
78
78
|
rate?: {
|
79
79
|
amount: number;
|
80
80
|
precision: number;
|
81
81
|
} | null | undefined;
|
82
82
|
tPlus?: number | null | undefined;
|
83
|
-
issuer: "MACAU_PASS" | "
|
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";
|
84
84
|
variant: string;
|
85
85
|
}[];
|
86
86
|
businessId: string;
|
@@ -93,29 +93,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
93
93
|
enable?: boolean | null | undefined;
|
94
94
|
tokens?: {
|
95
95
|
type: "googlePay";
|
96
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "NETS" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2";
|
96
97
|
config: {
|
97
98
|
gateway: string;
|
98
99
|
gatewayMerchantId: string;
|
99
100
|
};
|
100
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
101
101
|
}[] | null | undefined;
|
102
102
|
gateways?: ({
|
103
|
-
paymentGateway: "REVENUE_MONSTER";
|
104
103
|
config: {
|
105
104
|
clientId: string;
|
106
105
|
clientPrivateKey: string;
|
107
106
|
clientSecret: string;
|
108
107
|
storeId: string;
|
109
108
|
};
|
109
|
+
paymentGateway: "REVENUE_MONSTER";
|
110
110
|
} | {
|
111
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
112
111
|
config: {
|
113
112
|
merchantId: string;
|
114
113
|
secretKey: string;
|
115
114
|
verifyKey: string;
|
116
115
|
};
|
116
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
117
117
|
} | {
|
118
|
-
paymentGateway: "MACAU_PASS";
|
119
118
|
config: {
|
120
119
|
merchantId: string;
|
121
120
|
merchantName: string;
|
@@ -123,12 +122,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
123
122
|
storeID: string;
|
124
123
|
storeName: string;
|
125
124
|
};
|
125
|
+
paymentGateway: "MACAU_PASS";
|
126
126
|
} | {
|
127
|
-
paymentGateway: "DIGIO";
|
128
127
|
config: {
|
129
128
|
merchantId: string;
|
130
129
|
cardMerchantId: string;
|
131
130
|
};
|
131
|
+
paymentGateway: "DIGIO";
|
132
132
|
})[] | null | undefined;
|
133
133
|
gatewayOverride?: {
|
134
134
|
type?: string | null | undefined;
|
@@ -137,13 +137,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
137
137
|
conditionValue?: any;
|
138
138
|
}[] | null | undefined;
|
139
139
|
value: string;
|
140
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "NETS" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2";
|
140
141
|
icon: string;
|
141
142
|
label: string;
|
142
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
143
143
|
}[] | null | undefined;
|
144
144
|
status: "NEW" | "PENDING" | "APPROVED";
|
145
145
|
_id: string;
|
146
|
-
notifyUrl: string;
|
147
146
|
store: {
|
148
147
|
bank?: {
|
149
148
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -151,24 +150,25 @@ 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
|
};
|
164
|
+
notifyUrl: string;
|
165
165
|
methods: {
|
166
166
|
rate?: {
|
167
167
|
amount: number;
|
168
168
|
precision: number;
|
169
169
|
} | null | undefined;
|
170
170
|
tPlus?: number | null | undefined;
|
171
|
-
issuer: "MACAU_PASS" | "
|
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";
|
172
172
|
variant: string;
|
173
173
|
}[];
|
174
174
|
businessId: string;
|