@feedmepos/mf-payment 1.2.3 → 1.2.5

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-CcD9G3tM.js → PayoutAccount-D9LY7i1J.js} +6 -6
  2. package/dist/{PayoutAccount-DqbpQ8mY.js → PayoutAccount-DEoI6K0j.js} +5 -5
  3. package/dist/{PayoutAccountSetting-C2PsyDLM.js → PayoutAccountSetting-5lrvWFIz.js} +326 -312
  4. package/dist/{Restaurant-C90F0Stw.js → Restaurant-AxoM-AsE.js} +4 -4
  5. package/dist/{RestaurantSetting-ECCLE0zj.js → RestaurantSetting-B6LQF664.js} +3 -3
  6. package/dist/{Settlement-CD1Vm7TK.js → Settlement-D4CsP3fg.js} +3 -3
  7. package/dist/{Settlement-DxkW-ltZ.js → Settlement-DDwe_w3m.js} +3 -3
  8. package/dist/{SettlementTransactions-Bj85X5dx.js → SettlementTransactions-Cmv7dqVI.js} +3 -3
  9. package/dist/{SettlementTransactions-D6dyfrsh.js → SettlementTransactions-Dp3nN442.js} +3 -3
  10. package/dist/{Terminal-WFU6xb6H.js → Terminal-B8UQH6ga.js} +5 -5
  11. package/dist/TerminalSetting-yRok1Iuc.js +572 -0
  12. package/dist/{Transaction-PRcVVkhp.js → Transaction-BZ7H6oB_.js} +5 -5
  13. package/dist/{Transaction-CB62_jSg.js → Transaction-KkfCz4Cu.js} +7 -7
  14. package/dist/{TransactionOld-B0P4HXt8.js → TransactionOld-BLpQHFH1.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-jF4UYhQi.js → TransactionTable.vue_vue_type_script_setup_true_lang-C4Bb203Q.js} +3 -3
  16. package/dist/{app-S42F2ZTb.js → app-I2TNuZCs.js} +270 -270
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-wSUxHhv6.js → assets-D5Qc4r7j.js} +2 -2
  19. package/dist/{grafana-kQY3riiN.js → grafana-BAbIv4CF.js} +1 -1
  20. package/dist/{index-Bj2Rs1vj.js → index-1NP0WkxZ.js} +2 -2
  21. package/dist/{index-C_3jgmep.js → index-Cc0abuxv.js} +1 -1
  22. package/dist/{index-JkEYKC8p.js → index-CguRXKmG.js} +1 -1
  23. package/dist/{index-DcK-ntIi.js → index-CnGVTtwu.js} +1 -1
  24. package/dist/{index-C3OElkUY.js → index-D209n4gS.js} +336 -325
  25. package/dist/{index-B-2fIhCU.js → index-DGcRvKvr.js} +1 -1
  26. package/dist/{index-CiIXIJ1u.js → index-bOlAWIVP.js} +1 -1
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-C1ogwxl8.js → index.vue_vue_type_script_setup_true_lang-HYqCCZsZ.js} +1 -1
  28. package/dist/package.json +2 -2
  29. package/dist/{payout-account-zISZXeYt.js → payout-account-DNGKjfY1.js} +3 -3
  30. package/dist/stores/payoutAccount.d.ts +10 -6
  31. package/dist/tsconfig.app.tsbuildinfo +1 -1
  32. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +10 -6
  33. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +12 -8
  34. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +12 -8
  35. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +10 -6
  36. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +10 -6
  37. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +12 -8
  38. package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -0
  39. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
  40. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +20 -12
  41. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +44 -44
  42. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +22 -22
  43. package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
  44. package/package.json +2 -2
  45. package/dist/TerminalSetting-DSCFAQht.js +0 -618
  46. package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +0 -92
  47. /package/dist/views/admin/terminal/tabs/{SoftspaceGateway.vue.d.ts → SoftposGateway.vue.d.ts} +0 -0
@@ -24,11 +24,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  merchantId: string;
25
25
  merchantName: string;
26
26
  merchantCategoryCode: string;
27
+ storeID: string;
28
+ storeName: string;
27
29
  };
28
30
  })[] | null | undefined;
29
31
  ref?: any;
30
- _id: string;
31
32
  status: "NEW" | "PENDING" | "APPROVED";
33
+ _id: string;
34
+ notifyUrl: string;
32
35
  store: {
33
36
  bank?: {
34
37
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -36,8 +39,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
39
  holderName?: string | null | undefined;
37
40
  name: string;
38
41
  } | null | undefined;
39
- ssm?: string | null | undefined;
40
42
  bankStatement?: string | null | undefined;
43
+ ssm?: string | null | undefined;
41
44
  exteriorPhoto?: string | null | undefined;
42
45
  keyPerson?: {
43
46
  name: string;
@@ -47,7 +50,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
50
  id: string;
48
51
  event: "ORDERING" | "MARKETING";
49
52
  };
50
- notifyUrl: string;
51
53
  methods: {
52
54
  rate?: {
53
55
  amount: number;
@@ -86,11 +88,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
86
88
  merchantId: string;
87
89
  merchantName: string;
88
90
  merchantCategoryCode: string;
91
+ storeID: string;
92
+ storeName: string;
89
93
  };
90
94
  })[] | null | undefined;
91
95
  ref?: any;
92
- _id: string;
93
96
  status: "NEW" | "PENDING" | "APPROVED";
97
+ _id: string;
98
+ notifyUrl: string;
94
99
  store: {
95
100
  bank?: {
96
101
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -98,8 +103,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
98
103
  holderName?: string | null | undefined;
99
104
  name: string;
100
105
  } | null | undefined;
101
- ssm?: string | null | undefined;
102
106
  bankStatement?: string | null | undefined;
107
+ ssm?: string | null | undefined;
103
108
  exteriorPhoto?: string | null | undefined;
104
109
  keyPerson?: {
105
110
  name: string;
@@ -109,7 +114,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
109
114
  id: string;
110
115
  event: "ORDERING" | "MARKETING";
111
116
  };
112
- notifyUrl: string;
113
117
  methods: {
114
118
  rate?: {
115
119
  amount: number;
@@ -35,6 +35,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
35
  merchantId: string;
36
36
  merchantName: string;
37
37
  merchantCategoryCode: string;
38
+ storeID: string;
39
+ storeName: string;
38
40
  };
39
41
  })[] | null | undefined;
40
42
  gatewayOverride?: {
@@ -44,12 +46,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
46
  conditionValue?: any;
45
47
  }[] | null | undefined;
46
48
  value: string;
47
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
48
49
  icon: string;
49
50
  label: string;
51
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
50
52
  }[] | null | undefined;
51
- _id: string;
52
53
  status: "NEW" | "PENDING" | "APPROVED";
54
+ _id: string;
55
+ notifyUrl: string;
53
56
  store: {
54
57
  bank?: {
55
58
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -57,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
60
  holderName?: string | null | undefined;
58
61
  name: string;
59
62
  } | null | undefined;
60
- ssm?: string | null | undefined;
61
63
  bankStatement?: string | null | undefined;
64
+ ssm?: string | null | undefined;
62
65
  exteriorPhoto?: string | null | undefined;
63
66
  keyPerson?: {
64
67
  name: string;
@@ -68,7 +71,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
68
71
  id: string;
69
72
  event: "ORDERING" | "MARKETING";
70
73
  };
71
- notifyUrl: string;
72
74
  methods: {
73
75
  rate?: {
74
76
  amount: number;
@@ -118,6 +120,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
118
120
  merchantId: string;
119
121
  merchantName: string;
120
122
  merchantCategoryCode: string;
123
+ storeID: string;
124
+ storeName: string;
121
125
  };
122
126
  })[] | null | undefined;
123
127
  gatewayOverride?: {
@@ -127,12 +131,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
127
131
  conditionValue?: any;
128
132
  }[] | null | undefined;
129
133
  value: string;
130
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
131
134
  icon: string;
132
135
  label: string;
136
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
133
137
  }[] | null | undefined;
134
- _id: string;
135
138
  status: "NEW" | "PENDING" | "APPROVED";
139
+ _id: string;
140
+ notifyUrl: string;
136
141
  store: {
137
142
  bank?: {
138
143
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -140,8 +145,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
140
145
  holderName?: string | null | undefined;
141
146
  name: string;
142
147
  } | null | undefined;
143
- ssm?: string | null | undefined;
144
148
  bankStatement?: string | null | undefined;
149
+ ssm?: string | null | undefined;
145
150
  exteriorPhoto?: string | null | undefined;
146
151
  keyPerson?: {
147
152
  name: string;
@@ -151,7 +156,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
151
156
  id: string;
152
157
  event: "ORDERING" | "MARKETING";
153
158
  };
154
- notifyUrl: string;
155
159
  methods: {
156
160
  rate?: {
157
161
  amount: number;
@@ -35,6 +35,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
35
  merchantId: string;
36
36
  merchantName: string;
37
37
  merchantCategoryCode: string;
38
+ storeID: string;
39
+ storeName: string;
38
40
  };
39
41
  })[] | null | undefined;
40
42
  gatewayOverride?: {
@@ -44,12 +46,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
46
  conditionValue?: any;
45
47
  }[] | null | undefined;
46
48
  value: string;
47
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
48
49
  icon: string;
49
50
  label: string;
51
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
50
52
  }[] | null | undefined;
51
- _id: string;
52
53
  status: "NEW" | "PENDING" | "APPROVED";
54
+ _id: string;
55
+ notifyUrl: string;
53
56
  store: {
54
57
  bank?: {
55
58
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -57,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
60
  holderName?: string | null | undefined;
58
61
  name: string;
59
62
  } | null | undefined;
60
- ssm?: string | null | undefined;
61
63
  bankStatement?: string | null | undefined;
64
+ ssm?: string | null | undefined;
62
65
  exteriorPhoto?: string | null | undefined;
63
66
  keyPerson?: {
64
67
  name: string;
@@ -68,7 +71,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
68
71
  id: string;
69
72
  event: "ORDERING" | "MARKETING";
70
73
  };
71
- notifyUrl: string;
72
74
  methods: {
73
75
  rate?: {
74
76
  amount: number;
@@ -118,6 +120,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
118
120
  merchantId: string;
119
121
  merchantName: string;
120
122
  merchantCategoryCode: string;
123
+ storeID: string;
124
+ storeName: string;
121
125
  };
122
126
  })[] | null | undefined;
123
127
  gatewayOverride?: {
@@ -127,12 +131,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
127
131
  conditionValue?: any;
128
132
  }[] | null | undefined;
129
133
  value: string;
130
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
131
134
  icon: string;
132
135
  label: string;
136
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
133
137
  }[] | null | undefined;
134
- _id: string;
135
138
  status: "NEW" | "PENDING" | "APPROVED";
139
+ _id: string;
140
+ notifyUrl: string;
136
141
  store: {
137
142
  bank?: {
138
143
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -140,8 +145,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
140
145
  holderName?: string | null | undefined;
141
146
  name: string;
142
147
  } | null | undefined;
143
- ssm?: string | null | undefined;
144
148
  bankStatement?: string | null | undefined;
149
+ ssm?: string | null | undefined;
145
150
  exteriorPhoto?: string | null | undefined;
146
151
  keyPerson?: {
147
152
  name: string;
@@ -151,7 +156,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
151
156
  id: string;
152
157
  event: "ORDERING" | "MARKETING";
153
158
  };
154
- notifyUrl: string;
155
159
  methods: {
156
160
  rate?: {
157
161
  amount: number;
@@ -29,11 +29,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  merchantId: string;
30
30
  merchantName: string;
31
31
  merchantCategoryCode: string;
32
+ storeID: string;
33
+ storeName: string;
32
34
  };
33
35
  })[] | null | undefined;
34
36
  ref?: any;
35
- _id: string;
36
37
  status: "NEW" | "PENDING" | "APPROVED";
38
+ _id: string;
39
+ notifyUrl: string;
37
40
  store: {
38
41
  bank?: {
39
42
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -41,8 +44,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
41
44
  holderName?: string | null | undefined;
42
45
  name: string;
43
46
  } | null | undefined;
44
- ssm?: string | null | undefined;
45
47
  bankStatement?: string | null | undefined;
48
+ ssm?: string | null | undefined;
46
49
  exteriorPhoto?: string | null | undefined;
47
50
  keyPerson?: {
48
51
  name: string;
@@ -52,7 +55,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
55
  id: string;
53
56
  event: "ORDERING" | "MARKETING";
54
57
  };
55
- notifyUrl: string;
56
58
  methods: {
57
59
  rate?: {
58
60
  amount: number;
@@ -95,11 +97,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
95
97
  merchantId: string;
96
98
  merchantName: string;
97
99
  merchantCategoryCode: string;
100
+ storeID: string;
101
+ storeName: string;
98
102
  };
99
103
  })[] | null | undefined;
100
104
  ref?: any;
101
- _id: string;
102
105
  status: "NEW" | "PENDING" | "APPROVED";
106
+ _id: string;
107
+ notifyUrl: string;
103
108
  store: {
104
109
  bank?: {
105
110
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -107,8 +112,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
107
112
  holderName?: string | null | undefined;
108
113
  name: string;
109
114
  } | null | undefined;
110
- ssm?: string | null | undefined;
111
115
  bankStatement?: string | null | undefined;
116
+ ssm?: string | null | undefined;
112
117
  exteriorPhoto?: string | null | undefined;
113
118
  keyPerson?: {
114
119
  name: string;
@@ -118,7 +123,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
118
123
  id: string;
119
124
  event: "ORDERING" | "MARKETING";
120
125
  };
121
- notifyUrl: string;
122
126
  methods: {
123
127
  rate?: {
124
128
  amount: number;
@@ -24,11 +24,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  merchantId: string;
25
25
  merchantName: string;
26
26
  merchantCategoryCode: string;
27
+ storeID: string;
28
+ storeName: string;
27
29
  };
28
30
  })[] | null | undefined;
29
31
  ref?: any;
30
- _id: string;
31
32
  status: "NEW" | "PENDING" | "APPROVED";
33
+ _id: string;
34
+ notifyUrl: string;
32
35
  store: {
33
36
  bank?: {
34
37
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -36,8 +39,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
39
  holderName?: string | null | undefined;
37
40
  name: string;
38
41
  } | null | undefined;
39
- ssm?: string | null | undefined;
40
42
  bankStatement?: string | null | undefined;
43
+ ssm?: string | null | undefined;
41
44
  exteriorPhoto?: string | null | undefined;
42
45
  keyPerson?: {
43
46
  name: string;
@@ -47,7 +50,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
50
  id: string;
48
51
  event: "ORDERING" | "MARKETING";
49
52
  };
50
- notifyUrl: string;
51
53
  methods: {
52
54
  rate?: {
53
55
  amount: number;
@@ -86,11 +88,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
86
88
  merchantId: string;
87
89
  merchantName: string;
88
90
  merchantCategoryCode: string;
91
+ storeID: string;
92
+ storeName: string;
89
93
  };
90
94
  })[] | null | undefined;
91
95
  ref?: any;
92
- _id: string;
93
96
  status: "NEW" | "PENDING" | "APPROVED";
97
+ _id: string;
98
+ notifyUrl: string;
94
99
  store: {
95
100
  bank?: {
96
101
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -98,8 +103,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
98
103
  holderName?: string | null | undefined;
99
104
  name: string;
100
105
  } | null | undefined;
101
- ssm?: string | null | undefined;
102
106
  bankStatement?: string | null | undefined;
107
+ ssm?: string | null | undefined;
103
108
  exteriorPhoto?: string | null | undefined;
104
109
  keyPerson?: {
105
110
  name: string;
@@ -109,7 +114,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
109
114
  id: string;
110
115
  event: "ORDERING" | "MARKETING";
111
116
  };
112
- notifyUrl: string;
113
117
  methods: {
114
118
  rate?: {
115
119
  amount: number;
@@ -35,6 +35,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
35
  merchantId: string;
36
36
  merchantName: string;
37
37
  merchantCategoryCode: string;
38
+ storeID: string;
39
+ storeName: string;
38
40
  };
39
41
  })[] | null | undefined;
40
42
  gatewayOverride?: {
@@ -44,12 +46,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
46
  conditionValue?: any;
45
47
  }[] | null | undefined;
46
48
  value: string;
47
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
48
49
  icon: string;
49
50
  label: string;
51
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
50
52
  }[] | null | undefined;
51
- _id: string;
52
53
  status: "NEW" | "PENDING" | "APPROVED";
54
+ _id: string;
55
+ notifyUrl: string;
53
56
  store: {
54
57
  bank?: {
55
58
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -57,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
60
  holderName?: string | null | undefined;
58
61
  name: string;
59
62
  } | null | undefined;
60
- ssm?: string | null | undefined;
61
63
  bankStatement?: string | null | undefined;
64
+ ssm?: string | null | undefined;
62
65
  exteriorPhoto?: string | null | undefined;
63
66
  keyPerson?: {
64
67
  name: string;
@@ -68,7 +71,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
68
71
  id: string;
69
72
  event: "ORDERING" | "MARKETING";
70
73
  };
71
- notifyUrl: string;
72
74
  methods: {
73
75
  rate?: {
74
76
  amount: number;
@@ -118,6 +120,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
118
120
  merchantId: string;
119
121
  merchantName: string;
120
122
  merchantCategoryCode: string;
123
+ storeID: string;
124
+ storeName: string;
121
125
  };
122
126
  })[] | null | undefined;
123
127
  gatewayOverride?: {
@@ -127,12 +131,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
127
131
  conditionValue?: any;
128
132
  }[] | null | undefined;
129
133
  value: string;
130
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
131
134
  icon: string;
132
135
  label: string;
136
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "GRAB";
133
137
  }[] | null | undefined;
134
- _id: string;
135
138
  status: "NEW" | "PENDING" | "APPROVED";
139
+ _id: string;
140
+ notifyUrl: string;
136
141
  store: {
137
142
  bank?: {
138
143
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -140,8 +145,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
140
145
  holderName?: string | null | undefined;
141
146
  name: string;
142
147
  } | null | undefined;
143
- ssm?: string | null | undefined;
144
148
  bankStatement?: string | null | undefined;
149
+ ssm?: string | null | undefined;
145
150
  exteriorPhoto?: string | null | undefined;
146
151
  keyPerson?: {
147
152
  name: string;
@@ -151,7 +156,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
151
156
  id: string;
152
157
  event: "ORDERING" | "MARKETING";
153
158
  };
154
- notifyUrl: string;
155
159
  methods: {
156
160
  rate?: {
157
161
  amount: number;
@@ -7,6 +7,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7
7
  merchantId: string;
8
8
  merchantName: string;
9
9
  merchantCategoryCode: string;
10
+ storeID: string;
11
+ storeName: string;
10
12
  };
11
13
  } | undefined>;
12
14
  required: true;
@@ -27,6 +29,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
29
  merchantId: string;
28
30
  merchantName: string;
29
31
  merchantCategoryCode: string;
32
+ storeID: string;
33
+ storeName: string;
30
34
  };
31
35
  } | undefined>;
32
36
  required: true;
@@ -3,11 +3,11 @@ 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;
6
7
  store?: {
7
8
  id: string;
8
9
  event: "ORDERING" | "MARKETING";
9
10
  } | null | undefined;
10
- remark?: string | null | undefined;
11
11
  _id: string;
12
12
  beneficiaryBank: {
13
13
  name: string;
@@ -40,11 +40,11 @@ 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;
43
44
  store?: {
44
45
  id: string;
45
46
  event: "ORDERING" | "MARKETING";
46
47
  } | null | undefined;
47
- remark?: string | null | undefined;
48
48
  _id: string;
49
49
  beneficiaryBank: {
50
50
  name: string;
@@ -72,11 +72,11 @@ 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;
75
76
  store?: {
76
77
  id: string;
77
78
  event: "ORDERING" | "MARKETING";
78
79
  } | null | undefined;
79
- remark?: string | null | undefined;
80
80
  _id: string;
81
81
  beneficiaryBank: {
82
82
  name: string;
@@ -109,11 +109,11 @@ 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;
112
113
  store?: {
113
114
  id: string;
114
115
  event: "ORDERING" | "MARKETING";
115
116
  } | null | undefined;
116
- remark?: string | null | undefined;
117
117
  _id: string;
118
118
  beneficiaryBank: {
119
119
  name: string;
@@ -24,11 +24,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  merchantId: string;
25
25
  merchantName: string;
26
26
  merchantCategoryCode: string;
27
+ storeID: string;
28
+ storeName: string;
27
29
  };
28
30
  })[] | null | undefined;
29
31
  ref?: any;
30
- _id: string;
31
32
  status: "NEW" | "PENDING" | "APPROVED";
33
+ _id: string;
34
+ notifyUrl: string;
32
35
  store: {
33
36
  bank?: {
34
37
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -36,8 +39,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
39
  holderName?: string | null | undefined;
37
40
  name: string;
38
41
  } | null | undefined;
39
- ssm?: string | null | undefined;
40
42
  bankStatement?: string | null | undefined;
43
+ ssm?: string | null | undefined;
41
44
  exteriorPhoto?: string | null | undefined;
42
45
  keyPerson?: {
43
46
  name: string;
@@ -47,7 +50,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
50
  id: string;
48
51
  event: "ORDERING" | "MARKETING";
49
52
  };
50
- notifyUrl: string;
51
53
  methods: {
52
54
  rate?: {
53
55
  amount: number;
@@ -89,11 +91,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
89
91
  merchantId: string;
90
92
  merchantName: string;
91
93
  merchantCategoryCode: string;
94
+ storeID: string;
95
+ storeName: string;
92
96
  };
93
97
  })[] | null | undefined;
94
98
  ref?: any;
95
- _id: string;
96
99
  status: "NEW" | "PENDING" | "APPROVED";
100
+ _id: string;
101
+ notifyUrl: string;
97
102
  store: {
98
103
  bank?: {
99
104
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -101,8 +106,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
101
106
  holderName?: string | null | undefined;
102
107
  name: string;
103
108
  } | null | undefined;
104
- ssm?: string | null | undefined;
105
109
  bankStatement?: string | null | undefined;
110
+ ssm?: string | null | undefined;
106
111
  exteriorPhoto?: string | null | undefined;
107
112
  keyPerson?: {
108
113
  name: string;
@@ -112,7 +117,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
117
  id: string;
113
118
  event: "ORDERING" | "MARKETING";
114
119
  };
115
- notifyUrl: string;
116
120
  methods: {
117
121
  rate?: {
118
122
  amount: number;
@@ -149,11 +153,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
149
153
  merchantId: string;
150
154
  merchantName: string;
151
155
  merchantCategoryCode: string;
156
+ storeID: string;
157
+ storeName: string;
152
158
  };
153
159
  })[] | null | undefined;
154
160
  ref?: any;
155
- _id: string;
156
161
  status: "NEW" | "PENDING" | "APPROVED";
162
+ _id: string;
163
+ notifyUrl: string;
157
164
  store: {
158
165
  bank?: {
159
166
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -161,8 +168,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
161
168
  holderName?: string | null | undefined;
162
169
  name: string;
163
170
  } | null | undefined;
164
- ssm?: string | null | undefined;
165
171
  bankStatement?: string | null | undefined;
172
+ ssm?: string | null | undefined;
166
173
  exteriorPhoto?: string | null | undefined;
167
174
  keyPerson?: {
168
175
  name: string;
@@ -172,7 +179,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
172
179
  id: string;
173
180
  event: "ORDERING" | "MARKETING";
174
181
  };
175
- notifyUrl: string;
176
182
  methods: {
177
183
  rate?: {
178
184
  amount: number;
@@ -214,11 +220,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
214
220
  merchantId: string;
215
221
  merchantName: string;
216
222
  merchantCategoryCode: string;
223
+ storeID: string;
224
+ storeName: string;
217
225
  };
218
226
  })[] | null | undefined;
219
227
  ref?: any;
220
- _id: string;
221
228
  status: "NEW" | "PENDING" | "APPROVED";
229
+ _id: string;
230
+ notifyUrl: string;
222
231
  store: {
223
232
  bank?: {
224
233
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -226,8 +235,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
226
235
  holderName?: string | null | undefined;
227
236
  name: string;
228
237
  } | null | undefined;
229
- ssm?: string | null | undefined;
230
238
  bankStatement?: string | null | undefined;
239
+ ssm?: string | null | undefined;
231
240
  exteriorPhoto?: string | null | undefined;
232
241
  keyPerson?: {
233
242
  name: string;
@@ -237,7 +246,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
237
246
  id: string;
238
247
  event: "ORDERING" | "MARKETING";
239
248
  };
240
- notifyUrl: string;
241
249
  methods: {
242
250
  rate?: {
243
251
  amount: number;