@chotot/ct-logic-uni-rev-payment-v1 1.133.0

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 (100) hide show
  1. package/ad_service.proto +53 -0
  2. package/ad_service_pb.d.ts +248 -0
  3. package/ad_service_pb.js +99 -0
  4. package/cart.proto +122 -0
  5. package/cart_pb.d.ts +656 -0
  6. package/cart_pb.js +237 -0
  7. package/configuration.proto +147 -0
  8. package/configuration_pb.d.ts +716 -0
  9. package/configuration_pb.js +237 -0
  10. package/crepro_campaign.proto +277 -0
  11. package/crepro_campaign_pb.d.ts +1266 -0
  12. package/crepro_campaign_pb.js +436 -0
  13. package/crepro_code.proto +77 -0
  14. package/crepro_code_pb.d.ts +355 -0
  15. package/crepro_code_pb.js +130 -0
  16. package/crepro_log.proto +32 -0
  17. package/crepro_log_pb.d.ts +142 -0
  18. package/crepro_log_pb.js +51 -0
  19. package/crepro_redemption.proto +76 -0
  20. package/crepro_redemption_pb.d.ts +352 -0
  21. package/crepro_redemption_pb.js +119 -0
  22. package/dongtot.proto +758 -0
  23. package/dongtot_pb.d.ts +4169 -0
  24. package/dongtot_pb.js +1357 -0
  25. package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.d.ts +350 -0
  26. package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.js +551 -0
  27. package/dongtot_service.proto +154 -0
  28. package/dongtot_service_connect.d.ts +316 -0
  29. package/dongtot_service_connect.js +316 -0
  30. package/econtract.proto +675 -0
  31. package/econtract_pb.d.ts +3522 -0
  32. package/econtract_pb.js +1176 -0
  33. package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.d.ts +419 -0
  34. package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.js +673 -0
  35. package/econtract_service.proto +71 -0
  36. package/econtract_service_connect.d.ts +381 -0
  37. package/econtract_service_connect.js +381 -0
  38. package/fundiin.proto +53 -0
  39. package/fundiin_pb.d.ts +255 -0
  40. package/fundiin_pb.js +85 -0
  41. package/google_billing.proto +65 -0
  42. package/google_billing_pb.d.ts +372 -0
  43. package/google_billing_pb.js +146 -0
  44. package/iap.proto +53 -0
  45. package/iap_pb.d.ts +281 -0
  46. package/iap_pb.js +109 -0
  47. package/momo.proto +92 -0
  48. package/momo_pb.d.ts +481 -0
  49. package/momo_pb.js +150 -0
  50. package/napas.proto +110 -0
  51. package/napas_pb.d.ts +587 -0
  52. package/napas_pb.js +192 -0
  53. package/order.proto +81 -0
  54. package/order_pb.d.ts +372 -0
  55. package/order_pb.js +123 -0
  56. package/package.json +10 -0
  57. package/package.proto +382 -0
  58. package/package_pb.d.ts +1907 -0
  59. package/package_pb.js +621 -0
  60. package/payment_promotion.proto +170 -0
  61. package/payment_promotion_pb.d.ts +893 -0
  62. package/payment_promotion_pb.js +311 -0
  63. package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.d.ts +112 -0
  64. package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.js +171 -0
  65. package/payment_promotion_service.proto +73 -0
  66. package/payment_promotion_service_connect.d.ts +102 -0
  67. package/payment_promotion_service_connect.js +102 -0
  68. package/payoo.proto +55 -0
  69. package/payoo_pb.d.ts +282 -0
  70. package/payoo_pb.js +105 -0
  71. package/pricer.proto +154 -0
  72. package/pricer_pb.d.ts +823 -0
  73. package/pricer_pb.js +260 -0
  74. package/rabbit_mq.proto +51 -0
  75. package/rabbit_mq_pb.d.ts +257 -0
  76. package/rabbit_mq_pb.js +78 -0
  77. package/refund_order.proto +37 -0
  78. package/refund_order_pb.d.ts +184 -0
  79. package/refund_order_pb.js +63 -0
  80. package/scripts/modify_package_json.js +50 -0
  81. package/service-LogicUniRevPaymentService_connectquery.d.ts +1239 -0
  82. package/service-LogicUniRevPaymentService_connectquery.js +1968 -0
  83. package/service.proto +643 -0
  84. package/service_connect.d.ts +1120 -0
  85. package/service_connect.js +1120 -0
  86. package/subscription.proto +24 -0
  87. package/subscription_pb.d.ts +98 -0
  88. package/subscription_pb.js +37 -0
  89. package/template.proto +76 -0
  90. package/template_pb.d.ts +387 -0
  91. package/template_pb.js +140 -0
  92. package/transaction.proto +513 -0
  93. package/transaction_pb.d.ts +2717 -0
  94. package/transaction_pb.js +856 -0
  95. package/virtual_account.proto +265 -0
  96. package/virtual_account_pb.d.ts +1442 -0
  97. package/virtual_account_pb.js +478 -0
  98. package/zalopay.proto +78 -0
  99. package/zalopay_pb.d.ts +423 -0
  100. package/zalopay_pb.js +153 -0
@@ -0,0 +1,1120 @@
1
+ // @generated by protoc-gen-connect-es v1.0.0 with parameter "target=js+dts"
2
+ // @generated from file ct-logic-uni-rev-payment/v1/service.proto (package ct_logic_uni_rev_payment.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+
6
+ import { CreatePaaSTransactionRequest, CreatePaaSTransactionResponse, CreateTransactionRequest, CreateTransactionResponse, ForceMappingPaymentRequest, ForceMappingPaymentResponse, GetCartPaymentInfoRequest, GetCartPaymentInfoResponse, GetCartShopInfoRequest, GetCartShopInfoResponse, GetCartSubscriptionInfoRequest, GetCartSubscriptionInfoResponse, GetCartTopupInfoRequest, GetCartTopupInfoResponse, GetIPNStatusRequest, GetIPNStatusResponse, GetResponseTransactionRequest, GetResponseTransactionResponse, GetStatusTokenRequest, GetStatusTokenResponse, PayOrderRequest, PayOrderResponse, ProcessPaymentRequest, ProcessPaymentResponse, ValidateMappingPaymentRequest, ValidateMappingPaymentResponse, ViewTransactionRequest, ViewTransactionResponse } from "./transaction_pb.js";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+ import { GetMomoCheckPhoneRequest, GetMomoCheckPhoneResponse, GetMomoDongTotPackagesRequest, GetMomoDongTotPackagesResponse, MomoIPNRequest, MomoIPNResponse, PostMomoTopupRequest, PostMomoTopupResponse } from "./momo_pb.js";
9
+ import { DeletePaymentTokenRequest, DeletePaymentTokenResponse, GetListMerchantBankInfoRequest, GetListMerchantBankInfoResponse, GetPaymentTokensRequest, GetPaymentTokensResponse, ZaloPayBindingIPNRequest, ZaloPayBindingIPNResponse, ZaloPayIPNRequest, ZaloPayIPNResponse } from "./zalopay_pb.js";
10
+ import { PayooBankTransferIPNRequest, PayooBankTransferIPNResponse, PayooCheckPhoneAtPosRequest, PayooCheckPhoneAtPosResponse, PayooIPNRequest, PayooIPNResponse, PayooTopupAtPosRequest, PayooTopupAtPosResponse } from "./payoo_pb.js";
11
+ import { CheckIapIosUserConsentRequest, CheckIapIosUserConsentResponse, IosServerNotificationRequest, IosServerNotificationResponse, PostLogInAppIosRequest, PostLogInAppIosResponse, PostVerifyInAppIosRequest, PostVerifyInAppIosResponse } from "./iap_pb.js";
12
+ import { DeleteNapasTokenByIdRequest, DeleteNapasTokenByIdResponse, GetNapasFormByIdRequest, GetNapasFormByIdResponse, GetNapasTokensRequest, GetNapasTokensResponse, NapasIPNRequest, NapasIPNResponse, PayNapasTokenRequest, PayNapasTokenResponse, ResponseNapasByIdRequest, ResponseNapasByIdResponse } from "./napas_pb.js";
13
+ import { GetGatewayByOrderRequest, GetGatewayByOrderResponse, HaveAtmRequestRequest, HaveAtmRequestResponse, PaidAndWithDrawDongTotRequest, PaidAndWithDrawDongTotResponse } from "./order_pb.js";
14
+ import { BnplCallCenterTemplateRequest, BnplCallCenterTemplateResponse, BnplPaymentLimitTemplateRequest, BnplPaymentLimitTemplateResponse, GoogleBillingPaymentMessageTemplateRequest, GoogleBillingPaymentMessageTemplateResponse, GoogleBillingPaymentPageTemplateRequest, GoogleBillingPaymentPageTemplateResponse, GoogleBillingServiceMessageTemplateRequest, GoogleBillingServiceMessageTemplateResponse } from "./template_pb.js";
15
+ import { FundiinIPNRequest, FundiinIPNResponse, FundiinTagsRequest, FundiinTagsResponse } from "./fundiin_pb.js";
16
+ import { CheckGoogleBillingOrdersRequest, CheckGoogleBillingOrdersResponse, GetGoogleBillingOrdersRequest, GetGoogleBillingOrdersResponse, GoogleBillingIPNRequest, GoogleBillingIPNResponse, GoogleBillingUnacknowledgedOrdersRequest, GoogleBillingUnacknowledgedOrdersResponse, RetryGoogleBillingOrderRequest, RetryGoogleBillingOrderResponse } from "./google_billing_pb.js";
17
+ import { GetPriceListingFeeDurationRequest, GetPriceListingFeeDurationResponse, GetPricePremiumFeatureByAdRequest, GetPricePremiumFeatureByAdResponse } from "./pricer_pb.js";
18
+ import { AddToCartRequest, AddToCartResponse, DeleteAllCartRequest, DeleteAllCartResponse, DeleteCartRequest, DeleteCartResponse, GetCartRequest, GetCartResponse } from "./cart_pb.js";
19
+ import { ForceUpdateInfoRequest, ForceUpdateInfoResponse, PaymentGatewayCheckoutInfoRequest, PaymentGatewayCheckoutInfoResponse, PaymentGatewayInfoRequest, PaymentGatewayInfoResponse } from "./configuration_pb.js";
20
+ import { ApproveCreditPromotionCampaignRequest, ApproveCreditPromotionCampaignResponse, AssignCreditPromotionCodeRequest, AssignCreditPromotionCodeResponse, AutoRedeemCreditPromotionCodeRequest, AutoRedeemCreditPromotionCodeResponse, CreateCreditPromotionCampaignRequest, CreateCreditPromotionCampaignResponse, ExportAssignmentByFilterRequest, ExportAssignmentByFilterResponse, ForceUpdateCampaignStatusRequest, ForceUpdateCampaignStatusResponse, GenerateCreditPromotionCodeRequest, GenerateCreditPromotionCodeResponse, GetAssignmentByFilterRequest, GetAssignmentByFilterResponse, GetCampaignInfoByRedemptionInfoRequest, GetCampaignInfoByRedemptionInfoResponse, GetCreditPromotionCampaignByIdRequest, GetCreditPromotionCampaignByIdResponse, GetListCreditPromotionCampaignRequest, GetListCreditPromotionCampaignResponse, MoveCreditPromotionCampaignToWaitForApprovalRequest, MoveCreditPromotionCampaignToWaitForApprovalResponse, RejectCreditPromotionCampaignRequest, RejectCreditPromotionCampaignResponse, UpdateCreditPromotionCampaignRequest, UpdateCreditPromotionCampaignResponse } from "./crepro_campaign_pb.js";
21
+ import { CheckCodeWithAccountIdRequest, CheckCodeWithAccountIdResponse, CheckIsRedeemCreditPromotionFromDiemtotRequest, CheckIsRedeemCreditPromotionFromDiemtotResponse, GetListCreditPromotionCodeRequest, GetListCreditPromotionCodeResponse, ManualRedeemCreditPromotionCodeRequest, ManualRedeemCreditPromotionCodeResponse } from "./crepro_code_pb.js";
22
+ import { DeleteCreditPromotionRedemptionByIdRequest, DeleteCreditPromotionRedemptionByIdResponse, GetListCreditPromotionRedemptionRequest, GetListCreditPromotionRedemptionResponse, UpdateCreditPromotionRedemptionRequest, UpdateCreditPromotionRedemptionResponse } from "./crepro_redemption_pb.js";
23
+ import { GetCreditPromotionLogRequest, GetCreditPromotionLogResponse } from "./crepro_log_pb.js";
24
+ import { CreateBatchPackageRequest, CreateBatchPackageResponse, CreatePackageRequest, CreatePackageResponse, CreateVendorProductRequest, CreateVendorProductResponse, GetListPackagesBackOfficeRequest, GetListPackagesBackOfficeResponse, GetListPackagesByMultiplePackageIdsRequest, GetListPackagesByMultiplePackageIdsResponse, GetListPackagesByMultiplePackageUUIDsRequest, GetListPackagesByMultiplePackageUUIDsResponse, GetListPackagesByPaymentMethodRequest, GetListPackagesByPaymentMethodResponse, GetListPackagesRequest, GetListPackagesResponse, GetListPaymentMethodRequest, GetListPaymentMethodResponse, GetListVendorProductBackOfficeRequest, GetListVendorProductBackOfficeResponse, GetListVendorProductRequest, GetListVendorProductResponse, GetLogPackageRequest, GetLogPackageResponse, GetPackageByIdRequest, GetPackageByIdResponse, GetPackagesByPackageIdsRequest, GetPackagesByPackageIdsResponse, UpdatePackageMetaDataByIdRequest, UpdatePackageMetaDataByIdResponse, UpdatePackageStatusRequest, UpdatePackageStatusResponse, UpdateVendorProductByIdRequest, UpdateVendorProductByIdResponse } from "./package_pb.js";
25
+ import { CheckConditionRequest, CheckConditionResponse, ExtendFreeAdRequest, ExtendFreeAdResponse, GetAdExtensionPricesRequest, GetAdExtensionPricesResponse } from "./ad_service_pb.js";
26
+ import { GetCurrentSubscriptionServeInfoRequest, GetCurrentSubscriptionServeInfoResponse } from "./subscription_pb.js";
27
+ import { GetDongTotPackageForRefundRequest, GetDongTotPackageForRefundResponse } from "./refund_order_pb.js";
28
+ import { CalculateVATopupDongtotRequest, CalculateVATopupDongtotResponse, GetDynamicVirtualAccountRequest, GetDynamicVirtualAccountResponse, GetVirtualAccountBankTransferRequest, GetVirtualAccountBankTransferResponse, GetVirtualAccountInfoRequest, GetVirtualAccountInfoResponse, GetVirtualAccountPaymentOrderBaseRequest, GetVirtualAccountPaymentOrderBaseResponse, GetVirtualAccountRemitterRequest, GetVirtualAccountRemitterResponse, GetVirtualAccountRemittersRequest, GetVirtualAccountRemittersResponse, GetVirtualAccountRequest, GetVirtualAccountResponse, GetVirtualAccountViewStatementsRequest, GetVirtualAccountViewStatementsResponse, ProcessRawCakeIPNRequest, ProcessRawCakeIPNResponse, VirtualAccountSendZNSRequest, VirtualAccountSendZNSResponse, VirtualAccountSendZNSsCampaignRequest, VirtualAccountSendZNSsCampaignResponse, VPBIPNRequest, VPBIPNResponse } from "./virtual_account_pb.js";
29
+
30
+ /**
31
+ * @generated from service ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService
32
+ */
33
+ export const LogicUniRevPaymentService = {
34
+ typeName: "ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService",
35
+ methods: {
36
+ /**
37
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CreateTransaction
38
+ */
39
+ createTransaction: {
40
+ name: "CreateTransaction",
41
+ I: CreateTransactionRequest,
42
+ O: CreateTransactionResponse,
43
+ kind: MethodKind.Unary,
44
+ },
45
+ /**
46
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PayOrder
47
+ */
48
+ payOrder: {
49
+ name: "PayOrder",
50
+ I: PayOrderRequest,
51
+ O: PayOrderResponse,
52
+ kind: MethodKind.Unary,
53
+ },
54
+ /**
55
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.MomoIPN
56
+ */
57
+ momoIPN: {
58
+ name: "MomoIPN",
59
+ I: MomoIPNRequest,
60
+ O: MomoIPNResponse,
61
+ kind: MethodKind.Unary,
62
+ },
63
+ /**
64
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ZaloPayIPN
65
+ */
66
+ zaloPayIPN: {
67
+ name: "ZaloPayIPN",
68
+ I: ZaloPayIPNRequest,
69
+ O: ZaloPayIPNResponse,
70
+ kind: MethodKind.Unary,
71
+ },
72
+ /**
73
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ZaloPayBindingIPN
74
+ */
75
+ zaloPayBindingIPN: {
76
+ name: "ZaloPayBindingIPN",
77
+ I: ZaloPayBindingIPNRequest,
78
+ O: ZaloPayBindingIPNResponse,
79
+ kind: MethodKind.Unary,
80
+ },
81
+ /**
82
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetPaymentTokens
83
+ */
84
+ getPaymentTokens: {
85
+ name: "GetPaymentTokens",
86
+ I: GetPaymentTokensRequest,
87
+ O: GetPaymentTokensResponse,
88
+ kind: MethodKind.Unary,
89
+ },
90
+ /**
91
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.DeletePaymentToken
92
+ */
93
+ deletePaymentToken: {
94
+ name: "DeletePaymentToken",
95
+ I: DeletePaymentTokenRequest,
96
+ O: DeletePaymentTokenResponse,
97
+ kind: MethodKind.Unary,
98
+ },
99
+ /**
100
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PayooIPN
101
+ */
102
+ payooIPN: {
103
+ name: "PayooIPN",
104
+ I: PayooIPNRequest,
105
+ O: PayooIPNResponse,
106
+ kind: MethodKind.Unary,
107
+ },
108
+ /**
109
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PayooBankTransferIPN
110
+ */
111
+ payooBankTransferIPN: {
112
+ name: "PayooBankTransferIPN",
113
+ I: PayooBankTransferIPNRequest,
114
+ O: PayooBankTransferIPNResponse,
115
+ kind: MethodKind.Unary,
116
+ },
117
+ /**
118
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetResponseTransaction
119
+ */
120
+ getResponseTransaction: {
121
+ name: "GetResponseTransaction",
122
+ I: GetResponseTransactionRequest,
123
+ O: GetResponseTransactionResponse,
124
+ kind: MethodKind.Unary,
125
+ },
126
+ /**
127
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PostVerifyInAppIos
128
+ */
129
+ postVerifyInAppIos: {
130
+ name: "PostVerifyInAppIos",
131
+ I: PostVerifyInAppIosRequest,
132
+ O: PostVerifyInAppIosResponse,
133
+ kind: MethodKind.Unary,
134
+ },
135
+ /**
136
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PostLogInAppIos
137
+ */
138
+ postLogInAppIos: {
139
+ name: "PostLogInAppIos",
140
+ I: PostLogInAppIosRequest,
141
+ O: PostLogInAppIosResponse,
142
+ kind: MethodKind.Unary,
143
+ },
144
+ /**
145
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.IosServerNotification
146
+ */
147
+ iosServerNotification: {
148
+ name: "IosServerNotification",
149
+ I: IosServerNotificationRequest,
150
+ O: IosServerNotificationResponse,
151
+ kind: MethodKind.Unary,
152
+ },
153
+ /**
154
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CheckIapIosUserConsent
155
+ */
156
+ checkIapIosUserConsent: {
157
+ name: "CheckIapIosUserConsent",
158
+ I: CheckIapIosUserConsentRequest,
159
+ O: CheckIapIosUserConsentResponse,
160
+ kind: MethodKind.Unary,
161
+ },
162
+ /**
163
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetNapasFormById
164
+ */
165
+ getNapasFormById: {
166
+ name: "GetNapasFormById",
167
+ I: GetNapasFormByIdRequest,
168
+ O: GetNapasFormByIdResponse,
169
+ kind: MethodKind.Unary,
170
+ },
171
+ /**
172
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.NapasIPN
173
+ */
174
+ napasIPN: {
175
+ name: "NapasIPN",
176
+ I: NapasIPNRequest,
177
+ O: NapasIPNResponse,
178
+ kind: MethodKind.Unary,
179
+ },
180
+ /**
181
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ResponseNapasById
182
+ */
183
+ responseNapasById: {
184
+ name: "ResponseNapasById",
185
+ I: ResponseNapasByIdRequest,
186
+ O: ResponseNapasByIdResponse,
187
+ kind: MethodKind.Unary,
188
+ },
189
+ /**
190
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PayNapasToken
191
+ */
192
+ payNapasToken: {
193
+ name: "PayNapasToken",
194
+ I: PayNapasTokenRequest,
195
+ O: PayNapasTokenResponse,
196
+ kind: MethodKind.Unary,
197
+ },
198
+ /**
199
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetNapasTokens
200
+ */
201
+ getNapasTokens: {
202
+ name: "GetNapasTokens",
203
+ I: GetNapasTokensRequest,
204
+ O: GetNapasTokensResponse,
205
+ kind: MethodKind.Unary,
206
+ },
207
+ /**
208
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.DeleteNapasTokenById
209
+ */
210
+ deleteNapasTokenById: {
211
+ name: "DeleteNapasTokenById",
212
+ I: DeleteNapasTokenByIdRequest,
213
+ O: DeleteNapasTokenByIdResponse,
214
+ kind: MethodKind.Unary,
215
+ },
216
+ /**
217
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetMomoCheckPhone
218
+ */
219
+ getMomoCheckPhone: {
220
+ name: "GetMomoCheckPhone",
221
+ I: GetMomoCheckPhoneRequest,
222
+ O: GetMomoCheckPhoneResponse,
223
+ kind: MethodKind.Unary,
224
+ },
225
+ /**
226
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetMomoDongTotPackages
227
+ */
228
+ getMomoDongTotPackages: {
229
+ name: "GetMomoDongTotPackages",
230
+ I: GetMomoDongTotPackagesRequest,
231
+ O: GetMomoDongTotPackagesResponse,
232
+ kind: MethodKind.Unary,
233
+ },
234
+ /**
235
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PostMomoTopup
236
+ */
237
+ postMomoTopup: {
238
+ name: "PostMomoTopup",
239
+ I: PostMomoTopupRequest,
240
+ O: PostMomoTopupResponse,
241
+ kind: MethodKind.Unary,
242
+ },
243
+ /**
244
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PaidAndWithDrawDongTot
245
+ */
246
+ paidAndWithDrawDongTot: {
247
+ name: "PaidAndWithDrawDongTot",
248
+ I: PaidAndWithDrawDongTotRequest,
249
+ O: PaidAndWithDrawDongTotResponse,
250
+ kind: MethodKind.Unary,
251
+ },
252
+ /**
253
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.HaveAtmRequest
254
+ */
255
+ haveAtmRequest: {
256
+ name: "HaveAtmRequest",
257
+ I: HaveAtmRequestRequest,
258
+ O: HaveAtmRequestResponse,
259
+ kind: MethodKind.Unary,
260
+ },
261
+ /**
262
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetGatewayByOrder
263
+ */
264
+ getGatewayByOrder: {
265
+ name: "GetGatewayByOrder",
266
+ I: GetGatewayByOrderRequest,
267
+ O: GetGatewayByOrderResponse,
268
+ kind: MethodKind.Unary,
269
+ },
270
+ /**
271
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ViewTransaction
272
+ */
273
+ viewTransaction: {
274
+ name: "ViewTransaction",
275
+ I: ViewTransactionRequest,
276
+ O: ViewTransactionResponse,
277
+ kind: MethodKind.Unary,
278
+ },
279
+ /**
280
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.BnplPaymentLimitTemplate
281
+ */
282
+ bnplPaymentLimitTemplate: {
283
+ name: "BnplPaymentLimitTemplate",
284
+ I: BnplPaymentLimitTemplateRequest,
285
+ O: BnplPaymentLimitTemplateResponse,
286
+ kind: MethodKind.Unary,
287
+ },
288
+ /**
289
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.BnplCallCenterTemplate
290
+ */
291
+ bnplCallCenterTemplate: {
292
+ name: "BnplCallCenterTemplate",
293
+ I: BnplCallCenterTemplateRequest,
294
+ O: BnplCallCenterTemplateResponse,
295
+ kind: MethodKind.Unary,
296
+ },
297
+ /**
298
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GoogleBillingServiceMessageTemplate
299
+ */
300
+ googleBillingServiceMessageTemplate: {
301
+ name: "GoogleBillingServiceMessageTemplate",
302
+ I: GoogleBillingServiceMessageTemplateRequest,
303
+ O: GoogleBillingServiceMessageTemplateResponse,
304
+ kind: MethodKind.Unary,
305
+ },
306
+ /**
307
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GoogleBillingPaymentMessageTemplate
308
+ */
309
+ googleBillingPaymentMessageTemplate: {
310
+ name: "GoogleBillingPaymentMessageTemplate",
311
+ I: GoogleBillingPaymentMessageTemplateRequest,
312
+ O: GoogleBillingPaymentMessageTemplateResponse,
313
+ kind: MethodKind.Unary,
314
+ },
315
+ /**
316
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GoogleBillingPaymentPageTemplate
317
+ */
318
+ googleBillingPaymentPageTemplate: {
319
+ name: "GoogleBillingPaymentPageTemplate",
320
+ I: GoogleBillingPaymentPageTemplateRequest,
321
+ O: GoogleBillingPaymentPageTemplateResponse,
322
+ kind: MethodKind.Unary,
323
+ },
324
+ /**
325
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.FundiinIPN
326
+ */
327
+ fundiinIPN: {
328
+ name: "FundiinIPN",
329
+ I: FundiinIPNRequest,
330
+ O: FundiinIPNResponse,
331
+ kind: MethodKind.Unary,
332
+ },
333
+ /**
334
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.FundiinTags
335
+ */
336
+ fundiinTags: {
337
+ name: "FundiinTags",
338
+ I: FundiinTagsRequest,
339
+ O: FundiinTagsResponse,
340
+ kind: MethodKind.Unary,
341
+ },
342
+ /**
343
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PayooCheckPhoneAtPos
344
+ */
345
+ payooCheckPhoneAtPos: {
346
+ name: "PayooCheckPhoneAtPos",
347
+ I: PayooCheckPhoneAtPosRequest,
348
+ O: PayooCheckPhoneAtPosResponse,
349
+ kind: MethodKind.Unary,
350
+ },
351
+ /**
352
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PayooTopupAtPos
353
+ */
354
+ payooTopupAtPos: {
355
+ name: "PayooTopupAtPos",
356
+ I: PayooTopupAtPosRequest,
357
+ O: PayooTopupAtPosResponse,
358
+ kind: MethodKind.Unary,
359
+ },
360
+ /**
361
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GoogleBillingIPN
362
+ */
363
+ googleBillingIPN: {
364
+ name: "GoogleBillingIPN",
365
+ I: GoogleBillingIPNRequest,
366
+ O: GoogleBillingIPNResponse,
367
+ kind: MethodKind.Unary,
368
+ },
369
+ /**
370
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GoogleBillingUnacknowledgedOrders
371
+ */
372
+ googleBillingUnacknowledgedOrders: {
373
+ name: "GoogleBillingUnacknowledgedOrders",
374
+ I: GoogleBillingUnacknowledgedOrdersRequest,
375
+ O: GoogleBillingUnacknowledgedOrdersResponse,
376
+ kind: MethodKind.Unary,
377
+ },
378
+ /**
379
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetPricePremiumFeatureByAd
380
+ */
381
+ getPricePremiumFeatureByAd: {
382
+ name: "GetPricePremiumFeatureByAd",
383
+ I: GetPricePremiumFeatureByAdRequest,
384
+ O: GetPricePremiumFeatureByAdResponse,
385
+ kind: MethodKind.Unary,
386
+ },
387
+ /**
388
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCart
389
+ */
390
+ getCart: {
391
+ name: "GetCart",
392
+ I: GetCartRequest,
393
+ O: GetCartResponse,
394
+ kind: MethodKind.Unary,
395
+ },
396
+ /**
397
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.AddToCart
398
+ */
399
+ addToCart: {
400
+ name: "AddToCart",
401
+ I: AddToCartRequest,
402
+ O: AddToCartResponse,
403
+ kind: MethodKind.Unary,
404
+ },
405
+ /**
406
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.DeleteCart
407
+ */
408
+ deleteCart: {
409
+ name: "DeleteCart",
410
+ I: DeleteCartRequest,
411
+ O: DeleteCartResponse,
412
+ kind: MethodKind.Unary,
413
+ },
414
+ /**
415
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.DeleteAllCart
416
+ */
417
+ deleteAllCart: {
418
+ name: "DeleteAllCart",
419
+ I: DeleteAllCartRequest,
420
+ O: DeleteAllCartResponse,
421
+ kind: MethodKind.Unary,
422
+ },
423
+ /**
424
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ForceUpdateInfo
425
+ */
426
+ forceUpdateInfo: {
427
+ name: "ForceUpdateInfo",
428
+ I: ForceUpdateInfoRequest,
429
+ O: ForceUpdateInfoResponse,
430
+ kind: MethodKind.Unary,
431
+ },
432
+ /**
433
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CreateCreditPromotionCampaign
434
+ */
435
+ createCreditPromotionCampaign: {
436
+ name: "CreateCreditPromotionCampaign",
437
+ I: CreateCreditPromotionCampaignRequest,
438
+ O: CreateCreditPromotionCampaignResponse,
439
+ kind: MethodKind.Unary,
440
+ },
441
+ /**
442
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListCreditPromotionCampaign
443
+ */
444
+ getListCreditPromotionCampaign: {
445
+ name: "GetListCreditPromotionCampaign",
446
+ I: GetListCreditPromotionCampaignRequest,
447
+ O: GetListCreditPromotionCampaignResponse,
448
+ kind: MethodKind.Unary,
449
+ },
450
+ /**
451
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCreditPromotionCampaignById
452
+ */
453
+ getCreditPromotionCampaignById: {
454
+ name: "GetCreditPromotionCampaignById",
455
+ I: GetCreditPromotionCampaignByIdRequest,
456
+ O: GetCreditPromotionCampaignByIdResponse,
457
+ kind: MethodKind.Unary,
458
+ },
459
+ /**
460
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.MoveCreditPromotionCampaignToWaitForApproval
461
+ */
462
+ moveCreditPromotionCampaignToWaitForApproval: {
463
+ name: "MoveCreditPromotionCampaignToWaitForApproval",
464
+ I: MoveCreditPromotionCampaignToWaitForApprovalRequest,
465
+ O: MoveCreditPromotionCampaignToWaitForApprovalResponse,
466
+ kind: MethodKind.Unary,
467
+ },
468
+ /**
469
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ApproveCreditPromotionCampaign
470
+ */
471
+ approveCreditPromotionCampaign: {
472
+ name: "ApproveCreditPromotionCampaign",
473
+ I: ApproveCreditPromotionCampaignRequest,
474
+ O: ApproveCreditPromotionCampaignResponse,
475
+ kind: MethodKind.Unary,
476
+ },
477
+ /**
478
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.RejectCreditPromotionCampaign
479
+ */
480
+ rejectCreditPromotionCampaign: {
481
+ name: "RejectCreditPromotionCampaign",
482
+ I: RejectCreditPromotionCampaignRequest,
483
+ O: RejectCreditPromotionCampaignResponse,
484
+ kind: MethodKind.Unary,
485
+ },
486
+ /**
487
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.UpdateCreditPromotionCampaign
488
+ */
489
+ updateCreditPromotionCampaign: {
490
+ name: "UpdateCreditPromotionCampaign",
491
+ I: UpdateCreditPromotionCampaignRequest,
492
+ O: UpdateCreditPromotionCampaignResponse,
493
+ kind: MethodKind.Unary,
494
+ },
495
+ /**
496
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GenerateCreditPromotionCode
497
+ */
498
+ generateCreditPromotionCode: {
499
+ name: "GenerateCreditPromotionCode",
500
+ I: GenerateCreditPromotionCodeRequest,
501
+ O: GenerateCreditPromotionCodeResponse,
502
+ kind: MethodKind.Unary,
503
+ },
504
+ /**
505
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.AssignCreditPromotionCode
506
+ */
507
+ assignCreditPromotionCode: {
508
+ name: "AssignCreditPromotionCode",
509
+ I: AssignCreditPromotionCodeRequest,
510
+ O: AssignCreditPromotionCodeResponse,
511
+ kind: MethodKind.Unary,
512
+ },
513
+ /**
514
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.AutoRedeemCreditPromotionCode
515
+ */
516
+ autoRedeemCreditPromotionCode: {
517
+ name: "AutoRedeemCreditPromotionCode",
518
+ I: AutoRedeemCreditPromotionCodeRequest,
519
+ O: AutoRedeemCreditPromotionCodeResponse,
520
+ kind: MethodKind.Unary,
521
+ },
522
+ /**
523
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ManualRedeemCreditPromotionCode
524
+ */
525
+ manualRedeemCreditPromotionCode: {
526
+ name: "ManualRedeemCreditPromotionCode",
527
+ I: ManualRedeemCreditPromotionCodeRequest,
528
+ O: ManualRedeemCreditPromotionCodeResponse,
529
+ kind: MethodKind.Unary,
530
+ },
531
+ /**
532
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListCreditPromotionCode
533
+ */
534
+ getListCreditPromotionCode: {
535
+ name: "GetListCreditPromotionCode",
536
+ I: GetListCreditPromotionCodeRequest,
537
+ O: GetListCreditPromotionCodeResponse,
538
+ kind: MethodKind.Unary,
539
+ },
540
+ /**
541
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CheckIsRedeemCreditPromotionFromDiemtot
542
+ */
543
+ checkIsRedeemCreditPromotionFromDiemtot: {
544
+ name: "CheckIsRedeemCreditPromotionFromDiemtot",
545
+ I: CheckIsRedeemCreditPromotionFromDiemtotRequest,
546
+ O: CheckIsRedeemCreditPromotionFromDiemtotResponse,
547
+ kind: MethodKind.Unary,
548
+ },
549
+ /**
550
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.UpdateCreditPromotionRedemption
551
+ */
552
+ updateCreditPromotionRedemption: {
553
+ name: "UpdateCreditPromotionRedemption",
554
+ I: UpdateCreditPromotionRedemptionRequest,
555
+ O: UpdateCreditPromotionRedemptionResponse,
556
+ kind: MethodKind.Unary,
557
+ },
558
+ /**
559
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListCreditPromotionRedemption
560
+ */
561
+ getListCreditPromotionRedemption: {
562
+ name: "GetListCreditPromotionRedemption",
563
+ I: GetListCreditPromotionRedemptionRequest,
564
+ O: GetListCreditPromotionRedemptionResponse,
565
+ kind: MethodKind.Unary,
566
+ },
567
+ /**
568
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCreditPromotionLog
569
+ */
570
+ getCreditPromotionLog: {
571
+ name: "GetCreditPromotionLog",
572
+ I: GetCreditPromotionLogRequest,
573
+ O: GetCreditPromotionLogResponse,
574
+ kind: MethodKind.Unary,
575
+ },
576
+ /**
577
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.DeleteCreditPromotionRedemptionById
578
+ */
579
+ deleteCreditPromotionRedemptionById: {
580
+ name: "DeleteCreditPromotionRedemptionById",
581
+ I: DeleteCreditPromotionRedemptionByIdRequest,
582
+ O: DeleteCreditPromotionRedemptionByIdResponse,
583
+ kind: MethodKind.Unary,
584
+ },
585
+ /**
586
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CheckCodeWithAccountId
587
+ */
588
+ checkCodeWithAccountId: {
589
+ name: "CheckCodeWithAccountId",
590
+ I: CheckCodeWithAccountIdRequest,
591
+ O: CheckCodeWithAccountIdResponse,
592
+ kind: MethodKind.Unary,
593
+ },
594
+ /**
595
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCampaignInfoByRedemptionInfo
596
+ */
597
+ getCampaignInfoByRedemptionInfo: {
598
+ name: "GetCampaignInfoByRedemptionInfo",
599
+ I: GetCampaignInfoByRedemptionInfoRequest,
600
+ O: GetCampaignInfoByRedemptionInfoResponse,
601
+ kind: MethodKind.Unary,
602
+ },
603
+ /**
604
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetAssignmentByFilter
605
+ */
606
+ getAssignmentByFilter: {
607
+ name: "GetAssignmentByFilter",
608
+ I: GetAssignmentByFilterRequest,
609
+ O: GetAssignmentByFilterResponse,
610
+ kind: MethodKind.Unary,
611
+ },
612
+ /**
613
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ExportAssignmentByFilter
614
+ */
615
+ exportAssignmentByFilter: {
616
+ name: "ExportAssignmentByFilter",
617
+ I: ExportAssignmentByFilterRequest,
618
+ O: ExportAssignmentByFilterResponse,
619
+ kind: MethodKind.Unary,
620
+ },
621
+ /**
622
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ForceUpdateCampaignStatus
623
+ */
624
+ forceUpdateCampaignStatus: {
625
+ name: "ForceUpdateCampaignStatus",
626
+ I: ForceUpdateCampaignStatusRequest,
627
+ O: ForceUpdateCampaignStatusResponse,
628
+ kind: MethodKind.Unary,
629
+ },
630
+ /**
631
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetPackagesByPackageIds
632
+ */
633
+ getPackagesByPackageIds: {
634
+ name: "GetPackagesByPackageIds",
635
+ I: GetPackagesByPackageIdsRequest,
636
+ O: GetPackagesByPackageIdsResponse,
637
+ kind: MethodKind.Unary,
638
+ },
639
+ /**
640
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PaymentGatewayInfo
641
+ */
642
+ paymentGatewayInfo: {
643
+ name: "PaymentGatewayInfo",
644
+ I: PaymentGatewayInfoRequest,
645
+ O: PaymentGatewayInfoResponse,
646
+ kind: MethodKind.Unary,
647
+ },
648
+ /**
649
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.PaymentGatewayCheckoutInfo
650
+ */
651
+ paymentGatewayCheckoutInfo: {
652
+ name: "PaymentGatewayCheckoutInfo",
653
+ I: PaymentGatewayCheckoutInfoRequest,
654
+ O: PaymentGatewayCheckoutInfoResponse,
655
+ kind: MethodKind.Unary,
656
+ },
657
+ /**
658
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CheckCondition
659
+ */
660
+ checkCondition: {
661
+ name: "CheckCondition",
662
+ I: CheckConditionRequest,
663
+ O: CheckConditionResponse,
664
+ kind: MethodKind.Unary,
665
+ },
666
+ /**
667
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetAdExtensionPrices
668
+ */
669
+ getAdExtensionPrices: {
670
+ name: "GetAdExtensionPrices",
671
+ I: GetAdExtensionPricesRequest,
672
+ O: GetAdExtensionPricesResponse,
673
+ kind: MethodKind.Unary,
674
+ },
675
+ /**
676
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CheckGoogleBillingOrders
677
+ */
678
+ checkGoogleBillingOrders: {
679
+ name: "CheckGoogleBillingOrders",
680
+ I: CheckGoogleBillingOrdersRequest,
681
+ O: CheckGoogleBillingOrdersResponse,
682
+ kind: MethodKind.Unary,
683
+ },
684
+ /**
685
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetGoogleBillingOrders
686
+ */
687
+ getGoogleBillingOrders: {
688
+ name: "GetGoogleBillingOrders",
689
+ I: GetGoogleBillingOrdersRequest,
690
+ O: GetGoogleBillingOrdersResponse,
691
+ kind: MethodKind.Unary,
692
+ },
693
+ /**
694
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.RetryGoogleBillingOrder
695
+ */
696
+ retryGoogleBillingOrder: {
697
+ name: "RetryGoogleBillingOrder",
698
+ I: RetryGoogleBillingOrderRequest,
699
+ O: RetryGoogleBillingOrderResponse,
700
+ kind: MethodKind.Unary,
701
+ },
702
+ /**
703
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ExtendFreeAd
704
+ */
705
+ extendFreeAd: {
706
+ name: "ExtendFreeAd",
707
+ I: ExtendFreeAdRequest,
708
+ O: ExtendFreeAdResponse,
709
+ kind: MethodKind.Unary,
710
+ },
711
+ /**
712
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCurrentSubscriptionServeInfo
713
+ */
714
+ getCurrentSubscriptionServeInfo: {
715
+ name: "GetCurrentSubscriptionServeInfo",
716
+ I: GetCurrentSubscriptionServeInfoRequest,
717
+ O: GetCurrentSubscriptionServeInfoResponse,
718
+ kind: MethodKind.Unary,
719
+ },
720
+ /**
721
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetPriceListingFeeDuration
722
+ */
723
+ getPriceListingFeeDuration: {
724
+ name: "GetPriceListingFeeDuration",
725
+ I: GetPriceListingFeeDurationRequest,
726
+ O: GetPriceListingFeeDurationResponse,
727
+ kind: MethodKind.Unary,
728
+ },
729
+ /**
730
+ * legacy PaaS
731
+ *
732
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CreatePaaSTransaction
733
+ */
734
+ createPaaSTransaction: {
735
+ name: "CreatePaaSTransaction",
736
+ I: CreatePaaSTransactionRequest,
737
+ O: CreatePaaSTransactionResponse,
738
+ kind: MethodKind.Unary,
739
+ },
740
+ /**
741
+ * Support Repay
742
+ *
743
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ProcessPayment
744
+ */
745
+ processPayment: {
746
+ name: "ProcessPayment",
747
+ I: ProcessPaymentRequest,
748
+ O: ProcessPaymentResponse,
749
+ kind: MethodKind.Unary,
750
+ },
751
+ /**
752
+ * to support Refund
753
+ *
754
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetDongTotPackageForRefund
755
+ */
756
+ getDongTotPackageForRefund: {
757
+ name: "GetDongTotPackageForRefund",
758
+ I: GetDongTotPackageForRefundRequest,
759
+ O: GetDongTotPackageForRefundResponse,
760
+ kind: MethodKind.Unary,
761
+ },
762
+ /**
763
+ * ******* Virtual Account **********
764
+ *
765
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetVirtualAccount
766
+ */
767
+ getVirtualAccount: {
768
+ name: "GetVirtualAccount",
769
+ I: GetVirtualAccountRequest,
770
+ O: GetVirtualAccountResponse,
771
+ kind: MethodKind.Unary,
772
+ },
773
+ /**
774
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetDynamicVirtualAccount
775
+ */
776
+ getDynamicVirtualAccount: {
777
+ name: "GetDynamicVirtualAccount",
778
+ I: GetDynamicVirtualAccountRequest,
779
+ O: GetDynamicVirtualAccountResponse,
780
+ kind: MethodKind.Unary,
781
+ },
782
+ /**
783
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetVirtualAccountInfo
784
+ */
785
+ getVirtualAccountInfo: {
786
+ name: "GetVirtualAccountInfo",
787
+ I: GetVirtualAccountInfoRequest,
788
+ O: GetVirtualAccountInfoResponse,
789
+ kind: MethodKind.Unary,
790
+ },
791
+ /**
792
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.VPBIPN
793
+ */
794
+ vPBIPN: {
795
+ name: "VPBIPN",
796
+ I: VPBIPNRequest,
797
+ O: VPBIPNResponse,
798
+ kind: MethodKind.Unary,
799
+ },
800
+ /**
801
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ProcessRawCakeIPN
802
+ */
803
+ processRawCakeIPN: {
804
+ name: "ProcessRawCakeIPN",
805
+ I: ProcessRawCakeIPNRequest,
806
+ O: ProcessRawCakeIPNResponse,
807
+ kind: MethodKind.Unary,
808
+ },
809
+ /**
810
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.VirtualAccountSendZNS
811
+ */
812
+ virtualAccountSendZNS: {
813
+ name: "VirtualAccountSendZNS",
814
+ I: VirtualAccountSendZNSRequest,
815
+ O: VirtualAccountSendZNSResponse,
816
+ kind: MethodKind.Unary,
817
+ },
818
+ /**
819
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetVirtualAccountViewStatements
820
+ */
821
+ getVirtualAccountViewStatements: {
822
+ name: "GetVirtualAccountViewStatements",
823
+ I: GetVirtualAccountViewStatementsRequest,
824
+ O: GetVirtualAccountViewStatementsResponse,
825
+ kind: MethodKind.Unary,
826
+ },
827
+ /**
828
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetVirtualAccountRemitter
829
+ */
830
+ getVirtualAccountRemitter: {
831
+ name: "GetVirtualAccountRemitter",
832
+ I: GetVirtualAccountRemitterRequest,
833
+ O: GetVirtualAccountRemitterResponse,
834
+ kind: MethodKind.Unary,
835
+ },
836
+ /**
837
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetVirtualAccountRemitters
838
+ */
839
+ getVirtualAccountRemitters: {
840
+ name: "GetVirtualAccountRemitters",
841
+ I: GetVirtualAccountRemittersRequest,
842
+ O: GetVirtualAccountRemittersResponse,
843
+ kind: MethodKind.Unary,
844
+ },
845
+ /**
846
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetVirtualAccountPaymentOrderBase
847
+ */
848
+ getVirtualAccountPaymentOrderBase: {
849
+ name: "GetVirtualAccountPaymentOrderBase",
850
+ I: GetVirtualAccountPaymentOrderBaseRequest,
851
+ O: GetVirtualAccountPaymentOrderBaseResponse,
852
+ kind: MethodKind.Unary,
853
+ },
854
+ /**
855
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetVirtualAccountBankTransfer
856
+ */
857
+ getVirtualAccountBankTransfer: {
858
+ name: "GetVirtualAccountBankTransfer",
859
+ I: GetVirtualAccountBankTransferRequest,
860
+ O: GetVirtualAccountBankTransferResponse,
861
+ kind: MethodKind.Unary,
862
+ },
863
+ /**
864
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.VirtualAccountSendZNSsCampaign
865
+ */
866
+ virtualAccountSendZNSsCampaign: {
867
+ name: "VirtualAccountSendZNSsCampaign",
868
+ I: VirtualAccountSendZNSsCampaignRequest,
869
+ O: VirtualAccountSendZNSsCampaignResponse,
870
+ kind: MethodKind.Unary,
871
+ },
872
+ /**
873
+ * ****** ct-core-uni-package ******
874
+ *
875
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListPackages
876
+ */
877
+ getListPackages: {
878
+ name: "GetListPackages",
879
+ I: GetListPackagesRequest,
880
+ O: GetListPackagesResponse,
881
+ kind: MethodKind.Unary,
882
+ },
883
+ /**
884
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListPackagesByMultiplePackageIds
885
+ */
886
+ getListPackagesByMultiplePackageIds: {
887
+ name: "GetListPackagesByMultiplePackageIds",
888
+ I: GetListPackagesByMultiplePackageIdsRequest,
889
+ O: GetListPackagesByMultiplePackageIdsResponse,
890
+ kind: MethodKind.Unary,
891
+ },
892
+ /**
893
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListPackagesByMultiplePackageUUIDs
894
+ */
895
+ getListPackagesByMultiplePackageUUIDs: {
896
+ name: "GetListPackagesByMultiplePackageUUIDs",
897
+ I: GetListPackagesByMultiplePackageUUIDsRequest,
898
+ O: GetListPackagesByMultiplePackageUUIDsResponse,
899
+ kind: MethodKind.Unary,
900
+ },
901
+ /**
902
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetPackageById
903
+ */
904
+ getPackageById: {
905
+ name: "GetPackageById",
906
+ I: GetPackageByIdRequest,
907
+ O: GetPackageByIdResponse,
908
+ kind: MethodKind.Unary,
909
+ },
910
+ /**
911
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CreatePackage
912
+ */
913
+ createPackage: {
914
+ name: "CreatePackage",
915
+ I: CreatePackageRequest,
916
+ O: CreatePackageResponse,
917
+ kind: MethodKind.Unary,
918
+ },
919
+ /**
920
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CreateBatchPackage
921
+ */
922
+ createBatchPackage: {
923
+ name: "CreateBatchPackage",
924
+ I: CreateBatchPackageRequest,
925
+ O: CreateBatchPackageResponse,
926
+ kind: MethodKind.Unary,
927
+ },
928
+ /**
929
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.UpdatePackageStatus
930
+ */
931
+ updatePackageStatus: {
932
+ name: "UpdatePackageStatus",
933
+ I: UpdatePackageStatusRequest,
934
+ O: UpdatePackageStatusResponse,
935
+ kind: MethodKind.Unary,
936
+ },
937
+ /**
938
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetLogPackage
939
+ */
940
+ getLogPackage: {
941
+ name: "GetLogPackage",
942
+ I: GetLogPackageRequest,
943
+ O: GetLogPackageResponse,
944
+ kind: MethodKind.Unary,
945
+ },
946
+ /**
947
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListPaymentMethod
948
+ */
949
+ getListPaymentMethod: {
950
+ name: "GetListPaymentMethod",
951
+ I: GetListPaymentMethodRequest,
952
+ O: GetListPaymentMethodResponse,
953
+ kind: MethodKind.Unary,
954
+ },
955
+ /**
956
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListVendorProduct
957
+ */
958
+ getListVendorProduct: {
959
+ name: "GetListVendorProduct",
960
+ I: GetListVendorProductRequest,
961
+ O: GetListVendorProductResponse,
962
+ kind: MethodKind.Unary,
963
+ },
964
+ /**
965
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CreateVendorProduct
966
+ */
967
+ createVendorProduct: {
968
+ name: "CreateVendorProduct",
969
+ I: CreateVendorProductRequest,
970
+ O: CreateVendorProductResponse,
971
+ kind: MethodKind.Unary,
972
+ },
973
+ /**
974
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListPackagesByPaymentMethod
975
+ */
976
+ getListPackagesByPaymentMethod: {
977
+ name: "GetListPackagesByPaymentMethod",
978
+ I: GetListPackagesByPaymentMethodRequest,
979
+ O: GetListPackagesByPaymentMethodResponse,
980
+ kind: MethodKind.Unary,
981
+ },
982
+ /**
983
+ * ****** back office package ******
984
+ *
985
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListPackagesBackOffice
986
+ */
987
+ getListPackagesBackOffice: {
988
+ name: "GetListPackagesBackOffice",
989
+ I: GetListPackagesBackOfficeRequest,
990
+ O: GetListPackagesBackOfficeResponse,
991
+ kind: MethodKind.Unary,
992
+ },
993
+ /**
994
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.UpdateVendorProductById
995
+ */
996
+ updateVendorProductById: {
997
+ name: "UpdateVendorProductById",
998
+ I: UpdateVendorProductByIdRequest,
999
+ O: UpdateVendorProductByIdResponse,
1000
+ kind: MethodKind.Unary,
1001
+ },
1002
+ /**
1003
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetStatusToken
1004
+ */
1005
+ getStatusToken: {
1006
+ name: "GetStatusToken",
1007
+ I: GetStatusTokenRequest,
1008
+ O: GetStatusTokenResponse,
1009
+ kind: MethodKind.Unary,
1010
+ },
1011
+ /**
1012
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListVendorProductBackOffice
1013
+ */
1014
+ getListVendorProductBackOffice: {
1015
+ name: "GetListVendorProductBackOffice",
1016
+ I: GetListVendorProductBackOfficeRequest,
1017
+ O: GetListVendorProductBackOfficeResponse,
1018
+ kind: MethodKind.Unary,
1019
+ },
1020
+ /**
1021
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCartPaymentInfo
1022
+ */
1023
+ getCartPaymentInfo: {
1024
+ name: "GetCartPaymentInfo",
1025
+ I: GetCartPaymentInfoRequest,
1026
+ O: GetCartPaymentInfoResponse,
1027
+ kind: MethodKind.Unary,
1028
+ },
1029
+ /**
1030
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCartSubscriptionInfo
1031
+ */
1032
+ getCartSubscriptionInfo: {
1033
+ name: "GetCartSubscriptionInfo",
1034
+ I: GetCartSubscriptionInfoRequest,
1035
+ O: GetCartSubscriptionInfoResponse,
1036
+ kind: MethodKind.Unary,
1037
+ },
1038
+ /**
1039
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCartShopInfo
1040
+ */
1041
+ getCartShopInfo: {
1042
+ name: "GetCartShopInfo",
1043
+ I: GetCartShopInfoRequest,
1044
+ O: GetCartShopInfoResponse,
1045
+ kind: MethodKind.Unary,
1046
+ },
1047
+ /**
1048
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetCartTopupInfo
1049
+ */
1050
+ getCartTopupInfo: {
1051
+ name: "GetCartTopupInfo",
1052
+ I: GetCartTopupInfoRequest,
1053
+ O: GetCartTopupInfoResponse,
1054
+ kind: MethodKind.Unary,
1055
+ },
1056
+ /**
1057
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetListMerchantBankInfo
1058
+ */
1059
+ getListMerchantBankInfo: {
1060
+ name: "GetListMerchantBankInfo",
1061
+ I: GetListMerchantBankInfoRequest,
1062
+ O: GetListMerchantBankInfoResponse,
1063
+ kind: MethodKind.Unary,
1064
+ },
1065
+ /**
1066
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.UpdatePackageMetaDataById
1067
+ */
1068
+ updatePackageMetaDataById: {
1069
+ name: "UpdatePackageMetaDataById",
1070
+ I: UpdatePackageMetaDataByIdRequest,
1071
+ O: UpdatePackageMetaDataByIdResponse,
1072
+ kind: MethodKind.Unary,
1073
+ },
1074
+ /**
1075
+ * tax
1076
+ *
1077
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.CalculateVATopupDongtot
1078
+ */
1079
+ calculateVATopupDongtot: {
1080
+ name: "CalculateVATopupDongtot",
1081
+ I: CalculateVATopupDongtotRequest,
1082
+ O: CalculateVATopupDongtotResponse,
1083
+ kind: MethodKind.Unary,
1084
+ },
1085
+ /**
1086
+ * zalopay/momo qrcode payment
1087
+ *
1088
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.GetIPNStatus
1089
+ */
1090
+ getIPNStatus: {
1091
+ name: "GetIPNStatus",
1092
+ I: GetIPNStatusRequest,
1093
+ O: GetIPNStatusResponse,
1094
+ kind: MethodKind.Unary,
1095
+ },
1096
+ /**
1097
+ * validate whether a payment/transaction can be mapped to an order
1098
+ *
1099
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ValidateMappingPayment
1100
+ */
1101
+ validateMappingPayment: {
1102
+ name: "ValidateMappingPayment",
1103
+ I: ValidateMappingPaymentRequest,
1104
+ O: ValidateMappingPaymentResponse,
1105
+ kind: MethodKind.Unary,
1106
+ },
1107
+ /**
1108
+ * force mapping payment to an order -> trigger a payment success event
1109
+ *
1110
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentService.ForceMappingPayment
1111
+ */
1112
+ forceMappingPayment: {
1113
+ name: "ForceMappingPayment",
1114
+ I: ForceMappingPaymentRequest,
1115
+ O: ForceMappingPaymentResponse,
1116
+ kind: MethodKind.Unary,
1117
+ },
1118
+ }
1119
+ };
1120
+