@feedmepos/mf-payment 1.5.77 → 1.5.78-dev
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/{Actions.vue_vue_type_script_setup_true_lang-D_PoXVbz.js → Actions.vue_vue_type_script_setup_true_lang-CkOYpI0o.js} +1 -1
- package/dist/{Chargeback-CzwL8PJv.js → Chargeback-C5vvqZPC.js} +7 -7
- package/dist/{DateRangePicker.vue_vue_type_script_setup_true_lang-CDjdQf-E.js → DateRangePicker.vue_vue_type_script_setup_true_lang-BNVnvrVY.js} +1 -1
- package/dist/{no-data-BRmo6XOO.js → DocumentViewer.vue_vue_type_script_setup_true_lang-DF7Bz7mG.js} +92 -2
- package/dist/{OnboardForm-DZeWRzRD.js → OnboardForm-D1UEL7nA.js} +554 -482
- package/dist/{OnboardForm-C6LuVVyr.js → OnboardForm-Jk61FTsk.js} +6 -6
- package/dist/OnboardSubmission-CJ8Wz4Z5.js +446 -0
- package/dist/{OnboardSubmission-C2BYK2p1.js → OnboardSubmission-VVsokhdH.js} +27 -27
- package/dist/{PayoutAccount-VbRd7cmv.js → PayoutAccount-BJupz1C5.js} +101 -102
- package/dist/{PayoutAccount-BMQZ5bOZ.js → PayoutAccount-CgmR-Kft.js} +5 -5
- package/dist/PayoutAccountSetting-D18R7415.js +1502 -0
- package/dist/{Restaurant-4cO60aVP.js → Restaurant-CYzqYWvJ.js} +4 -4
- package/dist/{RestaurantSetting-Bvk0dnCI.js → RestaurantSetting-BjmaAH2A.js} +325 -243
- package/dist/{Settlement-CklF8pz7.js → Settlement-BgksUxPW.js} +4 -4
- package/dist/{Settlement-Cme1wMB-.js → Settlement-TT5-yT7m.js} +5 -5
- package/dist/{SettlementTransactions-DD285bSJ.js → SettlementTransactions-COjlsFX-.js} +4 -4
- package/dist/{SettlementTransactions-3F4EOoyz.js → SettlementTransactions-Cd0zM7MD.js} +4 -4
- package/dist/{Status.vue_vue_type_script_setup_true_lang-CUnCf_fx.js → Status.vue_vue_type_script_setup_true_lang-C0vazu3N.js} +1 -1
- package/dist/{Terminal-CK6ULW6U.js → Terminal-Chq-Kp8B.js} +6 -6
- package/dist/{TerminalSetting-CEQG3OV6.js → TerminalSetting-CZv6obZH.js} +887 -712
- package/dist/{TextInputDialog.vue_vue_type_script_setup_true_lang-BvGYVca0.js → TextInputDialog.vue_vue_type_script_setup_true_lang-D8W8_SO2.js} +1 -1
- package/dist/Transaction-BLooVLyD.js +507 -0
- package/dist/{Transaction-DjzWqLtN.js → Transaction-BoFiQSqu.js} +99 -102
- package/dist/TransactionOld-BGf-ROT_.js +313 -0
- package/dist/api/onboard-submission/index.d.ts +3 -1
- package/dist/api/terminal/index.d.ts +1 -0
- package/dist/app-B4Scdw84.js +9185 -0
- package/dist/app.d.ts +96 -1
- package/dist/app.js +5 -4
- package/dist/{assets-DIbq1BVX.js → assets-Bqo86swf.js} +81 -79
- package/dist/composable/async-poller/index.d.ts +22 -0
- package/dist/{grafana-B0iQmK6j.js → grafana-DpTMPSvF.js} +1 -1
- package/dist/{index-B0L21J1j.js → index-A5VPgbH5.js} +1 -1
- package/dist/{index-BkQ7t3F6.js → index-Bga288jX.js} +1 -1
- package/dist/{index-BHCs_NnD.js → index-C0KJhQjz.js} +1 -1
- package/dist/{index-CnN_MV2-.js → index-C4nXco1m.js} +24 -9
- package/dist/{index-C80a7-Ks.js → index-CU0pfEVD.js} +1 -1
- package/dist/{index-CxnWUe_K.js → index-CuktSZEC.js} +3 -3
- package/dist/{index-D0j1LZAB.js → index-DNKuiv7L.js} +9430 -9267
- package/dist/{index-C_Y5Sfc9.js → index-GF2nlppI.js} +1 -1
- package/dist/index-JP_7k-Ja.js +63 -0
- package/dist/index-MdV54cWO.js +58 -0
- package/dist/{index.vue_vue_type_script_setup_true_lang-BksGFeSf.js → index.vue_vue_type_script_setup_true_lang-Cs_vaAfF.js} +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/model/payout-account.d.ts +2 -2
- package/dist/package.json +4 -3
- package/dist/{payout-account-B7OikYn5.js → payout-account-Bklp9Lrq.js} +37 -37
- package/dist/stores/payoutAccount.d.ts +44 -34
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/tyro-BovmsorS.js +5 -0
- package/dist/utils/permission.d.ts +1 -0
- package/dist/{validator-CTlVogBQ.js → validator-DzjyJnvv.js} +0 -1
- package/dist/views/admin/onboard-submission/forms/NTTSubmission.vue.d.ts +16 -16
- package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +16 -16
- package/dist/views/admin/onboard-submission/forms/TyroSubmission.vue.d.ts +81 -0
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +44 -34
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +64 -54
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +64 -54
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +44 -34
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +44 -43
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +64 -54
- package/dist/views/admin/payout-account/tabs/gateway/AdyenGateway.vue.d.ts +2 -2
- package/dist/views/admin/payout-account/tabs/gateway/DigioGateway.vue.d.ts +2 -2
- package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +2 -2
- package/dist/views/admin/payout-account/tabs/gateway/KsherGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +2 -2
- package/dist/views/admin/payout-account/tabs/gateway/TyroGateway.vue.d.ts +39 -0
- package/dist/views/admin/payout-account/tabs/token/ApplePayToken.vue.d.ts +2 -2
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
- package/dist/views/admin/restaurant/tabs/gateway/AdyenGateway.vue.d.ts +4 -4
- package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +4 -4
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
- package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +4 -4
- package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +4 -4
- package/dist/views/admin/restaurant/tabs/gateway/KsherGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
- package/dist/views/admin/restaurant/tabs/gateway/MaybankGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/MonetapayGateway.vue.d.ts +48 -0
- package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +4 -4
- package/dist/views/admin/restaurant/tabs/gateway/SoftSpaceGateway.vue.d.ts +6 -4
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +24 -24
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +4 -4
- package/dist/views/admin/terminal/tabs/ecr/Ghl2Gateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/Ghl3Gateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/GlobalPaymentsGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/HlbbGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/OmaGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/useTyroSoftposGateway.d.ts +12 -0
- package/dist/views/onboard-submission/tyro-submission-polling.d.ts +27 -0
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +88 -68
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +84 -84
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +42 -42
- package/dist/views/settlement/SettlementTable.vue.d.ts +24 -24
- package/dist/views/transaction/TransactionTable.vue.d.ts +2 -2
- package/package.json +4 -3
- package/dist/DocumentViewer.vue_vue_type_script_setup_true_lang-KebV8Zws.js +0 -94
- package/dist/Forbidden-1aaq-Ilm.js +0 -38
- package/dist/OnboardSubmission-DvWwQFy6.js +0 -222
- package/dist/PayoutAccountSetting-DzzABgzs.js +0 -1765
- package/dist/Transaction-D-Z3zRd7.js +0 -517
- package/dist/TransactionOld-BXjA15Dd.js +0 -314
- package/dist/app-CEy5Ojtg.js +0 -7661
- package/dist/index-XTdSN6CV.js +0 -60
- package/dist/softspace-D9cEyOQT.js +0 -4
- package/dist/views/admin/payout-account/tabs/SettlementEditDialog.vue.d.ts +0 -56
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { PropType } from "vue";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
gateway: {
|
|
4
|
+
type: PropType<{
|
|
5
|
+
config: {
|
|
6
|
+
locationId: string;
|
|
7
|
+
};
|
|
8
|
+
paymentGateway: "TYRO";
|
|
9
|
+
} | undefined>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
onUpdate: {
|
|
13
|
+
type: PropType<(g: any) => void>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
onDelete: {
|
|
17
|
+
type: PropType<() => void>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
gateway: {
|
|
22
|
+
type: PropType<{
|
|
23
|
+
config: {
|
|
24
|
+
locationId: string;
|
|
25
|
+
};
|
|
26
|
+
paymentGateway: "TYRO";
|
|
27
|
+
} | undefined>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
onUpdate: {
|
|
31
|
+
type: PropType<(g: any) => void>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
onDelete: {
|
|
35
|
+
type: PropType<() => void>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
39
|
+
export default _default;
|
|
@@ -2,8 +2,8 @@ import type { PropType } from "vue";
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
gateway: {
|
|
4
4
|
type: PropType<{
|
|
5
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "MONETAPAY" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA" | "TYRO";
|
|
5
6
|
type: "googlePay" | "applePay";
|
|
6
|
-
gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA";
|
|
7
7
|
config: {
|
|
8
8
|
gateway: string;
|
|
9
9
|
gatewayMerchantId: string;
|
|
@@ -24,8 +24,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
gateway: {
|
|
26
26
|
type: PropType<{
|
|
27
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "MONETAPAY" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA" | "TYRO";
|
|
27
28
|
type: "googlePay" | "applePay";
|
|
28
|
-
gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA";
|
|
29
29
|
config: {
|
|
30
30
|
gateway: string;
|
|
31
31
|
gatewayMerchantId: string;
|
|
@@ -2,8 +2,8 @@ import type { PropType } from "vue";
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
gateway: {
|
|
4
4
|
type: PropType<{
|
|
5
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "MONETAPAY" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA" | "TYRO";
|
|
5
6
|
type: "googlePay" | "applePay";
|
|
6
|
-
gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA";
|
|
7
7
|
config: {
|
|
8
8
|
gateway: string;
|
|
9
9
|
gatewayMerchantId: string;
|
|
@@ -24,8 +24,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
gateway: {
|
|
26
26
|
type: PropType<{
|
|
27
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "MONETAPAY" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA" | "TYRO";
|
|
27
28
|
type: "googlePay" | "applePay";
|
|
28
|
-
gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA";
|
|
29
29
|
config: {
|
|
30
30
|
gateway: string;
|
|
31
31
|
gatewayMerchantId: string;
|
|
@@ -12,8 +12,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
gateway: {
|
|
13
13
|
type: PropType<{
|
|
14
14
|
_id: string;
|
|
15
|
+
restaurantId: string;
|
|
15
16
|
paymentGateway: "ADYEN";
|
|
16
|
-
active: boolean;
|
|
17
17
|
config: {
|
|
18
18
|
hmacKey?: string | null | undefined;
|
|
19
19
|
merchantAccount: string;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
apiKey: string;
|
|
22
22
|
endpoint: string;
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
active: boolean;
|
|
25
25
|
} | undefined>;
|
|
26
26
|
required: true;
|
|
27
27
|
};
|
|
@@ -37,8 +37,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
37
37
|
gateway: {
|
|
38
38
|
type: PropType<{
|
|
39
39
|
_id: string;
|
|
40
|
+
restaurantId: string;
|
|
40
41
|
paymentGateway: "ADYEN";
|
|
41
|
-
active: boolean;
|
|
42
42
|
config: {
|
|
43
43
|
hmacKey?: string | null | undefined;
|
|
44
44
|
merchantAccount: string;
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
apiKey: string;
|
|
47
47
|
endpoint: string;
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
active: boolean;
|
|
50
50
|
} | undefined>;
|
|
51
51
|
required: true;
|
|
52
52
|
};
|
|
@@ -4,12 +4,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4
4
|
gateway: {
|
|
5
5
|
type: PropType<{
|
|
6
6
|
_id: string;
|
|
7
|
+
restaurantId: string;
|
|
7
8
|
paymentGateway: "DIGIO";
|
|
8
|
-
active: boolean;
|
|
9
9
|
config: {
|
|
10
10
|
merchantId: string;
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
active: boolean;
|
|
13
13
|
} | undefined>;
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
@@ -25,12 +25,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
25
25
|
gateway: {
|
|
26
26
|
type: PropType<{
|
|
27
27
|
_id: string;
|
|
28
|
+
restaurantId: string;
|
|
28
29
|
paymentGateway: "DIGIO";
|
|
29
|
-
active: boolean;
|
|
30
30
|
config: {
|
|
31
31
|
merchantId: string;
|
|
32
32
|
};
|
|
33
|
-
|
|
33
|
+
active: boolean;
|
|
34
34
|
} | undefined>;
|
|
35
35
|
required: true;
|
|
36
36
|
};
|
|
@@ -12,17 +12,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
gateway: {
|
|
13
13
|
type: PropType<{
|
|
14
14
|
_id: string;
|
|
15
|
+
restaurantId: string;
|
|
15
16
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
16
|
-
active: boolean;
|
|
17
17
|
config: {
|
|
18
|
-
applicationCode?: string | null | undefined;
|
|
18
|
+
applicationCode?: string | null | undefined;
|
|
19
19
|
offlineSecret?: string | null | undefined;
|
|
20
|
-
merchantId: string;
|
|
21
20
|
uniqueId: string;
|
|
21
|
+
merchantId: string;
|
|
22
22
|
secretKey: string;
|
|
23
23
|
verifyKey: string;
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
active: boolean;
|
|
26
26
|
} | undefined>;
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
@@ -38,17 +38,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
38
|
gateway: {
|
|
39
39
|
type: PropType<{
|
|
40
40
|
_id: string;
|
|
41
|
+
restaurantId: string;
|
|
41
42
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
42
|
-
active: boolean;
|
|
43
43
|
config: {
|
|
44
|
-
applicationCode?: string | null | undefined;
|
|
44
|
+
applicationCode?: string | null | undefined;
|
|
45
45
|
offlineSecret?: string | null | undefined;
|
|
46
|
-
merchantId: string;
|
|
47
46
|
uniqueId: string;
|
|
47
|
+
merchantId: string;
|
|
48
48
|
secretKey: string;
|
|
49
49
|
verifyKey: string;
|
|
50
50
|
};
|
|
51
|
-
|
|
51
|
+
active: boolean;
|
|
52
52
|
} | undefined>;
|
|
53
53
|
required: true;
|
|
54
54
|
};
|
|
@@ -12,14 +12,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
gateway: {
|
|
13
13
|
type: PropType<{
|
|
14
14
|
_id: string;
|
|
15
|
+
restaurantId: string;
|
|
15
16
|
paymentGateway: "E_GHL";
|
|
16
|
-
active: boolean;
|
|
17
17
|
config: {
|
|
18
18
|
merchantId: string;
|
|
19
19
|
terminalId: string;
|
|
20
20
|
privateKey: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
active: boolean;
|
|
23
23
|
} | undefined>;
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
@@ -35,14 +35,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
35
35
|
gateway: {
|
|
36
36
|
type: PropType<{
|
|
37
37
|
_id: string;
|
|
38
|
+
restaurantId: string;
|
|
38
39
|
paymentGateway: "E_GHL";
|
|
39
|
-
active: boolean;
|
|
40
40
|
config: {
|
|
41
41
|
merchantId: string;
|
|
42
42
|
terminalId: string;
|
|
43
43
|
privateKey: string;
|
|
44
44
|
};
|
|
45
|
-
|
|
45
|
+
active: boolean;
|
|
46
46
|
} | undefined>;
|
|
47
47
|
required: true;
|
|
48
48
|
};
|
|
@@ -12,12 +12,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
gateway: {
|
|
13
13
|
type: PropType<{
|
|
14
14
|
_id: string;
|
|
15
|
+
restaurantId: string;
|
|
15
16
|
paymentGateway: "GRAB";
|
|
16
|
-
active: boolean;
|
|
17
17
|
config: {
|
|
18
18
|
merchantId: string;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
active: boolean;
|
|
21
21
|
} | undefined>;
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
@@ -33,12 +33,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
gateway: {
|
|
34
34
|
type: PropType<{
|
|
35
35
|
_id: string;
|
|
36
|
+
restaurantId: string;
|
|
36
37
|
paymentGateway: "GRAB";
|
|
37
|
-
active: boolean;
|
|
38
38
|
config: {
|
|
39
39
|
merchantId: string;
|
|
40
40
|
};
|
|
41
|
-
|
|
41
|
+
active: boolean;
|
|
42
42
|
} | undefined>;
|
|
43
43
|
required: true;
|
|
44
44
|
};
|
|
@@ -4,13 +4,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4
4
|
gateway: {
|
|
5
5
|
type: PropType<{
|
|
6
6
|
_id: string;
|
|
7
|
+
restaurantId: string;
|
|
7
8
|
paymentGateway: "KSHER";
|
|
8
|
-
active: boolean;
|
|
9
9
|
config: {
|
|
10
|
-
appId: string;
|
|
11
10
|
privateKey: string;
|
|
11
|
+
appId: string;
|
|
12
12
|
};
|
|
13
|
-
|
|
13
|
+
active: boolean;
|
|
14
14
|
} | undefined>;
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
@@ -26,13 +26,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
26
|
gateway: {
|
|
27
27
|
type: PropType<{
|
|
28
28
|
_id: string;
|
|
29
|
+
restaurantId: string;
|
|
29
30
|
paymentGateway: "KSHER";
|
|
30
|
-
active: boolean;
|
|
31
31
|
config: {
|
|
32
|
-
appId: string;
|
|
33
32
|
privateKey: string;
|
|
33
|
+
appId: string;
|
|
34
34
|
};
|
|
35
|
-
|
|
35
|
+
active: boolean;
|
|
36
36
|
} | undefined>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
@@ -12,8 +12,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
gateway: {
|
|
13
13
|
type: PropType<{
|
|
14
14
|
_id: string;
|
|
15
|
+
restaurantId: string;
|
|
15
16
|
paymentGateway: "MACAU_PASS";
|
|
16
|
-
active: boolean;
|
|
17
17
|
config: {
|
|
18
18
|
merchantId: string;
|
|
19
19
|
merchantName: string;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
storeID: string;
|
|
22
22
|
storeName: string;
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
active: boolean;
|
|
25
25
|
} | undefined>;
|
|
26
26
|
required: true;
|
|
27
27
|
};
|
|
@@ -37,8 +37,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
37
37
|
gateway: {
|
|
38
38
|
type: PropType<{
|
|
39
39
|
_id: string;
|
|
40
|
+
restaurantId: string;
|
|
40
41
|
paymentGateway: "MACAU_PASS";
|
|
41
|
-
active: boolean;
|
|
42
42
|
config: {
|
|
43
43
|
merchantId: string;
|
|
44
44
|
merchantName: string;
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
storeID: string;
|
|
47
47
|
storeName: string;
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
active: boolean;
|
|
50
50
|
} | undefined>;
|
|
51
51
|
required: true;
|
|
52
52
|
};
|
|
@@ -12,15 +12,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
gateway: {
|
|
13
13
|
type: PropType<{
|
|
14
14
|
_id: string;
|
|
15
|
+
restaurantId: string;
|
|
15
16
|
paymentGateway: "MAYBANK_QR";
|
|
16
|
-
active: boolean;
|
|
17
17
|
config: {
|
|
18
18
|
terminalId?: string | undefined;
|
|
19
|
-
merchantId: string;
|
|
20
19
|
clientId: string;
|
|
21
20
|
clientSecret: string;
|
|
21
|
+
merchantId: string;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
active: boolean;
|
|
24
24
|
} | undefined>;
|
|
25
25
|
required: true;
|
|
26
26
|
};
|
|
@@ -36,15 +36,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
gateway: {
|
|
37
37
|
type: PropType<{
|
|
38
38
|
_id: string;
|
|
39
|
+
restaurantId: string;
|
|
39
40
|
paymentGateway: "MAYBANK_QR";
|
|
40
|
-
active: boolean;
|
|
41
41
|
config: {
|
|
42
42
|
terminalId?: string | undefined;
|
|
43
|
-
merchantId: string;
|
|
44
43
|
clientId: string;
|
|
45
44
|
clientSecret: string;
|
|
45
|
+
merchantId: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
active: boolean;
|
|
48
48
|
} | undefined>;
|
|
49
49
|
required: true;
|
|
50
50
|
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { FdoPaymentGatewayV2 } from "@feedmepos/payment-entity";
|
|
2
|
+
import type { PropType } from "vue";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
gateway: {
|
|
5
|
+
type: PropType<{
|
|
6
|
+
_id: string;
|
|
7
|
+
restaurantId: string;
|
|
8
|
+
paymentGateway: "MONETAPAY";
|
|
9
|
+
config: {
|
|
10
|
+
merchantId: string;
|
|
11
|
+
appId: string;
|
|
12
|
+
};
|
|
13
|
+
active: boolean;
|
|
14
|
+
} | undefined>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
onUpdate: {
|
|
18
|
+
type: PropType<(active: boolean, g: any) => void>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
onDelete: {
|
|
22
|
+
type: PropType<(g: FdoPaymentGatewayV2) => void>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
gateway: {
|
|
27
|
+
type: PropType<{
|
|
28
|
+
_id: string;
|
|
29
|
+
restaurantId: string;
|
|
30
|
+
paymentGateway: "MONETAPAY";
|
|
31
|
+
config: {
|
|
32
|
+
merchantId: string;
|
|
33
|
+
appId: string;
|
|
34
|
+
};
|
|
35
|
+
active: boolean;
|
|
36
|
+
} | undefined>;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
onUpdate: {
|
|
40
|
+
type: PropType<(active: boolean, g: any) => void>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
onDelete: {
|
|
44
|
+
type: PropType<(g: FdoPaymentGatewayV2) => void>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
|
+
export default _default;
|
|
@@ -12,15 +12,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
gateway: {
|
|
13
13
|
type: PropType<{
|
|
14
14
|
_id: string;
|
|
15
|
+
restaurantId: string;
|
|
15
16
|
paymentGateway: "REVENUE_MONSTER";
|
|
16
|
-
active: boolean;
|
|
17
17
|
config: {
|
|
18
18
|
clientId: string;
|
|
19
19
|
clientPrivateKey: string;
|
|
20
20
|
clientSecret: string;
|
|
21
21
|
storeId: string;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
active: boolean;
|
|
24
24
|
} | undefined>;
|
|
25
25
|
required: true;
|
|
26
26
|
};
|
|
@@ -36,15 +36,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
gateway: {
|
|
37
37
|
type: PropType<{
|
|
38
38
|
_id: string;
|
|
39
|
+
restaurantId: string;
|
|
39
40
|
paymentGateway: "REVENUE_MONSTER";
|
|
40
|
-
active: boolean;
|
|
41
41
|
config: {
|
|
42
42
|
clientId: string;
|
|
43
43
|
clientPrivateKey: string;
|
|
44
44
|
clientSecret: string;
|
|
45
45
|
storeId: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
active: boolean;
|
|
48
48
|
} | undefined>;
|
|
49
49
|
required: true;
|
|
50
50
|
};
|
|
@@ -12,13 +12,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
gateway: {
|
|
13
13
|
type: PropType<{
|
|
14
14
|
_id: string;
|
|
15
|
+
restaurantId: string;
|
|
15
16
|
paymentGateway: "SOFTSPACE";
|
|
16
|
-
active: boolean;
|
|
17
17
|
config: {
|
|
18
|
+
profileId?: string | null | undefined;
|
|
18
19
|
mid: string;
|
|
19
20
|
tid: string;
|
|
20
21
|
};
|
|
21
|
-
|
|
22
|
+
active: boolean;
|
|
22
23
|
} | undefined>;
|
|
23
24
|
required: true;
|
|
24
25
|
};
|
|
@@ -34,13 +35,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
34
35
|
gateway: {
|
|
35
36
|
type: PropType<{
|
|
36
37
|
_id: string;
|
|
38
|
+
restaurantId: string;
|
|
37
39
|
paymentGateway: "SOFTSPACE";
|
|
38
|
-
active: boolean;
|
|
39
40
|
config: {
|
|
41
|
+
profileId?: string | null | undefined;
|
|
40
42
|
mid: string;
|
|
41
43
|
tid: string;
|
|
42
44
|
};
|
|
43
|
-
|
|
45
|
+
active: boolean;
|
|
44
46
|
} | undefined>;
|
|
45
47
|
required: true;
|
|
46
48
|
};
|
|
@@ -3,33 +3,33 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3
3
|
data: {
|
|
4
4
|
type: PropType<{
|
|
5
5
|
createdAt: Date;
|
|
6
|
-
invoiceId?: string | null | undefined;
|
|
7
|
-
remark?: string | null | undefined;
|
|
8
6
|
store?: {
|
|
9
7
|
id: string;
|
|
10
8
|
event: "ORDERING" | "MARKETING";
|
|
11
9
|
} | null | undefined;
|
|
10
|
+
invoiceId?: string | null | undefined;
|
|
11
|
+
remark?: string | null | undefined;
|
|
12
12
|
_id: string;
|
|
13
13
|
beneficiaryBank: {
|
|
14
14
|
name: string;
|
|
15
|
+
accountNumber: string;
|
|
15
16
|
holderName: string;
|
|
16
17
|
swiftCode: string;
|
|
17
|
-
accountNumber: string;
|
|
18
18
|
};
|
|
19
19
|
totalAmount: {
|
|
20
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
21
20
|
amount: number;
|
|
22
21
|
precision: number;
|
|
22
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
23
23
|
};
|
|
24
24
|
totalFee: {
|
|
25
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
26
25
|
amount: number;
|
|
27
26
|
precision: number;
|
|
27
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
28
28
|
};
|
|
29
29
|
totalPayout: {
|
|
30
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
31
30
|
amount: number;
|
|
32
31
|
precision: number;
|
|
32
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
33
33
|
};
|
|
34
34
|
}[]>;
|
|
35
35
|
required: true;
|
|
@@ -41,66 +41,66 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
41
41
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
42
42
|
"row-click": (payment: {
|
|
43
43
|
createdAt: Date;
|
|
44
|
-
invoiceId?: string | null | undefined;
|
|
45
|
-
remark?: string | null | undefined;
|
|
46
44
|
store?: {
|
|
47
45
|
id: string;
|
|
48
46
|
event: "ORDERING" | "MARKETING";
|
|
49
47
|
} | null | undefined;
|
|
48
|
+
invoiceId?: string | null | undefined;
|
|
49
|
+
remark?: string | null | undefined;
|
|
50
50
|
_id: string;
|
|
51
51
|
beneficiaryBank: {
|
|
52
52
|
name: string;
|
|
53
|
+
accountNumber: string;
|
|
53
54
|
holderName: string;
|
|
54
55
|
swiftCode: string;
|
|
55
|
-
accountNumber: string;
|
|
56
56
|
};
|
|
57
57
|
totalAmount: {
|
|
58
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
59
58
|
amount: number;
|
|
60
59
|
precision: number;
|
|
60
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
61
61
|
};
|
|
62
62
|
totalFee: {
|
|
63
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
64
63
|
amount: number;
|
|
65
64
|
precision: number;
|
|
65
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
66
66
|
};
|
|
67
67
|
totalPayout: {
|
|
68
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
69
68
|
amount: number;
|
|
70
69
|
precision: number;
|
|
70
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
71
71
|
};
|
|
72
72
|
}) => any;
|
|
73
73
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
74
74
|
data: {
|
|
75
75
|
type: PropType<{
|
|
76
76
|
createdAt: Date;
|
|
77
|
-
invoiceId?: string | null | undefined;
|
|
78
|
-
remark?: string | null | undefined;
|
|
79
77
|
store?: {
|
|
80
78
|
id: string;
|
|
81
79
|
event: "ORDERING" | "MARKETING";
|
|
82
80
|
} | null | undefined;
|
|
81
|
+
invoiceId?: string | null | undefined;
|
|
82
|
+
remark?: string | null | undefined;
|
|
83
83
|
_id: string;
|
|
84
84
|
beneficiaryBank: {
|
|
85
85
|
name: string;
|
|
86
|
+
accountNumber: string;
|
|
86
87
|
holderName: string;
|
|
87
88
|
swiftCode: string;
|
|
88
|
-
accountNumber: string;
|
|
89
89
|
};
|
|
90
90
|
totalAmount: {
|
|
91
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
92
91
|
amount: number;
|
|
93
92
|
precision: number;
|
|
93
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
94
94
|
};
|
|
95
95
|
totalFee: {
|
|
96
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
97
96
|
amount: number;
|
|
98
97
|
precision: number;
|
|
98
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
99
99
|
};
|
|
100
100
|
totalPayout: {
|
|
101
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
102
101
|
amount: number;
|
|
103
102
|
precision: number;
|
|
103
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
104
104
|
};
|
|
105
105
|
}[]>;
|
|
106
106
|
required: true;
|
|
@@ -112,33 +112,33 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
112
112
|
}>> & Readonly<{
|
|
113
113
|
"onRow-click"?: ((payment: {
|
|
114
114
|
createdAt: Date;
|
|
115
|
-
invoiceId?: string | null | undefined;
|
|
116
|
-
remark?: string | null | undefined;
|
|
117
115
|
store?: {
|
|
118
116
|
id: string;
|
|
119
117
|
event: "ORDERING" | "MARKETING";
|
|
120
118
|
} | null | undefined;
|
|
119
|
+
invoiceId?: string | null | undefined;
|
|
120
|
+
remark?: string | null | undefined;
|
|
121
121
|
_id: string;
|
|
122
122
|
beneficiaryBank: {
|
|
123
123
|
name: string;
|
|
124
|
+
accountNumber: string;
|
|
124
125
|
holderName: string;
|
|
125
126
|
swiftCode: string;
|
|
126
|
-
accountNumber: string;
|
|
127
127
|
};
|
|
128
128
|
totalAmount: {
|
|
129
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
130
129
|
amount: number;
|
|
131
130
|
precision: number;
|
|
131
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
132
132
|
};
|
|
133
133
|
totalFee: {
|
|
134
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
135
134
|
amount: number;
|
|
136
135
|
precision: number;
|
|
136
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
137
137
|
};
|
|
138
138
|
totalPayout: {
|
|
139
|
-
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
140
139
|
amount: number;
|
|
141
140
|
precision: number;
|
|
141
|
+
currency: "AUD" | "BND" | "IDR" | "MOP" | "MVR" | "MYR" | "PKR" | "SGD" | "THB" | "VND";
|
|
142
142
|
};
|
|
143
143
|
}) => any) | undefined;
|
|
144
144
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|