@feedmepos/mf-payment 1.0.2-beta.2 → 1.0.2-beta.3

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.
Files changed (47) hide show
  1. package/dist/{PayoutAccount-jO4yRGDD.js → PayoutAccount-BRzVKC7a.js} +5 -5
  2. package/dist/{PayoutAccount-WMo1Wi6d.js → PayoutAccount-BerxaTSB.js} +3 -3
  3. package/dist/{PayoutAccountSetting-BbtOFbsd.js → PayoutAccountSetting-cXhkN0vt.js} +4 -4
  4. package/dist/{Restaurant-BN04ZHox.js → Restaurant-CNL8PAgt.js} +3 -3
  5. package/dist/{RestaurantSetting-BboKM1iG.js → RestaurantSetting-DhxRkPtt.js} +4 -4
  6. package/dist/{Settlement-DTWdfbAT.js → Settlement-C448WMwC.js} +3 -3
  7. package/dist/{Settlement-BgVw1gLS.js → Settlement-P5VnB0pY.js} +3 -3
  8. package/dist/{SettlementTransactions-Ye65VrAA.js → SettlementTransactions-B7_HtVYt.js} +4 -4
  9. package/dist/{SettlementTransactions-DHoHXPTr.js → SettlementTransactions-DyT7E2kI.js} +4 -4
  10. package/dist/{Terminal-nWQ95k-W.js → Terminal-CMuhPvzC.js} +4 -4
  11. package/dist/{TerminalSetting-JD3sbXOB.js → TerminalSetting-frMKZB6P.js} +3 -3
  12. package/dist/{TerminalTransaction-D7Vy3Hn8.js → TerminalTransaction-B213Kdt7.js} +7 -6
  13. package/dist/{TerminalTransaction-CjMDx6bg.js → TerminalTransaction-OcA8N8TV.js} +19 -18
  14. package/dist/{Transaction-DGoMEHjT.js → Transaction-B5ylxFvk.js} +4 -4
  15. package/dist/{Transaction-CeJhi9Hg.js → Transaction-DS7ODwhf.js} +4 -4
  16. package/dist/{app-CQiyh6x1.js → app-nEyePEUb.js} +243 -243
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-8c19wXSV.js → assets-aCkz2JQO.js} +1 -1
  19. package/dist/{index-DdJrUqkm.js → index-BTVM9VBi.js} +1 -1
  20. package/dist/{index-1fXAFo2E.js → index-BTkakN2n.js} +8772 -8628
  21. package/dist/{index-Cx7X9kBf.js → index-CVPPra6C.js} +1 -1
  22. package/dist/{index-Cb1zVhcH.js → index-CWSj9wvg.js} +1 -1
  23. package/dist/{index-DeU3Qyca.js → index-Cxd1bq6Z.js} +1 -1
  24. package/dist/{index-DsLFmVsY.js → index-D4mjExkD.js} +1 -1
  25. package/dist/{index-BzmIt2Le.js → index-XWdFx8ty.js} +1 -1
  26. package/dist/{index-BIXuzGa9.js → index-v0ECddQR.js} +1 -1
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-GT2x04Bn.js → index.vue_vue_type_script_setup_true_lang-COhTblmz.js} +1 -1
  28. package/dist/model/payout-account.d.ts +1 -1
  29. package/dist/package.json +2 -2
  30. package/dist/{payout-account-BHUNAuhN.js → payout-account-GI_jee1g.js} +2 -2
  31. package/dist/stores/payoutAccount.d.ts +6 -6
  32. package/dist/{transaction-DGZWXzQ3.js → transaction-h0DrrCTR.js} +1 -1
  33. package/dist/tsconfig.app.tsbuildinfo +1 -1
  34. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +6 -6
  35. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +6 -6
  36. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +6 -6
  37. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +6 -6
  38. package/dist/views/admin/restaurant/tabs/PaymentGateway.vue.d.ts +2 -2
  39. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
  40. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +8 -8
  41. package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +8 -8
  42. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +8 -8
  43. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +8 -8
  44. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +8 -8
  45. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +12 -12
  46. package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
  47. package/package.json +2 -2
@@ -8,9 +8,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
8
  _id: string;
9
9
  store: {
10
10
  bank?: {
11
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
- holderName?: string | null | undefined;
11
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
13
12
  accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
14
  name: string;
15
15
  } | null | undefined;
16
16
  ssm?: string | null | undefined;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  precision: number;
32
32
  } | null | undefined;
33
33
  tPlus?: number | null | undefined;
34
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
34
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
35
  variant: string;
36
36
  }[];
37
37
  businessId: string;
@@ -47,9 +47,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
47
  _id: string;
48
48
  store: {
49
49
  bank?: {
50
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
- holderName?: string | null | undefined;
50
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
52
51
  accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
53
  name: string;
54
54
  } | null | undefined;
55
55
  ssm?: string | null | undefined;
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  precision: number;
71
71
  } | null | undefined;
72
72
  tPlus?: number | null | undefined;
73
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
73
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
74
  variant: string;
75
75
  }[];
76
76
  businessId: string;
@@ -8,9 +8,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
8
  _id: string;
9
9
  store: {
10
10
  bank?: {
11
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
- holderName?: string | null | undefined;
11
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
13
12
  accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
14
  name: string;
15
15
  } | null | undefined;
16
16
  ssm?: string | null | undefined;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  precision: number;
32
32
  } | null | undefined;
33
33
  tPlus?: number | null | undefined;
34
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
34
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
35
  variant: string;
36
36
  }[];
37
37
  businessId: string;
@@ -47,9 +47,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
47
  _id: string;
48
48
  store: {
49
49
  bank?: {
50
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
- holderName?: string | null | undefined;
50
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
52
51
  accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
53
  name: string;
54
54
  } | null | undefined;
55
55
  ssm?: string | null | undefined;
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  precision: number;
71
71
  } | null | undefined;
72
72
  tPlus?: number | null | undefined;
73
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
73
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
74
  variant: string;
75
75
  }[];
76
76
  businessId: string;
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  _id: string;
14
14
  store: {
15
15
  bank?: {
16
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17
- holderName?: string | null | undefined;
16
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
18
17
  accountNumber?: string | null | undefined;
18
+ holderName?: string | null | undefined;
19
19
  name: string;
20
20
  } | null | undefined;
21
21
  ssm?: string | null | undefined;
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
36
  precision: number;
37
37
  } | null | undefined;
38
38
  tPlus?: number | null | undefined;
39
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
39
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
40
40
  variant: string;
41
41
  }[];
42
42
  businessId: string;
@@ -56,9 +56,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
56
56
  _id: string;
57
57
  store: {
58
58
  bank?: {
59
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
60
- holderName?: string | null | undefined;
59
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
61
60
  accountNumber?: string | null | undefined;
61
+ holderName?: string | null | undefined;
62
62
  name: string;
63
63
  } | null | undefined;
64
64
  ssm?: string | null | undefined;
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
79
79
  precision: number;
80
80
  } | null | undefined;
81
81
  tPlus?: number | null | undefined;
82
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
82
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
83
83
  variant: string;
84
84
  }[];
85
85
  businessId: string;
@@ -8,9 +8,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
8
  _id: string;
9
9
  store: {
10
10
  bank?: {
11
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
- holderName?: string | null | undefined;
11
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
13
12
  accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
14
  name: string;
15
15
  } | null | undefined;
16
16
  ssm?: string | null | undefined;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  precision: number;
32
32
  } | null | undefined;
33
33
  tPlus?: number | null | undefined;
34
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
34
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
35
  variant: string;
36
36
  }[];
37
37
  businessId: string;
@@ -47,9 +47,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
47
  _id: string;
48
48
  store: {
49
49
  bank?: {
50
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
- holderName?: string | null | undefined;
50
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
52
51
  accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
53
  name: string;
54
54
  } | null | undefined;
55
55
  ssm?: string | null | undefined;
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  precision: number;
71
71
  } | null | undefined;
72
72
  tPlus?: number | null | undefined;
73
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
73
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
74
  variant: string;
75
75
  }[];
76
76
  businessId: string;
@@ -231,7 +231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
231
231
  enable: boolean;
232
232
  methods: {
233
233
  variant: string;
234
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
234
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
235
235
  rate: {
236
236
  amount: number;
237
237
  precision: number;
@@ -631,7 +631,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
631
631
  enable: boolean;
632
632
  methods: {
633
633
  variant: string;
634
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
634
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
635
635
  rate: {
636
636
  amount: number;
637
637
  precision: number;
@@ -3,17 +3,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  data: {
4
4
  type: PropType<{
5
5
  createdAt: Date;
6
- remark?: string | null | undefined;
7
6
  store?: {
8
7
  id: string;
9
8
  event: "ORDERING" | "MARKETING";
10
9
  } | null | undefined;
10
+ remark?: string | null | undefined;
11
11
  _id: string;
12
12
  beneficiaryBank: {
13
- holderName: string;
14
13
  name: string;
15
- swiftCode: string;
16
14
  accountNumber: string;
15
+ holderName: string;
16
+ swiftCode: string;
17
17
  };
18
18
  totalAmount: {
19
19
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -40,17 +40,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
40
40
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
41
  "row-click": (payment: {
42
42
  createdAt: Date;
43
- remark?: string | null | undefined;
44
43
  store?: {
45
44
  id: string;
46
45
  event: "ORDERING" | "MARKETING";
47
46
  } | null | undefined;
47
+ remark?: string | null | undefined;
48
48
  _id: string;
49
49
  beneficiaryBank: {
50
- holderName: string;
51
50
  name: string;
52
- swiftCode: string;
53
51
  accountNumber: string;
52
+ holderName: string;
53
+ swiftCode: string;
54
54
  };
55
55
  totalAmount: {
56
56
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -72,17 +72,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  data: {
73
73
  type: PropType<{
74
74
  createdAt: Date;
75
- remark?: string | null | undefined;
76
75
  store?: {
77
76
  id: string;
78
77
  event: "ORDERING" | "MARKETING";
79
78
  } | null | undefined;
79
+ remark?: string | null | undefined;
80
80
  _id: string;
81
81
  beneficiaryBank: {
82
- holderName: string;
83
82
  name: string;
84
- swiftCode: string;
85
83
  accountNumber: string;
84
+ holderName: string;
85
+ swiftCode: string;
86
86
  };
87
87
  totalAmount: {
88
88
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -109,17 +109,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
109
109
  }>> & Readonly<{
110
110
  "onRow-click"?: ((payment: {
111
111
  createdAt: Date;
112
- remark?: string | null | undefined;
113
112
  store?: {
114
113
  id: string;
115
114
  event: "ORDERING" | "MARKETING";
116
115
  } | null | undefined;
116
+ remark?: string | null | undefined;
117
117
  _id: string;
118
118
  beneficiaryBank: {
119
- holderName: string;
120
119
  name: string;
121
- swiftCode: string;
122
120
  accountNumber: string;
121
+ holderName: string;
122
+ swiftCode: string;
123
123
  };
124
124
  totalAmount: {
125
125
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -24,19 +24,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  gateway: "FeedMe";
25
25
  } | {
26
26
  config?: {
27
- merchantId: string;
28
27
  terminalId: string;
28
+ merchantId: string;
29
29
  privateKey: string;
30
30
  } | null | undefined;
31
31
  gateway: "Ghl";
32
32
  })[] | null | undefined;
33
33
  status: "Active" | "Inactive";
34
- _id: string;
35
- createdAt: string;
36
- updatedAt: string;
37
34
  referenceId: string;
35
+ _id: string;
38
36
  securityCode: string;
39
37
  deviceType: "KIOSK" | "TERMINAL" | "POS";
38
+ createdAt: string;
39
+ updatedAt: string;
40
40
  }>;
41
41
  };
42
42
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -64,19 +64,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
64
64
  gateway: "FeedMe";
65
65
  } | {
66
66
  config?: {
67
- merchantId: string;
68
67
  terminalId: string;
68
+ merchantId: string;
69
69
  privateKey: string;
70
70
  } | null | undefined;
71
71
  gateway: "Ghl";
72
72
  })[] | null | undefined;
73
73
  status: "Active" | "Inactive";
74
- _id: string;
75
- createdAt: string;
76
- updatedAt: string;
77
74
  referenceId: string;
75
+ _id: string;
78
76
  securityCode: string;
79
77
  deviceType: "KIOSK" | "TERMINAL" | "POS";
78
+ createdAt: string;
79
+ updatedAt: string;
80
80
  }>;
81
81
  };
82
82
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -25,19 +25,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  gateway: "FeedMe";
26
26
  } | {
27
27
  config?: {
28
- merchantId: string;
29
28
  terminalId: string;
29
+ merchantId: string;
30
30
  privateKey: string;
31
31
  } | null | undefined;
32
32
  gateway: "Ghl";
33
33
  })[] | null | undefined;
34
34
  status: "Active" | "Inactive";
35
- _id: string;
36
- createdAt: string;
37
- updatedAt: string;
38
35
  referenceId: string;
36
+ _id: string;
39
37
  securityCode: string;
40
38
  deviceType: "KIOSK" | "TERMINAL" | "POS";
39
+ createdAt: string;
40
+ updatedAt: string;
41
41
  }>;
42
42
  required: true;
43
43
  };
@@ -70,19 +70,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  gateway: "FeedMe";
71
71
  } | {
72
72
  config?: {
73
- merchantId: string;
74
73
  terminalId: string;
74
+ merchantId: string;
75
75
  privateKey: string;
76
76
  } | null | undefined;
77
77
  gateway: "Ghl";
78
78
  })[] | null | undefined;
79
79
  status: "Active" | "Inactive";
80
- _id: string;
81
- createdAt: string;
82
- updatedAt: string;
83
80
  referenceId: string;
81
+ _id: string;
84
82
  securityCode: string;
85
83
  deviceType: "KIOSK" | "TERMINAL" | "POS";
84
+ createdAt: string;
85
+ updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };
@@ -25,19 +25,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  gateway: "FeedMe";
26
26
  } | {
27
27
  config?: {
28
- merchantId: string;
29
28
  terminalId: string;
29
+ merchantId: string;
30
30
  privateKey: string;
31
31
  } | null | undefined;
32
32
  gateway: "Ghl";
33
33
  })[] | null | undefined;
34
34
  status: "Active" | "Inactive";
35
- _id: string;
36
- createdAt: string;
37
- updatedAt: string;
38
35
  referenceId: string;
36
+ _id: string;
39
37
  securityCode: string;
40
38
  deviceType: "KIOSK" | "TERMINAL" | "POS";
39
+ createdAt: string;
40
+ updatedAt: string;
41
41
  }>;
42
42
  required: true;
43
43
  };
@@ -70,19 +70,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  gateway: "FeedMe";
71
71
  } | {
72
72
  config?: {
73
- merchantId: string;
74
73
  terminalId: string;
74
+ merchantId: string;
75
75
  privateKey: string;
76
76
  } | null | undefined;
77
77
  gateway: "Ghl";
78
78
  })[] | null | undefined;
79
79
  status: "Active" | "Inactive";
80
- _id: string;
81
- createdAt: string;
82
- updatedAt: string;
83
80
  referenceId: string;
81
+ _id: string;
84
82
  securityCode: string;
85
83
  deviceType: "KIOSK" | "TERMINAL" | "POS";
84
+ createdAt: string;
85
+ updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };
@@ -24,19 +24,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  gateway: "FeedMe";
25
25
  } | {
26
26
  config?: {
27
- merchantId: string;
28
27
  terminalId: string;
28
+ merchantId: string;
29
29
  privateKey: string;
30
30
  } | null | undefined;
31
31
  gateway: "Ghl";
32
32
  })[] | null | undefined;
33
33
  status: "Active" | "Inactive";
34
- _id: string;
35
- createdAt: string;
36
- updatedAt: string;
37
34
  referenceId: string;
35
+ _id: string;
38
36
  securityCode: string;
39
37
  deviceType: "KIOSK" | "TERMINAL" | "POS";
38
+ createdAt: string;
39
+ updatedAt: string;
40
40
  }>;
41
41
  required: true;
42
42
  };
@@ -65,19 +65,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
65
  gateway: "FeedMe";
66
66
  } | {
67
67
  config?: {
68
- merchantId: string;
69
68
  terminalId: string;
69
+ merchantId: string;
70
70
  privateKey: string;
71
71
  } | null | undefined;
72
72
  gateway: "Ghl";
73
73
  })[] | null | undefined;
74
74
  status: "Active" | "Inactive";
75
- _id: string;
76
- createdAt: string;
77
- updatedAt: string;
78
75
  referenceId: string;
76
+ _id: string;
79
77
  securityCode: string;
80
78
  deviceType: "KIOSK" | "TERMINAL" | "POS";
79
+ createdAt: string;
80
+ updatedAt: string;
81
81
  }>;
82
82
  required: true;
83
83
  };
@@ -25,19 +25,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  gateway: "FeedMe";
26
26
  } | {
27
27
  config?: {
28
- merchantId: string;
29
28
  terminalId: string;
29
+ merchantId: string;
30
30
  privateKey: string;
31
31
  } | null | undefined;
32
32
  gateway: "Ghl";
33
33
  })[] | null | undefined;
34
34
  status: "Active" | "Inactive";
35
- _id: string;
36
- createdAt: string;
37
- updatedAt: string;
38
35
  referenceId: string;
36
+ _id: string;
39
37
  securityCode: string;
40
38
  deviceType: "KIOSK" | "TERMINAL" | "POS";
39
+ createdAt: string;
40
+ updatedAt: string;
41
41
  }>;
42
42
  required: true;
43
43
  };
@@ -70,19 +70,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  gateway: "FeedMe";
71
71
  } | {
72
72
  config?: {
73
- merchantId: string;
74
73
  terminalId: string;
74
+ merchantId: string;
75
75
  privateKey: string;
76
76
  } | null | undefined;
77
77
  gateway: "Ghl";
78
78
  })[] | null | undefined;
79
79
  status: "Active" | "Inactive";
80
- _id: string;
81
- createdAt: string;
82
- updatedAt: string;
83
80
  referenceId: string;
81
+ _id: string;
84
82
  securityCode: string;
85
83
  deviceType: "KIOSK" | "TERMINAL" | "POS";
84
+ createdAt: string;
85
+ updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };
@@ -8,9 +8,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
8
  _id: string;
9
9
  store: {
10
10
  bank?: {
11
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
- holderName?: string | null | undefined;
11
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
13
12
  accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
14
  name: string;
15
15
  } | null | undefined;
16
16
  ssm?: string | null | undefined;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  precision: number;
32
32
  } | null | undefined;
33
33
  tPlus?: number | null | undefined;
34
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
34
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
35
  variant: string;
36
36
  }[];
37
37
  businessId: string;
@@ -50,9 +50,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
50
50
  _id: string;
51
51
  store: {
52
52
  bank?: {
53
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
54
- holderName?: string | null | undefined;
53
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
55
54
  accountNumber?: string | null | undefined;
55
+ holderName?: string | null | undefined;
56
56
  name: string;
57
57
  } | null | undefined;
58
58
  ssm?: string | null | undefined;
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
73
73
  precision: number;
74
74
  } | null | undefined;
75
75
  tPlus?: number | null | undefined;
76
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
76
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
77
77
  variant: string;
78
78
  }[];
79
79
  businessId: string;
@@ -87,9 +87,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
87
87
  _id: string;
88
88
  store: {
89
89
  bank?: {
90
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
91
- holderName?: string | null | undefined;
90
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
92
91
  accountNumber?: string | null | undefined;
92
+ holderName?: string | null | undefined;
93
93
  name: string;
94
94
  } | null | undefined;
95
95
  ssm?: string | null | undefined;
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
110
110
  precision: number;
111
111
  } | null | undefined;
112
112
  tPlus?: number | null | undefined;
113
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
113
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
114
114
  variant: string;
115
115
  }[];
116
116
  businessId: string;
@@ -129,9 +129,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
129
129
  _id: string;
130
130
  store: {
131
131
  bank?: {
132
- type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
133
- holderName?: string | null | undefined;
132
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
134
133
  accountNumber?: string | null | undefined;
134
+ holderName?: string | null | undefined;
135
135
  name: string;
136
136
  } | null | undefined;
137
137
  ssm?: string | null | undefined;
@@ -152,7 +152,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
152
152
  precision: number;
153
153
  } | null | undefined;
154
154
  tPlus?: number | null | undefined;
155
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
155
+ issuer: "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "FEEDME" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
156
156
  variant: string;
157
157
  }[];
158
158
  businessId: string;