mollie-api-typescript 0.1.3 → 0.1.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.
- package/bin/mcp-server.js +112 -330
- package/bin/mcp-server.js.map +26 -26
- package/dist/commonjs/funcs/methodsAll.d.ts.map +1 -1
- package/dist/commonjs/funcs/methodsAll.js +3 -2
- package/dist/commonjs/funcs/methodsAll.js.map +1 -1
- package/dist/commonjs/funcs/methodsList.d.ts.map +1 -1
- package/dist/commonjs/funcs/methodsList.js +3 -2
- package/dist/commonjs/funcs/methodsList.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/cancelpayment.d.ts +5 -35
- package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelpayment.js +7 -31
- package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
- package/dist/commonjs/models/operations/cancelsubscription.d.ts +7 -47
- package/dist/commonjs/models/operations/cancelsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelsubscription.js +8 -35
- package/dist/commonjs/models/operations/cancelsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +10 -70
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.js +11 -57
- package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +10 -70
- package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpayment.js +11 -57
- package/dist/commonjs/models/operations/createpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createsubscription.d.ts +10 -90
- package/dist/commonjs/models/operations/createsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createsubscription.js +10 -64
- package/dist/commonjs/models/operations/createsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/getmethod.d.ts +2 -2
- package/dist/commonjs/models/operations/getmethod.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getmethod.js +2 -2
- package/dist/commonjs/models/operations/getmethod.js.map +1 -1
- package/dist/commonjs/models/operations/getpayment.d.ts +5 -35
- package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpayment.js +7 -31
- package/dist/commonjs/models/operations/getpayment.js.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +8 -31
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/commonjs/models/operations/getsubscription.d.ts +7 -47
- package/dist/commonjs/models/operations/getsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getsubscription.js +8 -35
- package/dist/commonjs/models/operations/getsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.d.ts +2 -2
- package/dist/commonjs/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.js +2 -2
- package/dist/commonjs/models/operations/listallmethods.js.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts +13 -53
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.js +14 -45
- package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.js +8 -31
- package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listmethods.d.ts +2 -2
- package/dist/commonjs/models/operations/listmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmethods.js +2 -2
- package/dist/commonjs/models/operations/listmethods.js.map +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpayments.js +8 -31
- package/dist/commonjs/models/operations/listpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.js +8 -31
- package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +8 -31
- package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.d.ts +13 -53
- package/dist/commonjs/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.js +14 -43
- package/dist/commonjs/models/operations/listsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +5 -35
- package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.js +8 -31
- package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
- package/dist/commonjs/models/operations/updatesubscription.d.ts +10 -90
- package/dist/commonjs/models/operations/updatesubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatesubscription.js +10 -64
- package/dist/commonjs/models/operations/updatesubscription.js.map +1 -1
- package/dist/esm/funcs/methodsAll.d.ts.map +1 -1
- package/dist/esm/funcs/methodsAll.js +4 -3
- package/dist/esm/funcs/methodsAll.js.map +1 -1
- package/dist/esm/funcs/methodsList.d.ts.map +1 -1
- package/dist/esm/funcs/methodsList.js +4 -3
- package/dist/esm/funcs/methodsList.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/cancelpayment.d.ts +5 -35
- package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelpayment.js +2 -25
- package/dist/esm/models/operations/cancelpayment.js.map +1 -1
- package/dist/esm/models/operations/cancelsubscription.d.ts +7 -47
- package/dist/esm/models/operations/cancelsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelsubscription.js +6 -33
- package/dist/esm/models/operations/cancelsubscription.js.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +10 -70
- package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.js +4 -50
- package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +10 -70
- package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createpayment.js +4 -50
- package/dist/esm/models/operations/createpayment.js.map +1 -1
- package/dist/esm/models/operations/createsubscription.d.ts +10 -90
- package/dist/esm/models/operations/createsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/createsubscription.js +8 -62
- package/dist/esm/models/operations/createsubscription.js.map +1 -1
- package/dist/esm/models/operations/getmethod.d.ts +2 -2
- package/dist/esm/models/operations/getmethod.d.ts.map +1 -1
- package/dist/esm/models/operations/getmethod.js +2 -2
- package/dist/esm/models/operations/getmethod.js.map +1 -1
- package/dist/esm/models/operations/getpayment.d.ts +5 -35
- package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/getpayment.js +2 -25
- package/dist/esm/models/operations/getpayment.js.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +5 -35
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.js +2 -25
- package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/esm/models/operations/getsubscription.d.ts +7 -47
- package/dist/esm/models/operations/getsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/getsubscription.js +6 -33
- package/dist/esm/models/operations/getsubscription.js.map +1 -1
- package/dist/esm/models/operations/listallmethods.d.ts +2 -2
- package/dist/esm/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listallmethods.js +2 -2
- package/dist/esm/models/operations/listallmethods.js.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.d.ts +13 -53
- package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.js +12 -43
- package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +5 -35
- package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.js +2 -25
- package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/esm/models/operations/listmethods.d.ts +2 -2
- package/dist/esm/models/operations/listmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listmethods.js +2 -2
- package/dist/esm/models/operations/listmethods.js.map +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +5 -35
- package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listpayments.js +2 -25
- package/dist/esm/models/operations/listpayments.js.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +5 -35
- package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.js +2 -25
- package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +5 -35
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.js +2 -25
- package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.d.ts +13 -53
- package/dist/esm/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.js +12 -41
- package/dist/esm/models/operations/listsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +5 -35
- package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/esm/models/operations/updatepayment.js +2 -25
- package/dist/esm/models/operations/updatepayment.js.map +1 -1
- package/dist/esm/models/operations/updatesubscription.d.ts +10 -90
- package/dist/esm/models/operations/updatesubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/updatesubscription.js +8 -62
- package/dist/esm/models/operations/updatesubscription.js.map +1 -1
- package/docs/sdks/subscriptions/README.md +4 -4
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/methodsAll.ts +17 -9
- package/src/funcs/methodsList.ts +21 -13
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/cancelpayment.ts +7 -37
- package/src/models/operations/cancelsubscription.ts +13 -55
- package/src/models/operations/createcustomerpayment.ts +14 -84
- package/src/models/operations/createpayment.ts +14 -78
- package/src/models/operations/createsubscription.ts +18 -104
- package/src/models/operations/getmethod.ts +4 -4
- package/src/models/operations/getpayment.ts +7 -37
- package/src/models/operations/getpaymentlinkpayments.ts +7 -39
- package/src/models/operations/getsubscription.ts +13 -55
- package/src/models/operations/listallmethods.ts +4 -4
- package/src/models/operations/listallsubscriptions.ts +25 -71
- package/src/models/operations/listcustomerpayments.ts +7 -39
- package/src/models/operations/listmethods.ts +4 -4
- package/src/models/operations/listpayments.ts +7 -37
- package/src/models/operations/listsettlementpayments.ts +7 -39
- package/src/models/operations/listsubscriptionpayments.ts +7 -39
- package/src/models/operations/listsubscriptions.ts +25 -69
- package/src/models/operations/updatepayment.ts +7 -37
- package/src/models/operations/updatesubscription.ts +18 -104
package/bin/mcp-server.js
CHANGED
|
@@ -34269,9 +34269,9 @@ var init_config = __esm(() => {
|
|
|
34269
34269
|
SDK_METADATA = {
|
|
34270
34270
|
language: "typescript",
|
|
34271
34271
|
openapiDocVersion: "1.0.0",
|
|
34272
|
-
sdkVersion: "0.1.
|
|
34273
|
-
genVersion: "2.
|
|
34274
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
34272
|
+
sdkVersion: "0.1.5",
|
|
34273
|
+
genVersion: "2.686.7",
|
|
34274
|
+
userAgent: "speakeasy-sdk/typescript 0.1.5 2.686.7 1.0.0 mollie-api-typescript"
|
|
34275
34275
|
};
|
|
34276
34276
|
});
|
|
34277
34277
|
|
|
@@ -35774,7 +35774,7 @@ var init_rfcdate = __esm(() => {
|
|
|
35774
35774
|
});
|
|
35775
35775
|
|
|
35776
35776
|
// src/models/operations/cancelpayment.ts
|
|
35777
|
-
var CancelPaymentMode, CancelPaymentLineType, CancelPaymentCategory,
|
|
35777
|
+
var CancelPaymentMode, CancelPaymentLineType, CancelPaymentCategory, CancelPaymentLocale, CancelPaymentMethod, CancelPaymentCaptureMode, CancelPaymentRoutingMode, CancelPaymentRoutingType, CancelPaymentSequenceType, CancelPaymentStatusEnum, CancelPaymentCode, CancelPaymentCardAudition, CancelPaymentCardLabel, CancelPaymentCardFunding, CancelPaymentCardSecurity, CancelPaymentFeeRegion, CancelPaymentFailureReason, CancelPaymentWallet, CancelPaymentSellerProtection, CancelPaymentCardReadMethod, CancelPaymentCardVerificationMethod, CancelPaymentRequestBody$inboundSchema, CancelPaymentRequestBody$outboundSchema, CancelPaymentRequestBody$, CancelPaymentRequest$inboundSchema, CancelPaymentRequest$outboundSchema, CancelPaymentRequest$, CancelPaymentUnprocessableEntityDocumentation$inboundSchema, CancelPaymentUnprocessableEntityDocumentation$outboundSchema, CancelPaymentUnprocessableEntityDocumentation$, CancelPaymentUnprocessableEntityLinks$inboundSchema, CancelPaymentUnprocessableEntityLinks$outboundSchema, CancelPaymentUnprocessableEntityLinks$, CancelPaymentNotFoundDocumentation$inboundSchema, CancelPaymentNotFoundDocumentation$outboundSchema, CancelPaymentNotFoundDocumentation$, CancelPaymentNotFoundLinks$inboundSchema, CancelPaymentNotFoundLinks$outboundSchema, CancelPaymentNotFoundLinks$, CancelPaymentMode$inboundSchema, CancelPaymentMode$outboundSchema, CancelPaymentMode$, CancelPaymentAmount$inboundSchema, CancelPaymentAmount$outboundSchema, CancelPaymentAmount$, CancelPaymentAmountRefunded$inboundSchema, CancelPaymentAmountRefunded$outboundSchema, CancelPaymentAmountRefunded$, CancelPaymentAmountRemaining$inboundSchema, CancelPaymentAmountRemaining$outboundSchema, CancelPaymentAmountRemaining$, CancelPaymentAmountCaptured$inboundSchema, CancelPaymentAmountCaptured$outboundSchema, CancelPaymentAmountCaptured$, CancelPaymentAmountChargedBack$inboundSchema, CancelPaymentAmountChargedBack$outboundSchema, CancelPaymentAmountChargedBack$, CancelPaymentSettlementAmount$inboundSchema, CancelPaymentSettlementAmount$outboundSchema, CancelPaymentSettlementAmount$, CancelPaymentLineType$inboundSchema, CancelPaymentLineType$outboundSchema, CancelPaymentLineType$, CancelPaymentUnitPrice$inboundSchema, CancelPaymentUnitPrice$outboundSchema, CancelPaymentUnitPrice$, CancelPaymentDiscountAmount$inboundSchema, CancelPaymentDiscountAmount$outboundSchema, CancelPaymentDiscountAmount$, CancelPaymentTotalAmount$inboundSchema, CancelPaymentTotalAmount$outboundSchema, CancelPaymentTotalAmount$, CancelPaymentVatAmount$inboundSchema, CancelPaymentVatAmount$outboundSchema, CancelPaymentVatAmount$, CancelPaymentCategory$inboundSchema, CancelPaymentCategory$outboundSchema, CancelPaymentCategory$, CancelPaymentRecurringAmount$inboundSchema, CancelPaymentRecurringAmount$outboundSchema, CancelPaymentRecurringAmount$, CancelPaymentRecurring$inboundSchema, CancelPaymentRecurring$outboundSchema, CancelPaymentRecurring$, CancelPaymentLine$inboundSchema, CancelPaymentLine$outboundSchema, CancelPaymentLine$, CancelPaymentBillingAddress$inboundSchema, CancelPaymentBillingAddress$outboundSchema, CancelPaymentBillingAddress$, CancelPaymentShippingAddress$inboundSchema, CancelPaymentShippingAddress$outboundSchema, CancelPaymentShippingAddress$, CancelPaymentLocale$inboundSchema, CancelPaymentLocale$outboundSchema, CancelPaymentLocale$, CancelPaymentMethod$inboundSchema, CancelPaymentMethod$outboundSchema, CancelPaymentMethod$, CancelPaymentMetadata$inboundSchema, CancelPaymentMetadata$outboundSchema, CancelPaymentMetadata$, CancelPaymentCaptureMode$inboundSchema, CancelPaymentCaptureMode$outboundSchema, CancelPaymentCaptureMode$, CancelPaymentApplicationFeeAmount$inboundSchema, CancelPaymentApplicationFeeAmount$outboundSchema, CancelPaymentApplicationFeeAmount$, CancelPaymentApplicationFee$inboundSchema, CancelPaymentApplicationFee$outboundSchema, CancelPaymentApplicationFee$, CancelPaymentRoutingMode$inboundSchema, CancelPaymentRoutingMode$outboundSchema, CancelPaymentRoutingMode$, CancelPaymentRoutingAmount$inboundSchema, CancelPaymentRoutingAmount$outboundSchema, CancelPaymentRoutingAmount$, CancelPaymentRoutingType$inboundSchema, CancelPaymentRoutingType$outboundSchema, CancelPaymentRoutingType$, CancelPaymentDestination$inboundSchema, CancelPaymentDestination$outboundSchema, CancelPaymentDestination$, CancelPaymentRoutingSelf$inboundSchema, CancelPaymentRoutingSelf$outboundSchema, CancelPaymentRoutingSelf$, CancelPaymentPayment$inboundSchema, CancelPaymentPayment$outboundSchema, CancelPaymentPayment$, CancelPaymentRoutingLinks$inboundSchema, CancelPaymentRoutingLinks$outboundSchema, CancelPaymentRoutingLinks$, CancelPaymentRouting$inboundSchema, CancelPaymentRouting$outboundSchema, CancelPaymentRouting$, CancelPaymentSequenceType$inboundSchema, CancelPaymentSequenceType$outboundSchema, CancelPaymentSequenceType$, CancelPaymentStatusEnum$inboundSchema, CancelPaymentStatusEnum$outboundSchema, CancelPaymentStatusEnum$, CancelPaymentCode$inboundSchema, CancelPaymentCode$outboundSchema, CancelPaymentCode$, CancelPaymentStatusReason$inboundSchema, CancelPaymentStatusReason$outboundSchema, CancelPaymentStatusReason$, CancelPaymentCardAudition$inboundSchema, CancelPaymentCardAudition$outboundSchema, CancelPaymentCardAudition$, CancelPaymentCardLabel$inboundSchema, CancelPaymentCardLabel$outboundSchema, CancelPaymentCardLabel$, CancelPaymentCardFunding$inboundSchema, CancelPaymentCardFunding$outboundSchema, CancelPaymentCardFunding$, CancelPaymentCardSecurity$inboundSchema, CancelPaymentCardSecurity$outboundSchema, CancelPaymentCardSecurity$, CancelPaymentFeeRegion$inboundSchema, CancelPaymentFeeRegion$outboundSchema, CancelPaymentFeeRegion$, CancelPaymentFailureReason$inboundSchema, CancelPaymentFailureReason$outboundSchema, CancelPaymentFailureReason$, CancelPaymentWallet$inboundSchema, CancelPaymentWallet$outboundSchema, CancelPaymentWallet$, CancelPaymentSellerProtection$inboundSchema, CancelPaymentSellerProtection$outboundSchema, CancelPaymentSellerProtection$, CancelPaymentPaypalFee$inboundSchema, CancelPaymentPaypalFee$outboundSchema, CancelPaymentPaypalFee$, CancelPaymentCardReadMethod$inboundSchema, CancelPaymentCardReadMethod$outboundSchema, CancelPaymentCardReadMethod$, CancelPaymentCardVerificationMethod$inboundSchema, CancelPaymentCardVerificationMethod$outboundSchema, CancelPaymentCardVerificationMethod$, CancelPaymentReceipt$inboundSchema, CancelPaymentReceipt$outboundSchema, CancelPaymentReceipt$, CancelPaymentQrCode$inboundSchema, CancelPaymentQrCode$outboundSchema, CancelPaymentQrCode$, CancelPaymentRemainderAmount$inboundSchema, CancelPaymentRemainderAmount$outboundSchema, CancelPaymentRemainderAmount$, CancelPaymentDetails$inboundSchema, CancelPaymentDetails$outboundSchema, CancelPaymentDetails$, CancelPaymentSelf$inboundSchema, CancelPaymentSelf$outboundSchema, CancelPaymentSelf$, CancelPaymentCheckout$inboundSchema, CancelPaymentCheckout$outboundSchema, CancelPaymentCheckout$, CancelPaymentMobileAppCheckout$inboundSchema, CancelPaymentMobileAppCheckout$outboundSchema, CancelPaymentMobileAppCheckout$, CancelPaymentChangePaymentState$inboundSchema, CancelPaymentChangePaymentState$outboundSchema, CancelPaymentChangePaymentState$, CancelPaymentDashboard$inboundSchema, CancelPaymentDashboard$outboundSchema, CancelPaymentDashboard$, CancelPaymentRefunds$inboundSchema, CancelPaymentRefunds$outboundSchema, CancelPaymentRefunds$, CancelPaymentChargebacks$inboundSchema, CancelPaymentChargebacks$outboundSchema, CancelPaymentChargebacks$, CancelPaymentCaptures$inboundSchema, CancelPaymentCaptures$outboundSchema, CancelPaymentCaptures$, CancelPaymentSettlement$inboundSchema, CancelPaymentSettlement$outboundSchema, CancelPaymentSettlement$, CancelPaymentCustomer$inboundSchema, CancelPaymentCustomer$outboundSchema, CancelPaymentCustomer$, CancelPaymentMandate$inboundSchema, CancelPaymentMandate$outboundSchema, CancelPaymentMandate$, CancelPaymentSubscription$inboundSchema, CancelPaymentSubscription$outboundSchema, CancelPaymentSubscription$, CancelPaymentOrder$inboundSchema, CancelPaymentOrder$outboundSchema, CancelPaymentOrder$, CancelPaymentTerminal$inboundSchema, CancelPaymentTerminal$outboundSchema, CancelPaymentTerminal$, CancelPaymentDocumentation$inboundSchema, CancelPaymentDocumentation$outboundSchema, CancelPaymentDocumentation$, CancelPaymentLinksStatus$inboundSchema, CancelPaymentLinksStatus$outboundSchema, CancelPaymentLinksStatus$, CancelPaymentPayOnline$inboundSchema, CancelPaymentPayOnline$outboundSchema, CancelPaymentPayOnline$, CancelPaymentLinks$inboundSchema, CancelPaymentLinks$outboundSchema, CancelPaymentLinks$, CancelPaymentResponse$inboundSchema, CancelPaymentResponse$outboundSchema, CancelPaymentResponse$;
|
|
35778
35778
|
var init_cancelpayment = __esm(() => {
|
|
35779
35779
|
init_esm();
|
|
35780
35780
|
init_primitives();
|
|
@@ -35799,11 +35799,6 @@ var init_cancelpayment = __esm(() => {
|
|
|
35799
35799
|
Gift: "gift",
|
|
35800
35800
|
SportCulture: "sport_culture"
|
|
35801
35801
|
};
|
|
35802
|
-
CancelPaymentInterval = {
|
|
35803
|
-
DotDotDotMonths: "... months",
|
|
35804
|
-
DotDotDotWeeks: "... weeks",
|
|
35805
|
-
DotDotDotDays: "... days"
|
|
35806
|
-
};
|
|
35807
35802
|
CancelPaymentLocale = {
|
|
35808
35803
|
EnUS: "en_US",
|
|
35809
35804
|
EnGB: "en_GB",
|
|
@@ -36310,12 +36305,6 @@ var init_cancelpayment = __esm(() => {
|
|
|
36310
36305
|
CancelPaymentCategory$.inboundSchema = CancelPaymentCategory$inboundSchema;
|
|
36311
36306
|
CancelPaymentCategory$.outboundSchema = CancelPaymentCategory$outboundSchema;
|
|
36312
36307
|
})(CancelPaymentCategory$ ||= {});
|
|
36313
|
-
CancelPaymentInterval$inboundSchema = nativeEnumType(CancelPaymentInterval);
|
|
36314
|
-
CancelPaymentInterval$outboundSchema = CancelPaymentInterval$inboundSchema;
|
|
36315
|
-
((CancelPaymentInterval$) => {
|
|
36316
|
-
CancelPaymentInterval$.inboundSchema = CancelPaymentInterval$inboundSchema;
|
|
36317
|
-
CancelPaymentInterval$.outboundSchema = CancelPaymentInterval$outboundSchema;
|
|
36318
|
-
})(CancelPaymentInterval$ ||= {});
|
|
36319
36308
|
CancelPaymentRecurringAmount$inboundSchema = objectType({
|
|
36320
36309
|
currency: stringType(),
|
|
36321
36310
|
value: stringType()
|
|
@@ -36330,14 +36319,14 @@ var init_cancelpayment = __esm(() => {
|
|
|
36330
36319
|
})(CancelPaymentRecurringAmount$ ||= {});
|
|
36331
36320
|
CancelPaymentRecurring$inboundSchema = objectType({
|
|
36332
36321
|
description: stringType().optional(),
|
|
36333
|
-
interval:
|
|
36322
|
+
interval: stringType(),
|
|
36334
36323
|
amount: lazyType(() => CancelPaymentRecurringAmount$inboundSchema).optional(),
|
|
36335
36324
|
times: numberType().int().optional(),
|
|
36336
36325
|
startDate: nullableType(stringType()).optional()
|
|
36337
36326
|
});
|
|
36338
36327
|
CancelPaymentRecurring$outboundSchema = objectType({
|
|
36339
36328
|
description: stringType().optional(),
|
|
36340
|
-
interval:
|
|
36329
|
+
interval: stringType(),
|
|
36341
36330
|
amount: lazyType(() => CancelPaymentRecurringAmount$outboundSchema).optional(),
|
|
36342
36331
|
times: numberType().int().optional(),
|
|
36343
36332
|
startDate: nullableType(stringType()).optional()
|
|
@@ -37247,7 +37236,7 @@ var init_cancelrefund = __esm(() => {
|
|
|
37247
37236
|
});
|
|
37248
37237
|
|
|
37249
37238
|
// src/models/operations/cancelsubscription.ts
|
|
37250
|
-
var CancelSubscriptionMode, CancelSubscriptionStatus,
|
|
37239
|
+
var CancelSubscriptionMode, CancelSubscriptionStatus, CancelSubscriptionMethod, CancelSubscriptionRequestBody$inboundSchema, CancelSubscriptionRequestBody$outboundSchema, CancelSubscriptionRequestBody$, CancelSubscriptionRequest$inboundSchema, CancelSubscriptionRequest$outboundSchema, CancelSubscriptionRequest$, CancelSubscriptionNotFoundDocumentation$inboundSchema, CancelSubscriptionNotFoundDocumentation$outboundSchema, CancelSubscriptionNotFoundDocumentation$, CancelSubscriptionNotFoundLinks$inboundSchema, CancelSubscriptionNotFoundLinks$outboundSchema, CancelSubscriptionNotFoundLinks$, CancelSubscriptionMode$inboundSchema, CancelSubscriptionMode$outboundSchema, CancelSubscriptionMode$, CancelSubscriptionStatus$inboundSchema, CancelSubscriptionStatus$outboundSchema, CancelSubscriptionStatus$, CancelSubscriptionAmount$inboundSchema, CancelSubscriptionAmount$outboundSchema, CancelSubscriptionAmount$, CancelSubscriptionMethod$inboundSchema, CancelSubscriptionMethod$outboundSchema, CancelSubscriptionMethod$, CancelSubscriptionApplicationFeeAmount$inboundSchema, CancelSubscriptionApplicationFeeAmount$outboundSchema, CancelSubscriptionApplicationFeeAmount$, CancelSubscriptionApplicationFee$inboundSchema, CancelSubscriptionApplicationFee$outboundSchema, CancelSubscriptionApplicationFee$, CancelSubscriptionMetadata$inboundSchema, CancelSubscriptionMetadata$outboundSchema, CancelSubscriptionMetadata$, CancelSubscriptionSelf$inboundSchema, CancelSubscriptionSelf$outboundSchema, CancelSubscriptionSelf$, CancelSubscriptionCustomer$inboundSchema, CancelSubscriptionCustomer$outboundSchema, CancelSubscriptionCustomer$, CancelSubscriptionMandate$inboundSchema, CancelSubscriptionMandate$outboundSchema, CancelSubscriptionMandate$, CancelSubscriptionProfile$inboundSchema, CancelSubscriptionProfile$outboundSchema, CancelSubscriptionProfile$, CancelSubscriptionPayments$inboundSchema, CancelSubscriptionPayments$outboundSchema, CancelSubscriptionPayments$, CancelSubscriptionDocumentation$inboundSchema, CancelSubscriptionDocumentation$outboundSchema, CancelSubscriptionDocumentation$, CancelSubscriptionLinks$inboundSchema, CancelSubscriptionLinks$outboundSchema, CancelSubscriptionLinks$, CancelSubscriptionResponse$inboundSchema, CancelSubscriptionResponse$outboundSchema, CancelSubscriptionResponse$;
|
|
37251
37240
|
var init_cancelsubscription = __esm(() => {
|
|
37252
37241
|
init_esm();
|
|
37253
37242
|
init_primitives();
|
|
@@ -37262,11 +37251,6 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37262
37251
|
Suspended: "suspended",
|
|
37263
37252
|
Completed: "completed"
|
|
37264
37253
|
};
|
|
37265
|
-
CancelSubscriptionInterval = {
|
|
37266
|
-
DotDotDotDays: "... days",
|
|
37267
|
-
DotDotDotWeeks: "... weeks",
|
|
37268
|
-
DotDotDotMonths: "... months"
|
|
37269
|
-
};
|
|
37270
37254
|
CancelSubscriptionMethod = {
|
|
37271
37255
|
Creditcard: "creditcard",
|
|
37272
37256
|
Directdebit: "directdebit",
|
|
@@ -37350,12 +37334,6 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37350
37334
|
CancelSubscriptionAmount$.inboundSchema = CancelSubscriptionAmount$inboundSchema;
|
|
37351
37335
|
CancelSubscriptionAmount$.outboundSchema = CancelSubscriptionAmount$outboundSchema;
|
|
37352
37336
|
})(CancelSubscriptionAmount$ ||= {});
|
|
37353
|
-
CancelSubscriptionInterval$inboundSchema = nativeEnumType(CancelSubscriptionInterval);
|
|
37354
|
-
CancelSubscriptionInterval$outboundSchema = CancelSubscriptionInterval$inboundSchema;
|
|
37355
|
-
((CancelSubscriptionInterval$) => {
|
|
37356
|
-
CancelSubscriptionInterval$.inboundSchema = CancelSubscriptionInterval$inboundSchema;
|
|
37357
|
-
CancelSubscriptionInterval$.outboundSchema = CancelSubscriptionInterval$outboundSchema;
|
|
37358
|
-
})(CancelSubscriptionInterval$ ||= {});
|
|
37359
37337
|
CancelSubscriptionMethod$inboundSchema = nativeEnumType(CancelSubscriptionMethod);
|
|
37360
37338
|
CancelSubscriptionMethod$outboundSchema = CancelSubscriptionMethod$inboundSchema;
|
|
37361
37339
|
((CancelSubscriptionMethod$) => {
|
|
@@ -37491,8 +37469,8 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37491
37469
|
status: CancelSubscriptionStatus$inboundSchema,
|
|
37492
37470
|
amount: lazyType(() => CancelSubscriptionAmount$inboundSchema),
|
|
37493
37471
|
times: nullableType(numberType().int()),
|
|
37494
|
-
timesRemaining: numberType().int(),
|
|
37495
|
-
interval:
|
|
37472
|
+
timesRemaining: nullableType(numberType().int()),
|
|
37473
|
+
interval: stringType(),
|
|
37496
37474
|
startDate: stringType(),
|
|
37497
37475
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
37498
37476
|
description: stringType(),
|
|
@@ -37504,7 +37482,7 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37504
37482
|
mandateId: nullableType(stringType()).optional(),
|
|
37505
37483
|
createdAt: stringType(),
|
|
37506
37484
|
canceledAt: nullableType(stringType()).optional(),
|
|
37507
|
-
_links: lazyType(() => CancelSubscriptionLinks$inboundSchema)
|
|
37485
|
+
_links: lazyType(() => CancelSubscriptionLinks$inboundSchema)
|
|
37508
37486
|
}).transform((v2) => {
|
|
37509
37487
|
return remap(v2, {
|
|
37510
37488
|
_links: "links"
|
|
@@ -37517,8 +37495,8 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37517
37495
|
status: CancelSubscriptionStatus$outboundSchema,
|
|
37518
37496
|
amount: lazyType(() => CancelSubscriptionAmount$outboundSchema),
|
|
37519
37497
|
times: nullableType(numberType().int()),
|
|
37520
|
-
timesRemaining: numberType().int(),
|
|
37521
|
-
interval:
|
|
37498
|
+
timesRemaining: nullableType(numberType().int()),
|
|
37499
|
+
interval: stringType(),
|
|
37522
37500
|
startDate: stringType(),
|
|
37523
37501
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
37524
37502
|
description: stringType(),
|
|
@@ -37530,7 +37508,7 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37530
37508
|
mandateId: nullableType(stringType()).optional(),
|
|
37531
37509
|
createdAt: stringType(),
|
|
37532
37510
|
canceledAt: nullableType(stringType()).optional(),
|
|
37533
|
-
links: lazyType(() => CancelSubscriptionLinks$outboundSchema)
|
|
37511
|
+
links: lazyType(() => CancelSubscriptionLinks$outboundSchema)
|
|
37534
37512
|
}).transform((v2) => {
|
|
37535
37513
|
return remap(v2, {
|
|
37536
37514
|
links: "_links"
|
|
@@ -38275,7 +38253,7 @@ var init_createcustomer = __esm(() => {
|
|
|
38275
38253
|
});
|
|
38276
38254
|
|
|
38277
38255
|
// src/models/operations/createcustomerpayment.ts
|
|
38278
|
-
var CreateCustomerPaymentLineTypeRequest, CreateCustomerPaymentCategoryRequest, CreateCustomerPaymentIntervalRequest, CreateCustomerPaymentLocaleRequest, CreateCustomerPaymentMethodRequest, CreateCustomerPaymentCaptureModeRequest, CreateCustomerPaymentRoutingTypeRequest, CreateCustomerPaymentSequenceTypeRequest, CreateCustomerPaymentMode, CreateCustomerPaymentLineTypeResponse, CreateCustomerPaymentCategoryResponse, CreateCustomerPaymentIntervalResponse, CreateCustomerPaymentLocaleResponse, CreateCustomerPaymentMethodResponse, CreateCustomerPaymentCaptureModeResponse, CreateCustomerPaymentRoutingMode, CreateCustomerPaymentRoutingTypeResponse, CreateCustomerPaymentSequenceTypeResponse, CreateCustomerPaymentStatusEnum, CreateCustomerPaymentCode, CreateCustomerPaymentCardAudition, CreateCustomerPaymentCardLabel, CreateCustomerPaymentCardFunding, CreateCustomerPaymentCardSecurity, CreateCustomerPaymentFeeRegion, CreateCustomerPaymentFailureReason, CreateCustomerPaymentWallet, CreateCustomerPaymentSellerProtection, CreateCustomerPaymentCardReadMethod, CreateCustomerPaymentCardVerificationMethod, CreateCustomerPaymentAmountRequest$inboundSchema, CreateCustomerPaymentAmountRequest$outboundSchema, CreateCustomerPaymentAmountRequest$, CreateCustomerPaymentLineTypeRequest$inboundSchema, CreateCustomerPaymentLineTypeRequest$outboundSchema, CreateCustomerPaymentLineTypeRequest$, CreateCustomerPaymentUnitPriceRequest$inboundSchema, CreateCustomerPaymentUnitPriceRequest$outboundSchema, CreateCustomerPaymentUnitPriceRequest$, CreateCustomerPaymentDiscountAmountRequest$inboundSchema, CreateCustomerPaymentDiscountAmountRequest$outboundSchema, CreateCustomerPaymentDiscountAmountRequest$, CreateCustomerPaymentTotalAmountRequest$inboundSchema, CreateCustomerPaymentTotalAmountRequest$outboundSchema, CreateCustomerPaymentTotalAmountRequest$, CreateCustomerPaymentVatAmountRequest$inboundSchema, CreateCustomerPaymentVatAmountRequest$outboundSchema, CreateCustomerPaymentVatAmountRequest$, CreateCustomerPaymentCategoryRequest$inboundSchema, CreateCustomerPaymentCategoryRequest$outboundSchema, CreateCustomerPaymentCategoryRequest$, CreateCustomerPaymentIntervalRequest$inboundSchema, CreateCustomerPaymentIntervalRequest$outboundSchema, CreateCustomerPaymentIntervalRequest$, CreateCustomerPaymentRecurringAmountRequest$inboundSchema, CreateCustomerPaymentRecurringAmountRequest$outboundSchema, CreateCustomerPaymentRecurringAmountRequest$, CreateCustomerPaymentRecurringRequest$inboundSchema, CreateCustomerPaymentRecurringRequest$outboundSchema, CreateCustomerPaymentRecurringRequest$, CreateCustomerPaymentLineRequest$inboundSchema, CreateCustomerPaymentLineRequest$outboundSchema, CreateCustomerPaymentLineRequest$, CreateCustomerPaymentBillingAddressRequest$inboundSchema, CreateCustomerPaymentBillingAddressRequest$outboundSchema, CreateCustomerPaymentBillingAddressRequest$, CreateCustomerPaymentShippingAddressRequest$inboundSchema, CreateCustomerPaymentShippingAddressRequest$outboundSchema, CreateCustomerPaymentShippingAddressRequest$, CreateCustomerPaymentLocaleRequest$inboundSchema, CreateCustomerPaymentLocaleRequest$outboundSchema, CreateCustomerPaymentLocaleRequest$, CreateCustomerPaymentMethodRequest$inboundSchema, CreateCustomerPaymentMethodRequest$outboundSchema, CreateCustomerPaymentMethodRequest$, CreateCustomerPaymentMetadataRequest$inboundSchema, CreateCustomerPaymentMetadataRequest$outboundSchema, CreateCustomerPaymentMetadataRequest$, CreateCustomerPaymentCaptureModeRequest$inboundSchema, CreateCustomerPaymentCaptureModeRequest$outboundSchema, CreateCustomerPaymentCaptureModeRequest$, CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$, CreateCustomerPaymentApplicationFeeRequest$inboundSchema, CreateCustomerPaymentApplicationFeeRequest$outboundSchema, CreateCustomerPaymentApplicationFeeRequest$, CreateCustomerPaymentRoutingAmountRequest$inboundSchema, CreateCustomerPaymentRoutingAmountRequest$outboundSchema, CreateCustomerPaymentRoutingAmountRequest$, CreateCustomerPaymentRoutingTypeRequest$inboundSchema, CreateCustomerPaymentRoutingTypeRequest$outboundSchema, CreateCustomerPaymentRoutingTypeRequest$, CreateCustomerPaymentDestinationRequest$inboundSchema, CreateCustomerPaymentDestinationRequest$outboundSchema, CreateCustomerPaymentDestinationRequest$, CreateCustomerPaymentSelfRequest$inboundSchema, CreateCustomerPaymentSelfRequest$outboundSchema, CreateCustomerPaymentSelfRequest$, CreateCustomerPaymentPaymentRequest$inboundSchema, CreateCustomerPaymentPaymentRequest$outboundSchema, CreateCustomerPaymentPaymentRequest$, CreateCustomerPaymentLinksRequest$inboundSchema, CreateCustomerPaymentLinksRequest$outboundSchema, CreateCustomerPaymentLinksRequest$, CreateCustomerPaymentRoutingRequest$inboundSchema, CreateCustomerPaymentRoutingRequest$outboundSchema, CreateCustomerPaymentRoutingRequest$, CreateCustomerPaymentSequenceTypeRequest$inboundSchema, CreateCustomerPaymentSequenceTypeRequest$outboundSchema, CreateCustomerPaymentSequenceTypeRequest$, CreateCustomerPaymentCompany$inboundSchema, CreateCustomerPaymentCompany$outboundSchema, CreateCustomerPaymentCompany$, CreateCustomerPaymentRequestBody$inboundSchema, CreateCustomerPaymentRequestBody$outboundSchema, CreateCustomerPaymentRequestBody$, CreateCustomerPaymentRequest$inboundSchema, CreateCustomerPaymentRequest$outboundSchema, CreateCustomerPaymentRequest$, CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$, CreateCustomerPaymentServiceUnavailableLinks$inboundSchema, CreateCustomerPaymentServiceUnavailableLinks$outboundSchema, CreateCustomerPaymentServiceUnavailableLinks$, CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$, CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$, CreateCustomerPaymentMode$inboundSchema, CreateCustomerPaymentMode$outboundSchema, CreateCustomerPaymentMode$, CreateCustomerPaymentAmountResponse$inboundSchema, CreateCustomerPaymentAmountResponse$outboundSchema, CreateCustomerPaymentAmountResponse$, CreateCustomerPaymentAmountRefunded$inboundSchema, CreateCustomerPaymentAmountRefunded$outboundSchema, CreateCustomerPaymentAmountRefunded$, CreateCustomerPaymentAmountRemaining$inboundSchema, CreateCustomerPaymentAmountRemaining$outboundSchema, CreateCustomerPaymentAmountRemaining$, CreateCustomerPaymentAmountCaptured$inboundSchema, CreateCustomerPaymentAmountCaptured$outboundSchema, CreateCustomerPaymentAmountCaptured$, CreateCustomerPaymentAmountChargedBack$inboundSchema, CreateCustomerPaymentAmountChargedBack$outboundSchema, CreateCustomerPaymentAmountChargedBack$, CreateCustomerPaymentSettlementAmount$inboundSchema, CreateCustomerPaymentSettlementAmount$outboundSchema, CreateCustomerPaymentSettlementAmount$, CreateCustomerPaymentLineTypeResponse$inboundSchema, CreateCustomerPaymentLineTypeResponse$outboundSchema, CreateCustomerPaymentLineTypeResponse$, CreateCustomerPaymentUnitPriceResponse$inboundSchema, CreateCustomerPaymentUnitPriceResponse$outboundSchema, CreateCustomerPaymentUnitPriceResponse$, CreateCustomerPaymentDiscountAmountResponse$inboundSchema, CreateCustomerPaymentDiscountAmountResponse$outboundSchema, CreateCustomerPaymentDiscountAmountResponse$, CreateCustomerPaymentTotalAmountResponse$inboundSchema, CreateCustomerPaymentTotalAmountResponse$outboundSchema, CreateCustomerPaymentTotalAmountResponse$, CreateCustomerPaymentVatAmountResponse$inboundSchema, CreateCustomerPaymentVatAmountResponse$outboundSchema, CreateCustomerPaymentVatAmountResponse$, CreateCustomerPaymentCategoryResponse$inboundSchema, CreateCustomerPaymentCategoryResponse$outboundSchema, CreateCustomerPaymentCategoryResponse$, CreateCustomerPaymentIntervalResponse$inboundSchema, CreateCustomerPaymentIntervalResponse$outboundSchema, CreateCustomerPaymentIntervalResponse$, CreateCustomerPaymentRecurringAmountResponse$inboundSchema, CreateCustomerPaymentRecurringAmountResponse$outboundSchema, CreateCustomerPaymentRecurringAmountResponse$, CreateCustomerPaymentRecurringResponse$inboundSchema, CreateCustomerPaymentRecurringResponse$outboundSchema, CreateCustomerPaymentRecurringResponse$, CreateCustomerPaymentLineResponse$inboundSchema, CreateCustomerPaymentLineResponse$outboundSchema, CreateCustomerPaymentLineResponse$, CreateCustomerPaymentBillingAddressResponse$inboundSchema, CreateCustomerPaymentBillingAddressResponse$outboundSchema, CreateCustomerPaymentBillingAddressResponse$, CreateCustomerPaymentShippingAddressResponse$inboundSchema, CreateCustomerPaymentShippingAddressResponse$outboundSchema, CreateCustomerPaymentShippingAddressResponse$, CreateCustomerPaymentLocaleResponse$inboundSchema, CreateCustomerPaymentLocaleResponse$outboundSchema, CreateCustomerPaymentLocaleResponse$, CreateCustomerPaymentMethodResponse$inboundSchema, CreateCustomerPaymentMethodResponse$outboundSchema, CreateCustomerPaymentMethodResponse$, CreateCustomerPaymentMetadataResponse$inboundSchema, CreateCustomerPaymentMetadataResponse$outboundSchema, CreateCustomerPaymentMetadataResponse$, CreateCustomerPaymentCaptureModeResponse$inboundSchema, CreateCustomerPaymentCaptureModeResponse$outboundSchema, CreateCustomerPaymentCaptureModeResponse$, CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$, CreateCustomerPaymentApplicationFeeResponse$inboundSchema, CreateCustomerPaymentApplicationFeeResponse$outboundSchema, CreateCustomerPaymentApplicationFeeResponse$, CreateCustomerPaymentRoutingMode$inboundSchema, CreateCustomerPaymentRoutingMode$outboundSchema, CreateCustomerPaymentRoutingMode$, CreateCustomerPaymentRoutingAmountResponse$inboundSchema, CreateCustomerPaymentRoutingAmountResponse$outboundSchema, CreateCustomerPaymentRoutingAmountResponse$, CreateCustomerPaymentRoutingTypeResponse$inboundSchema, CreateCustomerPaymentRoutingTypeResponse$outboundSchema, CreateCustomerPaymentRoutingTypeResponse$, CreateCustomerPaymentDestinationResponse$inboundSchema, CreateCustomerPaymentDestinationResponse$outboundSchema, CreateCustomerPaymentDestinationResponse$, CreateCustomerPaymentRoutingSelfResponse$inboundSchema, CreateCustomerPaymentRoutingSelfResponse$outboundSchema, CreateCustomerPaymentRoutingSelfResponse$, CreateCustomerPaymentPaymentResponse$inboundSchema, CreateCustomerPaymentPaymentResponse$outboundSchema, CreateCustomerPaymentPaymentResponse$, CreateCustomerPaymentRoutingLinksResponse$inboundSchema, CreateCustomerPaymentRoutingLinksResponse$outboundSchema, CreateCustomerPaymentRoutingLinksResponse$, CreateCustomerPaymentRoutingResponse$inboundSchema, CreateCustomerPaymentRoutingResponse$outboundSchema, CreateCustomerPaymentRoutingResponse$, CreateCustomerPaymentSequenceTypeResponse$inboundSchema, CreateCustomerPaymentSequenceTypeResponse$outboundSchema, CreateCustomerPaymentSequenceTypeResponse$, CreateCustomerPaymentStatusEnum$inboundSchema, CreateCustomerPaymentStatusEnum$outboundSchema, CreateCustomerPaymentStatusEnum$, CreateCustomerPaymentCode$inboundSchema, CreateCustomerPaymentCode$outboundSchema, CreateCustomerPaymentCode$, CreateCustomerPaymentStatusReason$inboundSchema, CreateCustomerPaymentStatusReason$outboundSchema, CreateCustomerPaymentStatusReason$, CreateCustomerPaymentCardAudition$inboundSchema, CreateCustomerPaymentCardAudition$outboundSchema, CreateCustomerPaymentCardAudition$, CreateCustomerPaymentCardLabel$inboundSchema, CreateCustomerPaymentCardLabel$outboundSchema, CreateCustomerPaymentCardLabel$, CreateCustomerPaymentCardFunding$inboundSchema, CreateCustomerPaymentCardFunding$outboundSchema, CreateCustomerPaymentCardFunding$, CreateCustomerPaymentCardSecurity$inboundSchema, CreateCustomerPaymentCardSecurity$outboundSchema, CreateCustomerPaymentCardSecurity$, CreateCustomerPaymentFeeRegion$inboundSchema, CreateCustomerPaymentFeeRegion$outboundSchema, CreateCustomerPaymentFeeRegion$, CreateCustomerPaymentFailureReason$inboundSchema, CreateCustomerPaymentFailureReason$outboundSchema, CreateCustomerPaymentFailureReason$, CreateCustomerPaymentWallet$inboundSchema, CreateCustomerPaymentWallet$outboundSchema, CreateCustomerPaymentWallet$, CreateCustomerPaymentSellerProtection$inboundSchema, CreateCustomerPaymentSellerProtection$outboundSchema, CreateCustomerPaymentSellerProtection$, CreateCustomerPaymentPaypalFee$inboundSchema, CreateCustomerPaymentPaypalFee$outboundSchema, CreateCustomerPaymentPaypalFee$, CreateCustomerPaymentCardReadMethod$inboundSchema, CreateCustomerPaymentCardReadMethod$outboundSchema, CreateCustomerPaymentCardReadMethod$, CreateCustomerPaymentCardVerificationMethod$inboundSchema, CreateCustomerPaymentCardVerificationMethod$outboundSchema, CreateCustomerPaymentCardVerificationMethod$, CreateCustomerPaymentReceipt$inboundSchema, CreateCustomerPaymentReceipt$outboundSchema, CreateCustomerPaymentReceipt$, CreateCustomerPaymentQrCode$inboundSchema, CreateCustomerPaymentQrCode$outboundSchema, CreateCustomerPaymentQrCode$, CreateCustomerPaymentRemainderAmount$inboundSchema, CreateCustomerPaymentRemainderAmount$outboundSchema, CreateCustomerPaymentRemainderAmount$, CreateCustomerPaymentDetails$inboundSchema, CreateCustomerPaymentDetails$outboundSchema, CreateCustomerPaymentDetails$, CreateCustomerPaymentSelfResponse$inboundSchema, CreateCustomerPaymentSelfResponse$outboundSchema, CreateCustomerPaymentSelfResponse$, CreateCustomerPaymentCheckout$inboundSchema, CreateCustomerPaymentCheckout$outboundSchema, CreateCustomerPaymentCheckout$, CreateCustomerPaymentMobileAppCheckout$inboundSchema, CreateCustomerPaymentMobileAppCheckout$outboundSchema, CreateCustomerPaymentMobileAppCheckout$, CreateCustomerPaymentChangePaymentState$inboundSchema, CreateCustomerPaymentChangePaymentState$outboundSchema, CreateCustomerPaymentChangePaymentState$, CreateCustomerPaymentDashboard$inboundSchema, CreateCustomerPaymentDashboard$outboundSchema, CreateCustomerPaymentDashboard$, CreateCustomerPaymentRefunds$inboundSchema, CreateCustomerPaymentRefunds$outboundSchema, CreateCustomerPaymentRefunds$, CreateCustomerPaymentChargebacks$inboundSchema, CreateCustomerPaymentChargebacks$outboundSchema, CreateCustomerPaymentChargebacks$, CreateCustomerPaymentCaptures$inboundSchema, CreateCustomerPaymentCaptures$outboundSchema, CreateCustomerPaymentCaptures$, CreateCustomerPaymentSettlement$inboundSchema, CreateCustomerPaymentSettlement$outboundSchema, CreateCustomerPaymentSettlement$, CreateCustomerPaymentCustomer$inboundSchema, CreateCustomerPaymentCustomer$outboundSchema, CreateCustomerPaymentCustomer$, CreateCustomerPaymentMandate$inboundSchema, CreateCustomerPaymentMandate$outboundSchema, CreateCustomerPaymentMandate$, CreateCustomerPaymentSubscription$inboundSchema, CreateCustomerPaymentSubscription$outboundSchema, CreateCustomerPaymentSubscription$, CreateCustomerPaymentOrder$inboundSchema, CreateCustomerPaymentOrder$outboundSchema, CreateCustomerPaymentOrder$, CreateCustomerPaymentTerminal$inboundSchema, CreateCustomerPaymentTerminal$outboundSchema, CreateCustomerPaymentTerminal$, CreateCustomerPaymentDocumentation$inboundSchema, CreateCustomerPaymentDocumentation$outboundSchema, CreateCustomerPaymentDocumentation$, CreateCustomerPaymentLinksStatus$inboundSchema, CreateCustomerPaymentLinksStatus$outboundSchema, CreateCustomerPaymentLinksStatus$, CreateCustomerPaymentPayOnline$inboundSchema, CreateCustomerPaymentPayOnline$outboundSchema, CreateCustomerPaymentPayOnline$, CreateCustomerPaymentLinksResponse$inboundSchema, CreateCustomerPaymentLinksResponse$outboundSchema, CreateCustomerPaymentLinksResponse$, CreateCustomerPaymentResponse$inboundSchema, CreateCustomerPaymentResponse$outboundSchema, CreateCustomerPaymentResponse$;
|
|
38256
|
+
var CreateCustomerPaymentLineTypeRequest, CreateCustomerPaymentCategoryRequest, CreateCustomerPaymentLocaleRequest, CreateCustomerPaymentMethodRequest, CreateCustomerPaymentCaptureModeRequest, CreateCustomerPaymentRoutingTypeRequest, CreateCustomerPaymentSequenceTypeRequest, CreateCustomerPaymentMode, CreateCustomerPaymentLineTypeResponse, CreateCustomerPaymentCategoryResponse, CreateCustomerPaymentLocaleResponse, CreateCustomerPaymentMethodResponse, CreateCustomerPaymentCaptureModeResponse, CreateCustomerPaymentRoutingMode, CreateCustomerPaymentRoutingTypeResponse, CreateCustomerPaymentSequenceTypeResponse, CreateCustomerPaymentStatusEnum, CreateCustomerPaymentCode, CreateCustomerPaymentCardAudition, CreateCustomerPaymentCardLabel, CreateCustomerPaymentCardFunding, CreateCustomerPaymentCardSecurity, CreateCustomerPaymentFeeRegion, CreateCustomerPaymentFailureReason, CreateCustomerPaymentWallet, CreateCustomerPaymentSellerProtection, CreateCustomerPaymentCardReadMethod, CreateCustomerPaymentCardVerificationMethod, CreateCustomerPaymentAmountRequest$inboundSchema, CreateCustomerPaymentAmountRequest$outboundSchema, CreateCustomerPaymentAmountRequest$, CreateCustomerPaymentLineTypeRequest$inboundSchema, CreateCustomerPaymentLineTypeRequest$outboundSchema, CreateCustomerPaymentLineTypeRequest$, CreateCustomerPaymentUnitPriceRequest$inboundSchema, CreateCustomerPaymentUnitPriceRequest$outboundSchema, CreateCustomerPaymentUnitPriceRequest$, CreateCustomerPaymentDiscountAmountRequest$inboundSchema, CreateCustomerPaymentDiscountAmountRequest$outboundSchema, CreateCustomerPaymentDiscountAmountRequest$, CreateCustomerPaymentTotalAmountRequest$inboundSchema, CreateCustomerPaymentTotalAmountRequest$outboundSchema, CreateCustomerPaymentTotalAmountRequest$, CreateCustomerPaymentVatAmountRequest$inboundSchema, CreateCustomerPaymentVatAmountRequest$outboundSchema, CreateCustomerPaymentVatAmountRequest$, CreateCustomerPaymentCategoryRequest$inboundSchema, CreateCustomerPaymentCategoryRequest$outboundSchema, CreateCustomerPaymentCategoryRequest$, CreateCustomerPaymentRecurringAmountRequest$inboundSchema, CreateCustomerPaymentRecurringAmountRequest$outboundSchema, CreateCustomerPaymentRecurringAmountRequest$, CreateCustomerPaymentRecurringRequest$inboundSchema, CreateCustomerPaymentRecurringRequest$outboundSchema, CreateCustomerPaymentRecurringRequest$, CreateCustomerPaymentLineRequest$inboundSchema, CreateCustomerPaymentLineRequest$outboundSchema, CreateCustomerPaymentLineRequest$, CreateCustomerPaymentBillingAddressRequest$inboundSchema, CreateCustomerPaymentBillingAddressRequest$outboundSchema, CreateCustomerPaymentBillingAddressRequest$, CreateCustomerPaymentShippingAddressRequest$inboundSchema, CreateCustomerPaymentShippingAddressRequest$outboundSchema, CreateCustomerPaymentShippingAddressRequest$, CreateCustomerPaymentLocaleRequest$inboundSchema, CreateCustomerPaymentLocaleRequest$outboundSchema, CreateCustomerPaymentLocaleRequest$, CreateCustomerPaymentMethodRequest$inboundSchema, CreateCustomerPaymentMethodRequest$outboundSchema, CreateCustomerPaymentMethodRequest$, CreateCustomerPaymentMetadataRequest$inboundSchema, CreateCustomerPaymentMetadataRequest$outboundSchema, CreateCustomerPaymentMetadataRequest$, CreateCustomerPaymentCaptureModeRequest$inboundSchema, CreateCustomerPaymentCaptureModeRequest$outboundSchema, CreateCustomerPaymentCaptureModeRequest$, CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$, CreateCustomerPaymentApplicationFeeRequest$inboundSchema, CreateCustomerPaymentApplicationFeeRequest$outboundSchema, CreateCustomerPaymentApplicationFeeRequest$, CreateCustomerPaymentRoutingAmountRequest$inboundSchema, CreateCustomerPaymentRoutingAmountRequest$outboundSchema, CreateCustomerPaymentRoutingAmountRequest$, CreateCustomerPaymentRoutingTypeRequest$inboundSchema, CreateCustomerPaymentRoutingTypeRequest$outboundSchema, CreateCustomerPaymentRoutingTypeRequest$, CreateCustomerPaymentDestinationRequest$inboundSchema, CreateCustomerPaymentDestinationRequest$outboundSchema, CreateCustomerPaymentDestinationRequest$, CreateCustomerPaymentSelfRequest$inboundSchema, CreateCustomerPaymentSelfRequest$outboundSchema, CreateCustomerPaymentSelfRequest$, CreateCustomerPaymentPaymentRequest$inboundSchema, CreateCustomerPaymentPaymentRequest$outboundSchema, CreateCustomerPaymentPaymentRequest$, CreateCustomerPaymentLinksRequest$inboundSchema, CreateCustomerPaymentLinksRequest$outboundSchema, CreateCustomerPaymentLinksRequest$, CreateCustomerPaymentRoutingRequest$inboundSchema, CreateCustomerPaymentRoutingRequest$outboundSchema, CreateCustomerPaymentRoutingRequest$, CreateCustomerPaymentSequenceTypeRequest$inboundSchema, CreateCustomerPaymentSequenceTypeRequest$outboundSchema, CreateCustomerPaymentSequenceTypeRequest$, CreateCustomerPaymentCompany$inboundSchema, CreateCustomerPaymentCompany$outboundSchema, CreateCustomerPaymentCompany$, CreateCustomerPaymentRequestBody$inboundSchema, CreateCustomerPaymentRequestBody$outboundSchema, CreateCustomerPaymentRequestBody$, CreateCustomerPaymentRequest$inboundSchema, CreateCustomerPaymentRequest$outboundSchema, CreateCustomerPaymentRequest$, CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$, CreateCustomerPaymentServiceUnavailableLinks$inboundSchema, CreateCustomerPaymentServiceUnavailableLinks$outboundSchema, CreateCustomerPaymentServiceUnavailableLinks$, CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$, CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$, CreateCustomerPaymentMode$inboundSchema, CreateCustomerPaymentMode$outboundSchema, CreateCustomerPaymentMode$, CreateCustomerPaymentAmountResponse$inboundSchema, CreateCustomerPaymentAmountResponse$outboundSchema, CreateCustomerPaymentAmountResponse$, CreateCustomerPaymentAmountRefunded$inboundSchema, CreateCustomerPaymentAmountRefunded$outboundSchema, CreateCustomerPaymentAmountRefunded$, CreateCustomerPaymentAmountRemaining$inboundSchema, CreateCustomerPaymentAmountRemaining$outboundSchema, CreateCustomerPaymentAmountRemaining$, CreateCustomerPaymentAmountCaptured$inboundSchema, CreateCustomerPaymentAmountCaptured$outboundSchema, CreateCustomerPaymentAmountCaptured$, CreateCustomerPaymentAmountChargedBack$inboundSchema, CreateCustomerPaymentAmountChargedBack$outboundSchema, CreateCustomerPaymentAmountChargedBack$, CreateCustomerPaymentSettlementAmount$inboundSchema, CreateCustomerPaymentSettlementAmount$outboundSchema, CreateCustomerPaymentSettlementAmount$, CreateCustomerPaymentLineTypeResponse$inboundSchema, CreateCustomerPaymentLineTypeResponse$outboundSchema, CreateCustomerPaymentLineTypeResponse$, CreateCustomerPaymentUnitPriceResponse$inboundSchema, CreateCustomerPaymentUnitPriceResponse$outboundSchema, CreateCustomerPaymentUnitPriceResponse$, CreateCustomerPaymentDiscountAmountResponse$inboundSchema, CreateCustomerPaymentDiscountAmountResponse$outboundSchema, CreateCustomerPaymentDiscountAmountResponse$, CreateCustomerPaymentTotalAmountResponse$inboundSchema, CreateCustomerPaymentTotalAmountResponse$outboundSchema, CreateCustomerPaymentTotalAmountResponse$, CreateCustomerPaymentVatAmountResponse$inboundSchema, CreateCustomerPaymentVatAmountResponse$outboundSchema, CreateCustomerPaymentVatAmountResponse$, CreateCustomerPaymentCategoryResponse$inboundSchema, CreateCustomerPaymentCategoryResponse$outboundSchema, CreateCustomerPaymentCategoryResponse$, CreateCustomerPaymentRecurringAmountResponse$inboundSchema, CreateCustomerPaymentRecurringAmountResponse$outboundSchema, CreateCustomerPaymentRecurringAmountResponse$, CreateCustomerPaymentRecurringResponse$inboundSchema, CreateCustomerPaymentRecurringResponse$outboundSchema, CreateCustomerPaymentRecurringResponse$, CreateCustomerPaymentLineResponse$inboundSchema, CreateCustomerPaymentLineResponse$outboundSchema, CreateCustomerPaymentLineResponse$, CreateCustomerPaymentBillingAddressResponse$inboundSchema, CreateCustomerPaymentBillingAddressResponse$outboundSchema, CreateCustomerPaymentBillingAddressResponse$, CreateCustomerPaymentShippingAddressResponse$inboundSchema, CreateCustomerPaymentShippingAddressResponse$outboundSchema, CreateCustomerPaymentShippingAddressResponse$, CreateCustomerPaymentLocaleResponse$inboundSchema, CreateCustomerPaymentLocaleResponse$outboundSchema, CreateCustomerPaymentLocaleResponse$, CreateCustomerPaymentMethodResponse$inboundSchema, CreateCustomerPaymentMethodResponse$outboundSchema, CreateCustomerPaymentMethodResponse$, CreateCustomerPaymentMetadataResponse$inboundSchema, CreateCustomerPaymentMetadataResponse$outboundSchema, CreateCustomerPaymentMetadataResponse$, CreateCustomerPaymentCaptureModeResponse$inboundSchema, CreateCustomerPaymentCaptureModeResponse$outboundSchema, CreateCustomerPaymentCaptureModeResponse$, CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$, CreateCustomerPaymentApplicationFeeResponse$inboundSchema, CreateCustomerPaymentApplicationFeeResponse$outboundSchema, CreateCustomerPaymentApplicationFeeResponse$, CreateCustomerPaymentRoutingMode$inboundSchema, CreateCustomerPaymentRoutingMode$outboundSchema, CreateCustomerPaymentRoutingMode$, CreateCustomerPaymentRoutingAmountResponse$inboundSchema, CreateCustomerPaymentRoutingAmountResponse$outboundSchema, CreateCustomerPaymentRoutingAmountResponse$, CreateCustomerPaymentRoutingTypeResponse$inboundSchema, CreateCustomerPaymentRoutingTypeResponse$outboundSchema, CreateCustomerPaymentRoutingTypeResponse$, CreateCustomerPaymentDestinationResponse$inboundSchema, CreateCustomerPaymentDestinationResponse$outboundSchema, CreateCustomerPaymentDestinationResponse$, CreateCustomerPaymentRoutingSelfResponse$inboundSchema, CreateCustomerPaymentRoutingSelfResponse$outboundSchema, CreateCustomerPaymentRoutingSelfResponse$, CreateCustomerPaymentPaymentResponse$inboundSchema, CreateCustomerPaymentPaymentResponse$outboundSchema, CreateCustomerPaymentPaymentResponse$, CreateCustomerPaymentRoutingLinksResponse$inboundSchema, CreateCustomerPaymentRoutingLinksResponse$outboundSchema, CreateCustomerPaymentRoutingLinksResponse$, CreateCustomerPaymentRoutingResponse$inboundSchema, CreateCustomerPaymentRoutingResponse$outboundSchema, CreateCustomerPaymentRoutingResponse$, CreateCustomerPaymentSequenceTypeResponse$inboundSchema, CreateCustomerPaymentSequenceTypeResponse$outboundSchema, CreateCustomerPaymentSequenceTypeResponse$, CreateCustomerPaymentStatusEnum$inboundSchema, CreateCustomerPaymentStatusEnum$outboundSchema, CreateCustomerPaymentStatusEnum$, CreateCustomerPaymentCode$inboundSchema, CreateCustomerPaymentCode$outboundSchema, CreateCustomerPaymentCode$, CreateCustomerPaymentStatusReason$inboundSchema, CreateCustomerPaymentStatusReason$outboundSchema, CreateCustomerPaymentStatusReason$, CreateCustomerPaymentCardAudition$inboundSchema, CreateCustomerPaymentCardAudition$outboundSchema, CreateCustomerPaymentCardAudition$, CreateCustomerPaymentCardLabel$inboundSchema, CreateCustomerPaymentCardLabel$outboundSchema, CreateCustomerPaymentCardLabel$, CreateCustomerPaymentCardFunding$inboundSchema, CreateCustomerPaymentCardFunding$outboundSchema, CreateCustomerPaymentCardFunding$, CreateCustomerPaymentCardSecurity$inboundSchema, CreateCustomerPaymentCardSecurity$outboundSchema, CreateCustomerPaymentCardSecurity$, CreateCustomerPaymentFeeRegion$inboundSchema, CreateCustomerPaymentFeeRegion$outboundSchema, CreateCustomerPaymentFeeRegion$, CreateCustomerPaymentFailureReason$inboundSchema, CreateCustomerPaymentFailureReason$outboundSchema, CreateCustomerPaymentFailureReason$, CreateCustomerPaymentWallet$inboundSchema, CreateCustomerPaymentWallet$outboundSchema, CreateCustomerPaymentWallet$, CreateCustomerPaymentSellerProtection$inboundSchema, CreateCustomerPaymentSellerProtection$outboundSchema, CreateCustomerPaymentSellerProtection$, CreateCustomerPaymentPaypalFee$inboundSchema, CreateCustomerPaymentPaypalFee$outboundSchema, CreateCustomerPaymentPaypalFee$, CreateCustomerPaymentCardReadMethod$inboundSchema, CreateCustomerPaymentCardReadMethod$outboundSchema, CreateCustomerPaymentCardReadMethod$, CreateCustomerPaymentCardVerificationMethod$inboundSchema, CreateCustomerPaymentCardVerificationMethod$outboundSchema, CreateCustomerPaymentCardVerificationMethod$, CreateCustomerPaymentReceipt$inboundSchema, CreateCustomerPaymentReceipt$outboundSchema, CreateCustomerPaymentReceipt$, CreateCustomerPaymentQrCode$inboundSchema, CreateCustomerPaymentQrCode$outboundSchema, CreateCustomerPaymentQrCode$, CreateCustomerPaymentRemainderAmount$inboundSchema, CreateCustomerPaymentRemainderAmount$outboundSchema, CreateCustomerPaymentRemainderAmount$, CreateCustomerPaymentDetails$inboundSchema, CreateCustomerPaymentDetails$outboundSchema, CreateCustomerPaymentDetails$, CreateCustomerPaymentSelfResponse$inboundSchema, CreateCustomerPaymentSelfResponse$outboundSchema, CreateCustomerPaymentSelfResponse$, CreateCustomerPaymentCheckout$inboundSchema, CreateCustomerPaymentCheckout$outboundSchema, CreateCustomerPaymentCheckout$, CreateCustomerPaymentMobileAppCheckout$inboundSchema, CreateCustomerPaymentMobileAppCheckout$outboundSchema, CreateCustomerPaymentMobileAppCheckout$, CreateCustomerPaymentChangePaymentState$inboundSchema, CreateCustomerPaymentChangePaymentState$outboundSchema, CreateCustomerPaymentChangePaymentState$, CreateCustomerPaymentDashboard$inboundSchema, CreateCustomerPaymentDashboard$outboundSchema, CreateCustomerPaymentDashboard$, CreateCustomerPaymentRefunds$inboundSchema, CreateCustomerPaymentRefunds$outboundSchema, CreateCustomerPaymentRefunds$, CreateCustomerPaymentChargebacks$inboundSchema, CreateCustomerPaymentChargebacks$outboundSchema, CreateCustomerPaymentChargebacks$, CreateCustomerPaymentCaptures$inboundSchema, CreateCustomerPaymentCaptures$outboundSchema, CreateCustomerPaymentCaptures$, CreateCustomerPaymentSettlement$inboundSchema, CreateCustomerPaymentSettlement$outboundSchema, CreateCustomerPaymentSettlement$, CreateCustomerPaymentCustomer$inboundSchema, CreateCustomerPaymentCustomer$outboundSchema, CreateCustomerPaymentCustomer$, CreateCustomerPaymentMandate$inboundSchema, CreateCustomerPaymentMandate$outboundSchema, CreateCustomerPaymentMandate$, CreateCustomerPaymentSubscription$inboundSchema, CreateCustomerPaymentSubscription$outboundSchema, CreateCustomerPaymentSubscription$, CreateCustomerPaymentOrder$inboundSchema, CreateCustomerPaymentOrder$outboundSchema, CreateCustomerPaymentOrder$, CreateCustomerPaymentTerminal$inboundSchema, CreateCustomerPaymentTerminal$outboundSchema, CreateCustomerPaymentTerminal$, CreateCustomerPaymentDocumentation$inboundSchema, CreateCustomerPaymentDocumentation$outboundSchema, CreateCustomerPaymentDocumentation$, CreateCustomerPaymentLinksStatus$inboundSchema, CreateCustomerPaymentLinksStatus$outboundSchema, CreateCustomerPaymentLinksStatus$, CreateCustomerPaymentPayOnline$inboundSchema, CreateCustomerPaymentPayOnline$outboundSchema, CreateCustomerPaymentPayOnline$, CreateCustomerPaymentLinksResponse$inboundSchema, CreateCustomerPaymentLinksResponse$outboundSchema, CreateCustomerPaymentLinksResponse$, CreateCustomerPaymentResponse$inboundSchema, CreateCustomerPaymentResponse$outboundSchema, CreateCustomerPaymentResponse$;
|
|
38279
38257
|
var init_createcustomerpayment = __esm(() => {
|
|
38280
38258
|
init_esm();
|
|
38281
38259
|
init_primitives();
|
|
@@ -38296,11 +38274,6 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38296
38274
|
Gift: "gift",
|
|
38297
38275
|
SportCulture: "sport_culture"
|
|
38298
38276
|
};
|
|
38299
|
-
CreateCustomerPaymentIntervalRequest = {
|
|
38300
|
-
DotDotDotMonths: "... months",
|
|
38301
|
-
DotDotDotWeeks: "... weeks",
|
|
38302
|
-
DotDotDotDays: "... days"
|
|
38303
|
-
};
|
|
38304
38277
|
CreateCustomerPaymentLocaleRequest = {
|
|
38305
38278
|
EnUS: "en_US",
|
|
38306
38279
|
EnGB: "en_GB",
|
|
@@ -38395,11 +38368,6 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38395
38368
|
Gift: "gift",
|
|
38396
38369
|
SportCulture: "sport_culture"
|
|
38397
38370
|
};
|
|
38398
|
-
CreateCustomerPaymentIntervalResponse = {
|
|
38399
|
-
DotDotDotMonths: "... months",
|
|
38400
|
-
DotDotDotWeeks: "... weeks",
|
|
38401
|
-
DotDotDotDays: "... days"
|
|
38402
|
-
};
|
|
38403
38371
|
CreateCustomerPaymentLocaleResponse = {
|
|
38404
38372
|
EnUS: "en_US",
|
|
38405
38373
|
EnGB: "en_GB",
|
|
@@ -38766,12 +38734,6 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38766
38734
|
CreateCustomerPaymentCategoryRequest$.inboundSchema = CreateCustomerPaymentCategoryRequest$inboundSchema;
|
|
38767
38735
|
CreateCustomerPaymentCategoryRequest$.outboundSchema = CreateCustomerPaymentCategoryRequest$outboundSchema;
|
|
38768
38736
|
})(CreateCustomerPaymentCategoryRequest$ ||= {});
|
|
38769
|
-
CreateCustomerPaymentIntervalRequest$inboundSchema = nativeEnumType(CreateCustomerPaymentIntervalRequest);
|
|
38770
|
-
CreateCustomerPaymentIntervalRequest$outboundSchema = CreateCustomerPaymentIntervalRequest$inboundSchema;
|
|
38771
|
-
((CreateCustomerPaymentIntervalRequest$) => {
|
|
38772
|
-
CreateCustomerPaymentIntervalRequest$.inboundSchema = CreateCustomerPaymentIntervalRequest$inboundSchema;
|
|
38773
|
-
CreateCustomerPaymentIntervalRequest$.outboundSchema = CreateCustomerPaymentIntervalRequest$outboundSchema;
|
|
38774
|
-
})(CreateCustomerPaymentIntervalRequest$ ||= {});
|
|
38775
38737
|
CreateCustomerPaymentRecurringAmountRequest$inboundSchema = objectType({
|
|
38776
38738
|
currency: stringType(),
|
|
38777
38739
|
value: stringType()
|
|
@@ -38786,14 +38748,14 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38786
38748
|
})(CreateCustomerPaymentRecurringAmountRequest$ ||= {});
|
|
38787
38749
|
CreateCustomerPaymentRecurringRequest$inboundSchema = objectType({
|
|
38788
38750
|
description: stringType().optional(),
|
|
38789
|
-
interval:
|
|
38751
|
+
interval: stringType(),
|
|
38790
38752
|
amount: lazyType(() => CreateCustomerPaymentRecurringAmountRequest$inboundSchema).optional(),
|
|
38791
38753
|
times: numberType().int().optional(),
|
|
38792
38754
|
startDate: nullableType(stringType()).optional()
|
|
38793
38755
|
});
|
|
38794
38756
|
CreateCustomerPaymentRecurringRequest$outboundSchema = objectType({
|
|
38795
38757
|
description: stringType().optional(),
|
|
38796
|
-
interval:
|
|
38758
|
+
interval: stringType(),
|
|
38797
38759
|
amount: lazyType(() => CreateCustomerPaymentRecurringAmountRequest$outboundSchema).optional(),
|
|
38798
38760
|
times: numberType().int().optional(),
|
|
38799
38761
|
startDate: nullableType(stringType()).optional()
|
|
@@ -39338,12 +39300,6 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
39338
39300
|
CreateCustomerPaymentCategoryResponse$.inboundSchema = CreateCustomerPaymentCategoryResponse$inboundSchema;
|
|
39339
39301
|
CreateCustomerPaymentCategoryResponse$.outboundSchema = CreateCustomerPaymentCategoryResponse$outboundSchema;
|
|
39340
39302
|
})(CreateCustomerPaymentCategoryResponse$ ||= {});
|
|
39341
|
-
CreateCustomerPaymentIntervalResponse$inboundSchema = nativeEnumType(CreateCustomerPaymentIntervalResponse);
|
|
39342
|
-
CreateCustomerPaymentIntervalResponse$outboundSchema = CreateCustomerPaymentIntervalResponse$inboundSchema;
|
|
39343
|
-
((CreateCustomerPaymentIntervalResponse$) => {
|
|
39344
|
-
CreateCustomerPaymentIntervalResponse$.inboundSchema = CreateCustomerPaymentIntervalResponse$inboundSchema;
|
|
39345
|
-
CreateCustomerPaymentIntervalResponse$.outboundSchema = CreateCustomerPaymentIntervalResponse$outboundSchema;
|
|
39346
|
-
})(CreateCustomerPaymentIntervalResponse$ ||= {});
|
|
39347
39303
|
CreateCustomerPaymentRecurringAmountResponse$inboundSchema = objectType({
|
|
39348
39304
|
currency: stringType(),
|
|
39349
39305
|
value: stringType()
|
|
@@ -39358,14 +39314,14 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
39358
39314
|
})(CreateCustomerPaymentRecurringAmountResponse$ ||= {});
|
|
39359
39315
|
CreateCustomerPaymentRecurringResponse$inboundSchema = objectType({
|
|
39360
39316
|
description: stringType().optional(),
|
|
39361
|
-
interval:
|
|
39317
|
+
interval: stringType(),
|
|
39362
39318
|
amount: lazyType(() => CreateCustomerPaymentRecurringAmountResponse$inboundSchema).optional(),
|
|
39363
39319
|
times: numberType().int().optional(),
|
|
39364
39320
|
startDate: nullableType(stringType()).optional()
|
|
39365
39321
|
});
|
|
39366
39322
|
CreateCustomerPaymentRecurringResponse$outboundSchema = objectType({
|
|
39367
39323
|
description: stringType().optional(),
|
|
39368
|
-
interval:
|
|
39324
|
+
interval: stringType(),
|
|
39369
39325
|
amount: lazyType(() => CreateCustomerPaymentRecurringAmountResponse$outboundSchema).optional(),
|
|
39370
39326
|
times: numberType().int().optional(),
|
|
39371
39327
|
startDate: nullableType(stringType()).optional()
|
|
@@ -40487,7 +40443,7 @@ var init_createmandate = __esm(() => {
|
|
|
40487
40443
|
});
|
|
40488
40444
|
|
|
40489
40445
|
// src/models/operations/createpayment.ts
|
|
40490
|
-
var CreatePaymentInclude, CreatePaymentLineTypeRequest, CreatePaymentCategoryRequest, CreatePaymentIntervalRequest, CreatePaymentLocaleRequest, CreatePaymentMethodRequest, CreatePaymentCaptureModeRequest, CreatePaymentRoutingTypeRequest, CreatePaymentSequenceTypeRequest, CreatePaymentMode, CreatePaymentLineTypeResponse, CreatePaymentCategoryResponse, CreatePaymentIntervalResponse, CreatePaymentLocaleResponse, CreatePaymentMethodResponse, CreatePaymentCaptureModeResponse, CreatePaymentRoutingMode, CreatePaymentRoutingTypeResponse, CreatePaymentSequenceTypeResponse, CreatePaymentStatusEnum, CreatePaymentCode, CreatePaymentCardAudition, CreatePaymentCardLabel, CreatePaymentCardFunding, CreatePaymentCardSecurity, CreatePaymentFeeRegion, CreatePaymentFailureReason, CreatePaymentWallet, CreatePaymentSellerProtection, CreatePaymentCardReadMethod, CreatePaymentCardVerificationMethod, CreatePaymentInclude$inboundSchema, CreatePaymentInclude$outboundSchema, CreatePaymentInclude$, CreatePaymentAmountRequest$inboundSchema, CreatePaymentAmountRequest$outboundSchema, CreatePaymentAmountRequest$, CreatePaymentLineTypeRequest$inboundSchema, CreatePaymentLineTypeRequest$outboundSchema, CreatePaymentLineTypeRequest$, CreatePaymentUnitPriceRequest$inboundSchema, CreatePaymentUnitPriceRequest$outboundSchema, CreatePaymentUnitPriceRequest$, CreatePaymentDiscountAmountRequest$inboundSchema, CreatePaymentDiscountAmountRequest$outboundSchema, CreatePaymentDiscountAmountRequest$, CreatePaymentTotalAmountRequest$inboundSchema, CreatePaymentTotalAmountRequest$outboundSchema, CreatePaymentTotalAmountRequest$, CreatePaymentVatAmountRequest$inboundSchema, CreatePaymentVatAmountRequest$outboundSchema, CreatePaymentVatAmountRequest$, CreatePaymentCategoryRequest$inboundSchema, CreatePaymentCategoryRequest$outboundSchema, CreatePaymentCategoryRequest$, CreatePaymentIntervalRequest$inboundSchema, CreatePaymentIntervalRequest$outboundSchema, CreatePaymentIntervalRequest$, CreatePaymentRecurringAmountRequest$inboundSchema, CreatePaymentRecurringAmountRequest$outboundSchema, CreatePaymentRecurringAmountRequest$, CreatePaymentRecurringRequest$inboundSchema, CreatePaymentRecurringRequest$outboundSchema, CreatePaymentRecurringRequest$, CreatePaymentLineRequest$inboundSchema, CreatePaymentLineRequest$outboundSchema, CreatePaymentLineRequest$, CreatePaymentBillingAddressRequest$inboundSchema, CreatePaymentBillingAddressRequest$outboundSchema, CreatePaymentBillingAddressRequest$, CreatePaymentShippingAddressRequest$inboundSchema, CreatePaymentShippingAddressRequest$outboundSchema, CreatePaymentShippingAddressRequest$, CreatePaymentLocaleRequest$inboundSchema, CreatePaymentLocaleRequest$outboundSchema, CreatePaymentLocaleRequest$, CreatePaymentMethodRequest$inboundSchema, CreatePaymentMethodRequest$outboundSchema, CreatePaymentMethodRequest$, CreatePaymentMetadataRequest$inboundSchema, CreatePaymentMetadataRequest$outboundSchema, CreatePaymentMetadataRequest$, CreatePaymentCaptureModeRequest$inboundSchema, CreatePaymentCaptureModeRequest$outboundSchema, CreatePaymentCaptureModeRequest$, CreatePaymentApplicationFeeAmountRequest$inboundSchema, CreatePaymentApplicationFeeAmountRequest$outboundSchema, CreatePaymentApplicationFeeAmountRequest$, CreatePaymentApplicationFeeRequest$inboundSchema, CreatePaymentApplicationFeeRequest$outboundSchema, CreatePaymentApplicationFeeRequest$, CreatePaymentRoutingAmountRequest$inboundSchema, CreatePaymentRoutingAmountRequest$outboundSchema, CreatePaymentRoutingAmountRequest$, CreatePaymentRoutingTypeRequest$inboundSchema, CreatePaymentRoutingTypeRequest$outboundSchema, CreatePaymentRoutingTypeRequest$, CreatePaymentDestinationRequest$inboundSchema, CreatePaymentDestinationRequest$outboundSchema, CreatePaymentDestinationRequest$, CreatePaymentSelfRequest$inboundSchema, CreatePaymentSelfRequest$outboundSchema, CreatePaymentSelfRequest$, CreatePaymentPaymentRequest$inboundSchema, CreatePaymentPaymentRequest$outboundSchema, CreatePaymentPaymentRequest$, CreatePaymentLinksRequest$inboundSchema, CreatePaymentLinksRequest$outboundSchema, CreatePaymentLinksRequest$, CreatePaymentRoutingRequest$inboundSchema, CreatePaymentRoutingRequest$outboundSchema, CreatePaymentRoutingRequest$, CreatePaymentSequenceTypeRequest$inboundSchema, CreatePaymentSequenceTypeRequest$outboundSchema, CreatePaymentSequenceTypeRequest$, CreatePaymentCompany$inboundSchema, CreatePaymentCompany$outboundSchema, CreatePaymentCompany$, CreatePaymentRequestBody$inboundSchema, CreatePaymentRequestBody$outboundSchema, CreatePaymentRequestBody$, CreatePaymentRequest$inboundSchema, CreatePaymentRequest$outboundSchema, CreatePaymentRequest$, CreatePaymentServiceUnavailableDocumentation$inboundSchema, CreatePaymentServiceUnavailableDocumentation$outboundSchema, CreatePaymentServiceUnavailableDocumentation$, CreatePaymentServiceUnavailableLinks$inboundSchema, CreatePaymentServiceUnavailableLinks$outboundSchema, CreatePaymentServiceUnavailableLinks$, CreatePaymentUnprocessableEntityDocumentation$inboundSchema, CreatePaymentUnprocessableEntityDocumentation$outboundSchema, CreatePaymentUnprocessableEntityDocumentation$, CreatePaymentUnprocessableEntityLinks$inboundSchema, CreatePaymentUnprocessableEntityLinks$outboundSchema, CreatePaymentUnprocessableEntityLinks$, CreatePaymentMode$inboundSchema, CreatePaymentMode$outboundSchema, CreatePaymentMode$, CreatePaymentAmountResponse$inboundSchema, CreatePaymentAmountResponse$outboundSchema, CreatePaymentAmountResponse$, CreatePaymentAmountRefunded$inboundSchema, CreatePaymentAmountRefunded$outboundSchema, CreatePaymentAmountRefunded$, CreatePaymentAmountRemaining$inboundSchema, CreatePaymentAmountRemaining$outboundSchema, CreatePaymentAmountRemaining$, CreatePaymentAmountCaptured$inboundSchema, CreatePaymentAmountCaptured$outboundSchema, CreatePaymentAmountCaptured$, CreatePaymentAmountChargedBack$inboundSchema, CreatePaymentAmountChargedBack$outboundSchema, CreatePaymentAmountChargedBack$, CreatePaymentSettlementAmount$inboundSchema, CreatePaymentSettlementAmount$outboundSchema, CreatePaymentSettlementAmount$, CreatePaymentLineTypeResponse$inboundSchema, CreatePaymentLineTypeResponse$outboundSchema, CreatePaymentLineTypeResponse$, CreatePaymentUnitPriceResponse$inboundSchema, CreatePaymentUnitPriceResponse$outboundSchema, CreatePaymentUnitPriceResponse$, CreatePaymentDiscountAmountResponse$inboundSchema, CreatePaymentDiscountAmountResponse$outboundSchema, CreatePaymentDiscountAmountResponse$, CreatePaymentTotalAmountResponse$inboundSchema, CreatePaymentTotalAmountResponse$outboundSchema, CreatePaymentTotalAmountResponse$, CreatePaymentVatAmountResponse$inboundSchema, CreatePaymentVatAmountResponse$outboundSchema, CreatePaymentVatAmountResponse$, CreatePaymentCategoryResponse$inboundSchema, CreatePaymentCategoryResponse$outboundSchema, CreatePaymentCategoryResponse$, CreatePaymentIntervalResponse$inboundSchema, CreatePaymentIntervalResponse$outboundSchema, CreatePaymentIntervalResponse$, CreatePaymentRecurringAmountResponse$inboundSchema, CreatePaymentRecurringAmountResponse$outboundSchema, CreatePaymentRecurringAmountResponse$, CreatePaymentRecurringResponse$inboundSchema, CreatePaymentRecurringResponse$outboundSchema, CreatePaymentRecurringResponse$, CreatePaymentLineResponse$inboundSchema, CreatePaymentLineResponse$outboundSchema, CreatePaymentLineResponse$, CreatePaymentBillingAddressResponse$inboundSchema, CreatePaymentBillingAddressResponse$outboundSchema, CreatePaymentBillingAddressResponse$, CreatePaymentShippingAddressResponse$inboundSchema, CreatePaymentShippingAddressResponse$outboundSchema, CreatePaymentShippingAddressResponse$, CreatePaymentLocaleResponse$inboundSchema, CreatePaymentLocaleResponse$outboundSchema, CreatePaymentLocaleResponse$, CreatePaymentMethodResponse$inboundSchema, CreatePaymentMethodResponse$outboundSchema, CreatePaymentMethodResponse$, CreatePaymentMetadataResponse$inboundSchema, CreatePaymentMetadataResponse$outboundSchema, CreatePaymentMetadataResponse$, CreatePaymentCaptureModeResponse$inboundSchema, CreatePaymentCaptureModeResponse$outboundSchema, CreatePaymentCaptureModeResponse$, CreatePaymentApplicationFeeAmountResponse$inboundSchema, CreatePaymentApplicationFeeAmountResponse$outboundSchema, CreatePaymentApplicationFeeAmountResponse$, CreatePaymentApplicationFeeResponse$inboundSchema, CreatePaymentApplicationFeeResponse$outboundSchema, CreatePaymentApplicationFeeResponse$, CreatePaymentRoutingMode$inboundSchema, CreatePaymentRoutingMode$outboundSchema, CreatePaymentRoutingMode$, CreatePaymentRoutingAmountResponse$inboundSchema, CreatePaymentRoutingAmountResponse$outboundSchema, CreatePaymentRoutingAmountResponse$, CreatePaymentRoutingTypeResponse$inboundSchema, CreatePaymentRoutingTypeResponse$outboundSchema, CreatePaymentRoutingTypeResponse$, CreatePaymentDestinationResponse$inboundSchema, CreatePaymentDestinationResponse$outboundSchema, CreatePaymentDestinationResponse$, CreatePaymentRoutingSelfResponse$inboundSchema, CreatePaymentRoutingSelfResponse$outboundSchema, CreatePaymentRoutingSelfResponse$, CreatePaymentPaymentResponse$inboundSchema, CreatePaymentPaymentResponse$outboundSchema, CreatePaymentPaymentResponse$, CreatePaymentRoutingLinksResponse$inboundSchema, CreatePaymentRoutingLinksResponse$outboundSchema, CreatePaymentRoutingLinksResponse$, CreatePaymentRoutingResponse$inboundSchema, CreatePaymentRoutingResponse$outboundSchema, CreatePaymentRoutingResponse$, CreatePaymentSequenceTypeResponse$inboundSchema, CreatePaymentSequenceTypeResponse$outboundSchema, CreatePaymentSequenceTypeResponse$, CreatePaymentStatusEnum$inboundSchema, CreatePaymentStatusEnum$outboundSchema, CreatePaymentStatusEnum$, CreatePaymentCode$inboundSchema, CreatePaymentCode$outboundSchema, CreatePaymentCode$, CreatePaymentStatusReason$inboundSchema, CreatePaymentStatusReason$outboundSchema, CreatePaymentStatusReason$, CreatePaymentCardAudition$inboundSchema, CreatePaymentCardAudition$outboundSchema, CreatePaymentCardAudition$, CreatePaymentCardLabel$inboundSchema, CreatePaymentCardLabel$outboundSchema, CreatePaymentCardLabel$, CreatePaymentCardFunding$inboundSchema, CreatePaymentCardFunding$outboundSchema, CreatePaymentCardFunding$, CreatePaymentCardSecurity$inboundSchema, CreatePaymentCardSecurity$outboundSchema, CreatePaymentCardSecurity$, CreatePaymentFeeRegion$inboundSchema, CreatePaymentFeeRegion$outboundSchema, CreatePaymentFeeRegion$, CreatePaymentFailureReason$inboundSchema, CreatePaymentFailureReason$outboundSchema, CreatePaymentFailureReason$, CreatePaymentWallet$inboundSchema, CreatePaymentWallet$outboundSchema, CreatePaymentWallet$, CreatePaymentSellerProtection$inboundSchema, CreatePaymentSellerProtection$outboundSchema, CreatePaymentSellerProtection$, CreatePaymentPaypalFee$inboundSchema, CreatePaymentPaypalFee$outboundSchema, CreatePaymentPaypalFee$, CreatePaymentCardReadMethod$inboundSchema, CreatePaymentCardReadMethod$outboundSchema, CreatePaymentCardReadMethod$, CreatePaymentCardVerificationMethod$inboundSchema, CreatePaymentCardVerificationMethod$outboundSchema, CreatePaymentCardVerificationMethod$, CreatePaymentReceipt$inboundSchema, CreatePaymentReceipt$outboundSchema, CreatePaymentReceipt$, CreatePaymentQrCode$inboundSchema, CreatePaymentQrCode$outboundSchema, CreatePaymentQrCode$, CreatePaymentRemainderAmount$inboundSchema, CreatePaymentRemainderAmount$outboundSchema, CreatePaymentRemainderAmount$, CreatePaymentDetails$inboundSchema, CreatePaymentDetails$outboundSchema, CreatePaymentDetails$, CreatePaymentSelfResponse$inboundSchema, CreatePaymentSelfResponse$outboundSchema, CreatePaymentSelfResponse$, CreatePaymentCheckout$inboundSchema, CreatePaymentCheckout$outboundSchema, CreatePaymentCheckout$, CreatePaymentMobileAppCheckout$inboundSchema, CreatePaymentMobileAppCheckout$outboundSchema, CreatePaymentMobileAppCheckout$, CreatePaymentChangePaymentState$inboundSchema, CreatePaymentChangePaymentState$outboundSchema, CreatePaymentChangePaymentState$, CreatePaymentDashboard$inboundSchema, CreatePaymentDashboard$outboundSchema, CreatePaymentDashboard$, CreatePaymentRefunds$inboundSchema, CreatePaymentRefunds$outboundSchema, CreatePaymentRefunds$, CreatePaymentChargebacks$inboundSchema, CreatePaymentChargebacks$outboundSchema, CreatePaymentChargebacks$, CreatePaymentCaptures$inboundSchema, CreatePaymentCaptures$outboundSchema, CreatePaymentCaptures$, CreatePaymentSettlement$inboundSchema, CreatePaymentSettlement$outboundSchema, CreatePaymentSettlement$, CreatePaymentCustomer$inboundSchema, CreatePaymentCustomer$outboundSchema, CreatePaymentCustomer$, CreatePaymentMandate$inboundSchema, CreatePaymentMandate$outboundSchema, CreatePaymentMandate$, CreatePaymentSubscription$inboundSchema, CreatePaymentSubscription$outboundSchema, CreatePaymentSubscription$, CreatePaymentOrder$inboundSchema, CreatePaymentOrder$outboundSchema, CreatePaymentOrder$, CreatePaymentTerminal$inboundSchema, CreatePaymentTerminal$outboundSchema, CreatePaymentTerminal$, CreatePaymentDocumentation$inboundSchema, CreatePaymentDocumentation$outboundSchema, CreatePaymentDocumentation$, CreatePaymentLinksStatus$inboundSchema, CreatePaymentLinksStatus$outboundSchema, CreatePaymentLinksStatus$, CreatePaymentPayOnline$inboundSchema, CreatePaymentPayOnline$outboundSchema, CreatePaymentPayOnline$, CreatePaymentLinksResponse$inboundSchema, CreatePaymentLinksResponse$outboundSchema, CreatePaymentLinksResponse$, CreatePaymentResponse$inboundSchema, CreatePaymentResponse$outboundSchema, CreatePaymentResponse$;
|
|
40446
|
+
var CreatePaymentInclude, CreatePaymentLineTypeRequest, CreatePaymentCategoryRequest, CreatePaymentLocaleRequest, CreatePaymentMethodRequest, CreatePaymentCaptureModeRequest, CreatePaymentRoutingTypeRequest, CreatePaymentSequenceTypeRequest, CreatePaymentMode, CreatePaymentLineTypeResponse, CreatePaymentCategoryResponse, CreatePaymentLocaleResponse, CreatePaymentMethodResponse, CreatePaymentCaptureModeResponse, CreatePaymentRoutingMode, CreatePaymentRoutingTypeResponse, CreatePaymentSequenceTypeResponse, CreatePaymentStatusEnum, CreatePaymentCode, CreatePaymentCardAudition, CreatePaymentCardLabel, CreatePaymentCardFunding, CreatePaymentCardSecurity, CreatePaymentFeeRegion, CreatePaymentFailureReason, CreatePaymentWallet, CreatePaymentSellerProtection, CreatePaymentCardReadMethod, CreatePaymentCardVerificationMethod, CreatePaymentInclude$inboundSchema, CreatePaymentInclude$outboundSchema, CreatePaymentInclude$, CreatePaymentAmountRequest$inboundSchema, CreatePaymentAmountRequest$outboundSchema, CreatePaymentAmountRequest$, CreatePaymentLineTypeRequest$inboundSchema, CreatePaymentLineTypeRequest$outboundSchema, CreatePaymentLineTypeRequest$, CreatePaymentUnitPriceRequest$inboundSchema, CreatePaymentUnitPriceRequest$outboundSchema, CreatePaymentUnitPriceRequest$, CreatePaymentDiscountAmountRequest$inboundSchema, CreatePaymentDiscountAmountRequest$outboundSchema, CreatePaymentDiscountAmountRequest$, CreatePaymentTotalAmountRequest$inboundSchema, CreatePaymentTotalAmountRequest$outboundSchema, CreatePaymentTotalAmountRequest$, CreatePaymentVatAmountRequest$inboundSchema, CreatePaymentVatAmountRequest$outboundSchema, CreatePaymentVatAmountRequest$, CreatePaymentCategoryRequest$inboundSchema, CreatePaymentCategoryRequest$outboundSchema, CreatePaymentCategoryRequest$, CreatePaymentRecurringAmountRequest$inboundSchema, CreatePaymentRecurringAmountRequest$outboundSchema, CreatePaymentRecurringAmountRequest$, CreatePaymentRecurringRequest$inboundSchema, CreatePaymentRecurringRequest$outboundSchema, CreatePaymentRecurringRequest$, CreatePaymentLineRequest$inboundSchema, CreatePaymentLineRequest$outboundSchema, CreatePaymentLineRequest$, CreatePaymentBillingAddressRequest$inboundSchema, CreatePaymentBillingAddressRequest$outboundSchema, CreatePaymentBillingAddressRequest$, CreatePaymentShippingAddressRequest$inboundSchema, CreatePaymentShippingAddressRequest$outboundSchema, CreatePaymentShippingAddressRequest$, CreatePaymentLocaleRequest$inboundSchema, CreatePaymentLocaleRequest$outboundSchema, CreatePaymentLocaleRequest$, CreatePaymentMethodRequest$inboundSchema, CreatePaymentMethodRequest$outboundSchema, CreatePaymentMethodRequest$, CreatePaymentMetadataRequest$inboundSchema, CreatePaymentMetadataRequest$outboundSchema, CreatePaymentMetadataRequest$, CreatePaymentCaptureModeRequest$inboundSchema, CreatePaymentCaptureModeRequest$outboundSchema, CreatePaymentCaptureModeRequest$, CreatePaymentApplicationFeeAmountRequest$inboundSchema, CreatePaymentApplicationFeeAmountRequest$outboundSchema, CreatePaymentApplicationFeeAmountRequest$, CreatePaymentApplicationFeeRequest$inboundSchema, CreatePaymentApplicationFeeRequest$outboundSchema, CreatePaymentApplicationFeeRequest$, CreatePaymentRoutingAmountRequest$inboundSchema, CreatePaymentRoutingAmountRequest$outboundSchema, CreatePaymentRoutingAmountRequest$, CreatePaymentRoutingTypeRequest$inboundSchema, CreatePaymentRoutingTypeRequest$outboundSchema, CreatePaymentRoutingTypeRequest$, CreatePaymentDestinationRequest$inboundSchema, CreatePaymentDestinationRequest$outboundSchema, CreatePaymentDestinationRequest$, CreatePaymentSelfRequest$inboundSchema, CreatePaymentSelfRequest$outboundSchema, CreatePaymentSelfRequest$, CreatePaymentPaymentRequest$inboundSchema, CreatePaymentPaymentRequest$outboundSchema, CreatePaymentPaymentRequest$, CreatePaymentLinksRequest$inboundSchema, CreatePaymentLinksRequest$outboundSchema, CreatePaymentLinksRequest$, CreatePaymentRoutingRequest$inboundSchema, CreatePaymentRoutingRequest$outboundSchema, CreatePaymentRoutingRequest$, CreatePaymentSequenceTypeRequest$inboundSchema, CreatePaymentSequenceTypeRequest$outboundSchema, CreatePaymentSequenceTypeRequest$, CreatePaymentCompany$inboundSchema, CreatePaymentCompany$outboundSchema, CreatePaymentCompany$, CreatePaymentRequestBody$inboundSchema, CreatePaymentRequestBody$outboundSchema, CreatePaymentRequestBody$, CreatePaymentRequest$inboundSchema, CreatePaymentRequest$outboundSchema, CreatePaymentRequest$, CreatePaymentServiceUnavailableDocumentation$inboundSchema, CreatePaymentServiceUnavailableDocumentation$outboundSchema, CreatePaymentServiceUnavailableDocumentation$, CreatePaymentServiceUnavailableLinks$inboundSchema, CreatePaymentServiceUnavailableLinks$outboundSchema, CreatePaymentServiceUnavailableLinks$, CreatePaymentUnprocessableEntityDocumentation$inboundSchema, CreatePaymentUnprocessableEntityDocumentation$outboundSchema, CreatePaymentUnprocessableEntityDocumentation$, CreatePaymentUnprocessableEntityLinks$inboundSchema, CreatePaymentUnprocessableEntityLinks$outboundSchema, CreatePaymentUnprocessableEntityLinks$, CreatePaymentMode$inboundSchema, CreatePaymentMode$outboundSchema, CreatePaymentMode$, CreatePaymentAmountResponse$inboundSchema, CreatePaymentAmountResponse$outboundSchema, CreatePaymentAmountResponse$, CreatePaymentAmountRefunded$inboundSchema, CreatePaymentAmountRefunded$outboundSchema, CreatePaymentAmountRefunded$, CreatePaymentAmountRemaining$inboundSchema, CreatePaymentAmountRemaining$outboundSchema, CreatePaymentAmountRemaining$, CreatePaymentAmountCaptured$inboundSchema, CreatePaymentAmountCaptured$outboundSchema, CreatePaymentAmountCaptured$, CreatePaymentAmountChargedBack$inboundSchema, CreatePaymentAmountChargedBack$outboundSchema, CreatePaymentAmountChargedBack$, CreatePaymentSettlementAmount$inboundSchema, CreatePaymentSettlementAmount$outboundSchema, CreatePaymentSettlementAmount$, CreatePaymentLineTypeResponse$inboundSchema, CreatePaymentLineTypeResponse$outboundSchema, CreatePaymentLineTypeResponse$, CreatePaymentUnitPriceResponse$inboundSchema, CreatePaymentUnitPriceResponse$outboundSchema, CreatePaymentUnitPriceResponse$, CreatePaymentDiscountAmountResponse$inboundSchema, CreatePaymentDiscountAmountResponse$outboundSchema, CreatePaymentDiscountAmountResponse$, CreatePaymentTotalAmountResponse$inboundSchema, CreatePaymentTotalAmountResponse$outboundSchema, CreatePaymentTotalAmountResponse$, CreatePaymentVatAmountResponse$inboundSchema, CreatePaymentVatAmountResponse$outboundSchema, CreatePaymentVatAmountResponse$, CreatePaymentCategoryResponse$inboundSchema, CreatePaymentCategoryResponse$outboundSchema, CreatePaymentCategoryResponse$, CreatePaymentRecurringAmountResponse$inboundSchema, CreatePaymentRecurringAmountResponse$outboundSchema, CreatePaymentRecurringAmountResponse$, CreatePaymentRecurringResponse$inboundSchema, CreatePaymentRecurringResponse$outboundSchema, CreatePaymentRecurringResponse$, CreatePaymentLineResponse$inboundSchema, CreatePaymentLineResponse$outboundSchema, CreatePaymentLineResponse$, CreatePaymentBillingAddressResponse$inboundSchema, CreatePaymentBillingAddressResponse$outboundSchema, CreatePaymentBillingAddressResponse$, CreatePaymentShippingAddressResponse$inboundSchema, CreatePaymentShippingAddressResponse$outboundSchema, CreatePaymentShippingAddressResponse$, CreatePaymentLocaleResponse$inboundSchema, CreatePaymentLocaleResponse$outboundSchema, CreatePaymentLocaleResponse$, CreatePaymentMethodResponse$inboundSchema, CreatePaymentMethodResponse$outboundSchema, CreatePaymentMethodResponse$, CreatePaymentMetadataResponse$inboundSchema, CreatePaymentMetadataResponse$outboundSchema, CreatePaymentMetadataResponse$, CreatePaymentCaptureModeResponse$inboundSchema, CreatePaymentCaptureModeResponse$outboundSchema, CreatePaymentCaptureModeResponse$, CreatePaymentApplicationFeeAmountResponse$inboundSchema, CreatePaymentApplicationFeeAmountResponse$outboundSchema, CreatePaymentApplicationFeeAmountResponse$, CreatePaymentApplicationFeeResponse$inboundSchema, CreatePaymentApplicationFeeResponse$outboundSchema, CreatePaymentApplicationFeeResponse$, CreatePaymentRoutingMode$inboundSchema, CreatePaymentRoutingMode$outboundSchema, CreatePaymentRoutingMode$, CreatePaymentRoutingAmountResponse$inboundSchema, CreatePaymentRoutingAmountResponse$outboundSchema, CreatePaymentRoutingAmountResponse$, CreatePaymentRoutingTypeResponse$inboundSchema, CreatePaymentRoutingTypeResponse$outboundSchema, CreatePaymentRoutingTypeResponse$, CreatePaymentDestinationResponse$inboundSchema, CreatePaymentDestinationResponse$outboundSchema, CreatePaymentDestinationResponse$, CreatePaymentRoutingSelfResponse$inboundSchema, CreatePaymentRoutingSelfResponse$outboundSchema, CreatePaymentRoutingSelfResponse$, CreatePaymentPaymentResponse$inboundSchema, CreatePaymentPaymentResponse$outboundSchema, CreatePaymentPaymentResponse$, CreatePaymentRoutingLinksResponse$inboundSchema, CreatePaymentRoutingLinksResponse$outboundSchema, CreatePaymentRoutingLinksResponse$, CreatePaymentRoutingResponse$inboundSchema, CreatePaymentRoutingResponse$outboundSchema, CreatePaymentRoutingResponse$, CreatePaymentSequenceTypeResponse$inboundSchema, CreatePaymentSequenceTypeResponse$outboundSchema, CreatePaymentSequenceTypeResponse$, CreatePaymentStatusEnum$inboundSchema, CreatePaymentStatusEnum$outboundSchema, CreatePaymentStatusEnum$, CreatePaymentCode$inboundSchema, CreatePaymentCode$outboundSchema, CreatePaymentCode$, CreatePaymentStatusReason$inboundSchema, CreatePaymentStatusReason$outboundSchema, CreatePaymentStatusReason$, CreatePaymentCardAudition$inboundSchema, CreatePaymentCardAudition$outboundSchema, CreatePaymentCardAudition$, CreatePaymentCardLabel$inboundSchema, CreatePaymentCardLabel$outboundSchema, CreatePaymentCardLabel$, CreatePaymentCardFunding$inboundSchema, CreatePaymentCardFunding$outboundSchema, CreatePaymentCardFunding$, CreatePaymentCardSecurity$inboundSchema, CreatePaymentCardSecurity$outboundSchema, CreatePaymentCardSecurity$, CreatePaymentFeeRegion$inboundSchema, CreatePaymentFeeRegion$outboundSchema, CreatePaymentFeeRegion$, CreatePaymentFailureReason$inboundSchema, CreatePaymentFailureReason$outboundSchema, CreatePaymentFailureReason$, CreatePaymentWallet$inboundSchema, CreatePaymentWallet$outboundSchema, CreatePaymentWallet$, CreatePaymentSellerProtection$inboundSchema, CreatePaymentSellerProtection$outboundSchema, CreatePaymentSellerProtection$, CreatePaymentPaypalFee$inboundSchema, CreatePaymentPaypalFee$outboundSchema, CreatePaymentPaypalFee$, CreatePaymentCardReadMethod$inboundSchema, CreatePaymentCardReadMethod$outboundSchema, CreatePaymentCardReadMethod$, CreatePaymentCardVerificationMethod$inboundSchema, CreatePaymentCardVerificationMethod$outboundSchema, CreatePaymentCardVerificationMethod$, CreatePaymentReceipt$inboundSchema, CreatePaymentReceipt$outboundSchema, CreatePaymentReceipt$, CreatePaymentQrCode$inboundSchema, CreatePaymentQrCode$outboundSchema, CreatePaymentQrCode$, CreatePaymentRemainderAmount$inboundSchema, CreatePaymentRemainderAmount$outboundSchema, CreatePaymentRemainderAmount$, CreatePaymentDetails$inboundSchema, CreatePaymentDetails$outboundSchema, CreatePaymentDetails$, CreatePaymentSelfResponse$inboundSchema, CreatePaymentSelfResponse$outboundSchema, CreatePaymentSelfResponse$, CreatePaymentCheckout$inboundSchema, CreatePaymentCheckout$outboundSchema, CreatePaymentCheckout$, CreatePaymentMobileAppCheckout$inboundSchema, CreatePaymentMobileAppCheckout$outboundSchema, CreatePaymentMobileAppCheckout$, CreatePaymentChangePaymentState$inboundSchema, CreatePaymentChangePaymentState$outboundSchema, CreatePaymentChangePaymentState$, CreatePaymentDashboard$inboundSchema, CreatePaymentDashboard$outboundSchema, CreatePaymentDashboard$, CreatePaymentRefunds$inboundSchema, CreatePaymentRefunds$outboundSchema, CreatePaymentRefunds$, CreatePaymentChargebacks$inboundSchema, CreatePaymentChargebacks$outboundSchema, CreatePaymentChargebacks$, CreatePaymentCaptures$inboundSchema, CreatePaymentCaptures$outboundSchema, CreatePaymentCaptures$, CreatePaymentSettlement$inboundSchema, CreatePaymentSettlement$outboundSchema, CreatePaymentSettlement$, CreatePaymentCustomer$inboundSchema, CreatePaymentCustomer$outboundSchema, CreatePaymentCustomer$, CreatePaymentMandate$inboundSchema, CreatePaymentMandate$outboundSchema, CreatePaymentMandate$, CreatePaymentSubscription$inboundSchema, CreatePaymentSubscription$outboundSchema, CreatePaymentSubscription$, CreatePaymentOrder$inboundSchema, CreatePaymentOrder$outboundSchema, CreatePaymentOrder$, CreatePaymentTerminal$inboundSchema, CreatePaymentTerminal$outboundSchema, CreatePaymentTerminal$, CreatePaymentDocumentation$inboundSchema, CreatePaymentDocumentation$outboundSchema, CreatePaymentDocumentation$, CreatePaymentLinksStatus$inboundSchema, CreatePaymentLinksStatus$outboundSchema, CreatePaymentLinksStatus$, CreatePaymentPayOnline$inboundSchema, CreatePaymentPayOnline$outboundSchema, CreatePaymentPayOnline$, CreatePaymentLinksResponse$inboundSchema, CreatePaymentLinksResponse$outboundSchema, CreatePaymentLinksResponse$, CreatePaymentResponse$inboundSchema, CreatePaymentResponse$outboundSchema, CreatePaymentResponse$;
|
|
40491
40447
|
var init_createpayment = __esm(() => {
|
|
40492
40448
|
init_esm();
|
|
40493
40449
|
init_primitives();
|
|
@@ -40511,11 +40467,6 @@ var init_createpayment = __esm(() => {
|
|
|
40511
40467
|
Gift: "gift",
|
|
40512
40468
|
SportCulture: "sport_culture"
|
|
40513
40469
|
};
|
|
40514
|
-
CreatePaymentIntervalRequest = {
|
|
40515
|
-
DotDotDotMonths: "... months",
|
|
40516
|
-
DotDotDotWeeks: "... weeks",
|
|
40517
|
-
DotDotDotDays: "... days"
|
|
40518
|
-
};
|
|
40519
40470
|
CreatePaymentLocaleRequest = {
|
|
40520
40471
|
EnUS: "en_US",
|
|
40521
40472
|
EnGB: "en_GB",
|
|
@@ -40610,11 +40561,6 @@ var init_createpayment = __esm(() => {
|
|
|
40610
40561
|
Gift: "gift",
|
|
40611
40562
|
SportCulture: "sport_culture"
|
|
40612
40563
|
};
|
|
40613
|
-
CreatePaymentIntervalResponse = {
|
|
40614
|
-
DotDotDotMonths: "... months",
|
|
40615
|
-
DotDotDotWeeks: "... weeks",
|
|
40616
|
-
DotDotDotDays: "... days"
|
|
40617
|
-
};
|
|
40618
40564
|
CreatePaymentLocaleResponse = {
|
|
40619
40565
|
EnUS: "en_US",
|
|
40620
40566
|
EnGB: "en_GB",
|
|
@@ -40987,12 +40933,6 @@ var init_createpayment = __esm(() => {
|
|
|
40987
40933
|
CreatePaymentCategoryRequest$.inboundSchema = CreatePaymentCategoryRequest$inboundSchema;
|
|
40988
40934
|
CreatePaymentCategoryRequest$.outboundSchema = CreatePaymentCategoryRequest$outboundSchema;
|
|
40989
40935
|
})(CreatePaymentCategoryRequest$ ||= {});
|
|
40990
|
-
CreatePaymentIntervalRequest$inboundSchema = nativeEnumType(CreatePaymentIntervalRequest);
|
|
40991
|
-
CreatePaymentIntervalRequest$outboundSchema = CreatePaymentIntervalRequest$inboundSchema;
|
|
40992
|
-
((CreatePaymentIntervalRequest$) => {
|
|
40993
|
-
CreatePaymentIntervalRequest$.inboundSchema = CreatePaymentIntervalRequest$inboundSchema;
|
|
40994
|
-
CreatePaymentIntervalRequest$.outboundSchema = CreatePaymentIntervalRequest$outboundSchema;
|
|
40995
|
-
})(CreatePaymentIntervalRequest$ ||= {});
|
|
40996
40936
|
CreatePaymentRecurringAmountRequest$inboundSchema = objectType({
|
|
40997
40937
|
currency: stringType(),
|
|
40998
40938
|
value: stringType()
|
|
@@ -41007,14 +40947,14 @@ var init_createpayment = __esm(() => {
|
|
|
41007
40947
|
})(CreatePaymentRecurringAmountRequest$ ||= {});
|
|
41008
40948
|
CreatePaymentRecurringRequest$inboundSchema = objectType({
|
|
41009
40949
|
description: stringType().optional(),
|
|
41010
|
-
interval:
|
|
40950
|
+
interval: stringType(),
|
|
41011
40951
|
amount: lazyType(() => CreatePaymentRecurringAmountRequest$inboundSchema).optional(),
|
|
41012
40952
|
times: numberType().int().optional(),
|
|
41013
40953
|
startDate: nullableType(stringType()).optional()
|
|
41014
40954
|
});
|
|
41015
40955
|
CreatePaymentRecurringRequest$outboundSchema = objectType({
|
|
41016
40956
|
description: stringType().optional(),
|
|
41017
|
-
interval:
|
|
40957
|
+
interval: stringType(),
|
|
41018
40958
|
amount: lazyType(() => CreatePaymentRecurringAmountRequest$outboundSchema).optional(),
|
|
41019
40959
|
times: numberType().int().optional(),
|
|
41020
40960
|
startDate: nullableType(stringType()).optional()
|
|
@@ -41559,12 +41499,6 @@ var init_createpayment = __esm(() => {
|
|
|
41559
41499
|
CreatePaymentCategoryResponse$.inboundSchema = CreatePaymentCategoryResponse$inboundSchema;
|
|
41560
41500
|
CreatePaymentCategoryResponse$.outboundSchema = CreatePaymentCategoryResponse$outboundSchema;
|
|
41561
41501
|
})(CreatePaymentCategoryResponse$ ||= {});
|
|
41562
|
-
CreatePaymentIntervalResponse$inboundSchema = nativeEnumType(CreatePaymentIntervalResponse);
|
|
41563
|
-
CreatePaymentIntervalResponse$outboundSchema = CreatePaymentIntervalResponse$inboundSchema;
|
|
41564
|
-
((CreatePaymentIntervalResponse$) => {
|
|
41565
|
-
CreatePaymentIntervalResponse$.inboundSchema = CreatePaymentIntervalResponse$inboundSchema;
|
|
41566
|
-
CreatePaymentIntervalResponse$.outboundSchema = CreatePaymentIntervalResponse$outboundSchema;
|
|
41567
|
-
})(CreatePaymentIntervalResponse$ ||= {});
|
|
41568
41502
|
CreatePaymentRecurringAmountResponse$inboundSchema = objectType({
|
|
41569
41503
|
currency: stringType(),
|
|
41570
41504
|
value: stringType()
|
|
@@ -41579,14 +41513,14 @@ var init_createpayment = __esm(() => {
|
|
|
41579
41513
|
})(CreatePaymentRecurringAmountResponse$ ||= {});
|
|
41580
41514
|
CreatePaymentRecurringResponse$inboundSchema = objectType({
|
|
41581
41515
|
description: stringType().optional(),
|
|
41582
|
-
interval:
|
|
41516
|
+
interval: stringType(),
|
|
41583
41517
|
amount: lazyType(() => CreatePaymentRecurringAmountResponse$inboundSchema).optional(),
|
|
41584
41518
|
times: numberType().int().optional(),
|
|
41585
41519
|
startDate: nullableType(stringType()).optional()
|
|
41586
41520
|
});
|
|
41587
41521
|
CreatePaymentRecurringResponse$outboundSchema = objectType({
|
|
41588
41522
|
description: stringType().optional(),
|
|
41589
|
-
interval:
|
|
41523
|
+
interval: stringType(),
|
|
41590
41524
|
amount: lazyType(() => CreatePaymentRecurringAmountResponse$outboundSchema).optional(),
|
|
41591
41525
|
times: numberType().int().optional(),
|
|
41592
41526
|
startDate: nullableType(stringType()).optional()
|
|
@@ -44528,15 +44462,10 @@ var init_createsalesinvoice = __esm(() => {
|
|
|
44528
44462
|
});
|
|
44529
44463
|
|
|
44530
44464
|
// src/models/operations/createsubscription.ts
|
|
44531
|
-
var
|
|
44465
|
+
var CreateSubscriptionMethodRequest, CreateSubscriptionMode, CreateSubscriptionStatus, CreateSubscriptionMethodResponse, CreateSubscriptionAmountRequest$inboundSchema, CreateSubscriptionAmountRequest$outboundSchema, CreateSubscriptionAmountRequest$, CreateSubscriptionMethodRequest$inboundSchema, CreateSubscriptionMethodRequest$outboundSchema, CreateSubscriptionMethodRequest$, CreateSubscriptionApplicationFeeAmountRequest$inboundSchema, CreateSubscriptionApplicationFeeAmountRequest$outboundSchema, CreateSubscriptionApplicationFeeAmountRequest$, CreateSubscriptionApplicationFeeRequest$inboundSchema, CreateSubscriptionApplicationFeeRequest$outboundSchema, CreateSubscriptionApplicationFeeRequest$, CreateSubscriptionMetadataRequest$inboundSchema, CreateSubscriptionMetadataRequest$outboundSchema, CreateSubscriptionMetadataRequest$, CreateSubscriptionRequestBody$inboundSchema, CreateSubscriptionRequestBody$outboundSchema, CreateSubscriptionRequestBody$, CreateSubscriptionRequest$inboundSchema, CreateSubscriptionRequest$outboundSchema, CreateSubscriptionRequest$, CreateSubscriptionNotFoundDocumentation$inboundSchema, CreateSubscriptionNotFoundDocumentation$outboundSchema, CreateSubscriptionNotFoundDocumentation$, CreateSubscriptionNotFoundLinks$inboundSchema, CreateSubscriptionNotFoundLinks$outboundSchema, CreateSubscriptionNotFoundLinks$, CreateSubscriptionMode$inboundSchema, CreateSubscriptionMode$outboundSchema, CreateSubscriptionMode$, CreateSubscriptionStatus$inboundSchema, CreateSubscriptionStatus$outboundSchema, CreateSubscriptionStatus$, CreateSubscriptionAmountResponse$inboundSchema, CreateSubscriptionAmountResponse$outboundSchema, CreateSubscriptionAmountResponse$, CreateSubscriptionMethodResponse$inboundSchema, CreateSubscriptionMethodResponse$outboundSchema, CreateSubscriptionMethodResponse$, CreateSubscriptionApplicationFeeAmountResponse$inboundSchema, CreateSubscriptionApplicationFeeAmountResponse$outboundSchema, CreateSubscriptionApplicationFeeAmountResponse$, CreateSubscriptionApplicationFeeResponse$inboundSchema, CreateSubscriptionApplicationFeeResponse$outboundSchema, CreateSubscriptionApplicationFeeResponse$, CreateSubscriptionMetadataResponse$inboundSchema, CreateSubscriptionMetadataResponse$outboundSchema, CreateSubscriptionMetadataResponse$, CreateSubscriptionSelf$inboundSchema, CreateSubscriptionSelf$outboundSchema, CreateSubscriptionSelf$, CreateSubscriptionCustomer$inboundSchema, CreateSubscriptionCustomer$outboundSchema, CreateSubscriptionCustomer$, CreateSubscriptionMandate$inboundSchema, CreateSubscriptionMandate$outboundSchema, CreateSubscriptionMandate$, CreateSubscriptionProfile$inboundSchema, CreateSubscriptionProfile$outboundSchema, CreateSubscriptionProfile$, CreateSubscriptionPayments$inboundSchema, CreateSubscriptionPayments$outboundSchema, CreateSubscriptionPayments$, CreateSubscriptionDocumentation$inboundSchema, CreateSubscriptionDocumentation$outboundSchema, CreateSubscriptionDocumentation$, CreateSubscriptionLinks$inboundSchema, CreateSubscriptionLinks$outboundSchema, CreateSubscriptionLinks$, CreateSubscriptionResponse$inboundSchema, CreateSubscriptionResponse$outboundSchema, CreateSubscriptionResponse$;
|
|
44532
44466
|
var init_createsubscription = __esm(() => {
|
|
44533
44467
|
init_esm();
|
|
44534
44468
|
init_primitives();
|
|
44535
|
-
CreateSubscriptionIntervalRequest = {
|
|
44536
|
-
DotDotDotDays: "... days",
|
|
44537
|
-
DotDotDotWeeks: "... weeks",
|
|
44538
|
-
DotDotDotMonths: "... months"
|
|
44539
|
-
};
|
|
44540
44469
|
CreateSubscriptionMethodRequest = {
|
|
44541
44470
|
Creditcard: "creditcard",
|
|
44542
44471
|
Directdebit: "directdebit",
|
|
@@ -44553,11 +44482,6 @@ var init_createsubscription = __esm(() => {
|
|
|
44553
44482
|
Suspended: "suspended",
|
|
44554
44483
|
Completed: "completed"
|
|
44555
44484
|
};
|
|
44556
|
-
CreateSubscriptionIntervalResponse = {
|
|
44557
|
-
DotDotDotDays: "... days",
|
|
44558
|
-
DotDotDotWeeks: "... weeks",
|
|
44559
|
-
DotDotDotMonths: "... months"
|
|
44560
|
-
};
|
|
44561
44485
|
CreateSubscriptionMethodResponse = {
|
|
44562
44486
|
Creditcard: "creditcard",
|
|
44563
44487
|
Directdebit: "directdebit",
|
|
@@ -44575,12 +44499,6 @@ var init_createsubscription = __esm(() => {
|
|
|
44575
44499
|
CreateSubscriptionAmountRequest$.inboundSchema = CreateSubscriptionAmountRequest$inboundSchema;
|
|
44576
44500
|
CreateSubscriptionAmountRequest$.outboundSchema = CreateSubscriptionAmountRequest$outboundSchema;
|
|
44577
44501
|
})(CreateSubscriptionAmountRequest$ ||= {});
|
|
44578
|
-
CreateSubscriptionIntervalRequest$inboundSchema = nativeEnumType(CreateSubscriptionIntervalRequest);
|
|
44579
|
-
CreateSubscriptionIntervalRequest$outboundSchema = CreateSubscriptionIntervalRequest$inboundSchema;
|
|
44580
|
-
((CreateSubscriptionIntervalRequest$) => {
|
|
44581
|
-
CreateSubscriptionIntervalRequest$.inboundSchema = CreateSubscriptionIntervalRequest$inboundSchema;
|
|
44582
|
-
CreateSubscriptionIntervalRequest$.outboundSchema = CreateSubscriptionIntervalRequest$outboundSchema;
|
|
44583
|
-
})(CreateSubscriptionIntervalRequest$ ||= {});
|
|
44584
44502
|
CreateSubscriptionMethodRequest$inboundSchema = nativeEnumType(CreateSubscriptionMethodRequest);
|
|
44585
44503
|
CreateSubscriptionMethodRequest$outboundSchema = CreateSubscriptionMethodRequest$inboundSchema;
|
|
44586
44504
|
((CreateSubscriptionMethodRequest$) => {
|
|
@@ -44620,7 +44538,7 @@ var init_createsubscription = __esm(() => {
|
|
|
44620
44538
|
CreateSubscriptionRequestBody$inboundSchema = objectType({
|
|
44621
44539
|
amount: lazyType(() => CreateSubscriptionAmountRequest$inboundSchema),
|
|
44622
44540
|
times: nullableType(numberType().int()).optional(),
|
|
44623
|
-
interval:
|
|
44541
|
+
interval: stringType(),
|
|
44624
44542
|
startDate: stringType().optional(),
|
|
44625
44543
|
description: stringType(),
|
|
44626
44544
|
method: nullableType(CreateSubscriptionMethodRequest$inboundSchema).optional(),
|
|
@@ -44633,7 +44551,7 @@ var init_createsubscription = __esm(() => {
|
|
|
44633
44551
|
CreateSubscriptionRequestBody$outboundSchema = objectType({
|
|
44634
44552
|
amount: lazyType(() => CreateSubscriptionAmountRequest$outboundSchema),
|
|
44635
44553
|
times: nullableType(numberType().int()).optional(),
|
|
44636
|
-
interval:
|
|
44554
|
+
interval: stringType(),
|
|
44637
44555
|
startDate: stringType().optional(),
|
|
44638
44556
|
description: stringType(),
|
|
44639
44557
|
method: nullableType(CreateSubscriptionMethodRequest$outboundSchema).optional(),
|
|
@@ -44713,12 +44631,6 @@ var init_createsubscription = __esm(() => {
|
|
|
44713
44631
|
CreateSubscriptionAmountResponse$.inboundSchema = CreateSubscriptionAmountResponse$inboundSchema;
|
|
44714
44632
|
CreateSubscriptionAmountResponse$.outboundSchema = CreateSubscriptionAmountResponse$outboundSchema;
|
|
44715
44633
|
})(CreateSubscriptionAmountResponse$ ||= {});
|
|
44716
|
-
CreateSubscriptionIntervalResponse$inboundSchema = nativeEnumType(CreateSubscriptionIntervalResponse);
|
|
44717
|
-
CreateSubscriptionIntervalResponse$outboundSchema = CreateSubscriptionIntervalResponse$inboundSchema;
|
|
44718
|
-
((CreateSubscriptionIntervalResponse$) => {
|
|
44719
|
-
CreateSubscriptionIntervalResponse$.inboundSchema = CreateSubscriptionIntervalResponse$inboundSchema;
|
|
44720
|
-
CreateSubscriptionIntervalResponse$.outboundSchema = CreateSubscriptionIntervalResponse$outboundSchema;
|
|
44721
|
-
})(CreateSubscriptionIntervalResponse$ ||= {});
|
|
44722
44634
|
CreateSubscriptionMethodResponse$inboundSchema = nativeEnumType(CreateSubscriptionMethodResponse);
|
|
44723
44635
|
CreateSubscriptionMethodResponse$outboundSchema = CreateSubscriptionMethodResponse$inboundSchema;
|
|
44724
44636
|
((CreateSubscriptionMethodResponse$) => {
|
|
@@ -44854,8 +44766,8 @@ var init_createsubscription = __esm(() => {
|
|
|
44854
44766
|
status: CreateSubscriptionStatus$inboundSchema,
|
|
44855
44767
|
amount: lazyType(() => CreateSubscriptionAmountResponse$inboundSchema),
|
|
44856
44768
|
times: nullableType(numberType().int()),
|
|
44857
|
-
timesRemaining: numberType().int(),
|
|
44858
|
-
interval:
|
|
44769
|
+
timesRemaining: nullableType(numberType().int()),
|
|
44770
|
+
interval: stringType(),
|
|
44859
44771
|
startDate: stringType(),
|
|
44860
44772
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
44861
44773
|
description: stringType(),
|
|
@@ -44867,7 +44779,7 @@ var init_createsubscription = __esm(() => {
|
|
|
44867
44779
|
mandateId: nullableType(stringType()).optional(),
|
|
44868
44780
|
createdAt: stringType(),
|
|
44869
44781
|
canceledAt: nullableType(stringType()).optional(),
|
|
44870
|
-
_links: lazyType(() => CreateSubscriptionLinks$inboundSchema)
|
|
44782
|
+
_links: lazyType(() => CreateSubscriptionLinks$inboundSchema)
|
|
44871
44783
|
}).transform((v2) => {
|
|
44872
44784
|
return remap(v2, {
|
|
44873
44785
|
_links: "links"
|
|
@@ -44880,8 +44792,8 @@ var init_createsubscription = __esm(() => {
|
|
|
44880
44792
|
status: CreateSubscriptionStatus$outboundSchema,
|
|
44881
44793
|
amount: lazyType(() => CreateSubscriptionAmountResponse$outboundSchema),
|
|
44882
44794
|
times: nullableType(numberType().int()),
|
|
44883
|
-
timesRemaining: numberType().int(),
|
|
44884
|
-
interval:
|
|
44795
|
+
timesRemaining: nullableType(numberType().int()),
|
|
44796
|
+
interval: stringType(),
|
|
44885
44797
|
startDate: stringType(),
|
|
44886
44798
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
44887
44799
|
description: stringType(),
|
|
@@ -44893,7 +44805,7 @@ var init_createsubscription = __esm(() => {
|
|
|
44893
44805
|
mandateId: nullableType(stringType()).optional(),
|
|
44894
44806
|
createdAt: stringType(),
|
|
44895
44807
|
canceledAt: nullableType(stringType()).optional(),
|
|
44896
|
-
links: lazyType(() => CreateSubscriptionLinks$outboundSchema)
|
|
44808
|
+
links: lazyType(() => CreateSubscriptionLinks$outboundSchema)
|
|
44897
44809
|
}).transform((v2) => {
|
|
44898
44810
|
return remap(v2, {
|
|
44899
44811
|
links: "_links"
|
|
@@ -64107,7 +64019,7 @@ var init_getmethod = __esm(() => {
|
|
|
64107
64019
|
minimumAmount: lazyType(() => GetMethodMinimumAmount$inboundSchema),
|
|
64108
64020
|
maximumAmount: nullableType(lazyType(() => GetMethodMaximumAmount$inboundSchema)),
|
|
64109
64021
|
image: lazyType(() => GetMethodImage$inboundSchema),
|
|
64110
|
-
status:
|
|
64022
|
+
status: GetMethodStatus$inboundSchema,
|
|
64111
64023
|
issuers: arrayType(lazyType(() => GetMethodIssuer$inboundSchema)).optional(),
|
|
64112
64024
|
_links: lazyType(() => GetMethodLinks$inboundSchema)
|
|
64113
64025
|
}).transform((v2) => {
|
|
@@ -64122,7 +64034,7 @@ var init_getmethod = __esm(() => {
|
|
|
64122
64034
|
minimumAmount: lazyType(() => GetMethodMinimumAmount$outboundSchema),
|
|
64123
64035
|
maximumAmount: nullableType(lazyType(() => GetMethodMaximumAmount$outboundSchema)),
|
|
64124
64036
|
image: lazyType(() => GetMethodImage$outboundSchema),
|
|
64125
|
-
status:
|
|
64037
|
+
status: GetMethodStatus$outboundSchema,
|
|
64126
64038
|
issuers: arrayType(lazyType(() => GetMethodIssuer$outboundSchema)).optional(),
|
|
64127
64039
|
links: lazyType(() => GetMethodLinks$outboundSchema)
|
|
64128
64040
|
}).transform((v2) => {
|
|
@@ -64897,7 +64809,7 @@ var init_getpartnerstatus = __esm(() => {
|
|
|
64897
64809
|
});
|
|
64898
64810
|
|
|
64899
64811
|
// src/models/operations/getpayment.ts
|
|
64900
|
-
var GetPaymentInclude, GetPaymentEmbed, GetPaymentMode, GetPaymentLineType, GetPaymentCategory,
|
|
64812
|
+
var GetPaymentInclude, GetPaymentEmbed, GetPaymentMode, GetPaymentLineType, GetPaymentCategory, GetPaymentLocale, GetPaymentMethod, GetPaymentCaptureMode, GetPaymentRoutingMode, GetPaymentRoutingType, GetPaymentSequenceType, GetPaymentStatusEnum, GetPaymentCode, GetPaymentCardAudition, GetPaymentCardLabel, GetPaymentCardFunding, GetPaymentCardSecurity, GetPaymentFeeRegion, GetPaymentFailureReason, GetPaymentWallet, GetPaymentSellerProtection, GetPaymentCardReadMethod, GetPaymentCardVerificationMethod, GetPaymentInclude$inboundSchema, GetPaymentInclude$outboundSchema, GetPaymentInclude$, GetPaymentEmbed$inboundSchema, GetPaymentEmbed$outboundSchema, GetPaymentEmbed$, GetPaymentRequest$inboundSchema, GetPaymentRequest$outboundSchema, GetPaymentRequest$, GetPaymentNotFoundDocumentation$inboundSchema, GetPaymentNotFoundDocumentation$outboundSchema, GetPaymentNotFoundDocumentation$, GetPaymentNotFoundLinks$inboundSchema, GetPaymentNotFoundLinks$outboundSchema, GetPaymentNotFoundLinks$, GetPaymentMode$inboundSchema, GetPaymentMode$outboundSchema, GetPaymentMode$, GetPaymentAmount$inboundSchema, GetPaymentAmount$outboundSchema, GetPaymentAmount$, GetPaymentAmountRefunded$inboundSchema, GetPaymentAmountRefunded$outboundSchema, GetPaymentAmountRefunded$, GetPaymentAmountRemaining$inboundSchema, GetPaymentAmountRemaining$outboundSchema, GetPaymentAmountRemaining$, GetPaymentAmountCaptured$inboundSchema, GetPaymentAmountCaptured$outboundSchema, GetPaymentAmountCaptured$, GetPaymentAmountChargedBack$inboundSchema, GetPaymentAmountChargedBack$outboundSchema, GetPaymentAmountChargedBack$, GetPaymentSettlementAmount$inboundSchema, GetPaymentSettlementAmount$outboundSchema, GetPaymentSettlementAmount$, GetPaymentLineType$inboundSchema, GetPaymentLineType$outboundSchema, GetPaymentLineType$, GetPaymentUnitPrice$inboundSchema, GetPaymentUnitPrice$outboundSchema, GetPaymentUnitPrice$, GetPaymentDiscountAmount$inboundSchema, GetPaymentDiscountAmount$outboundSchema, GetPaymentDiscountAmount$, GetPaymentTotalAmount$inboundSchema, GetPaymentTotalAmount$outboundSchema, GetPaymentTotalAmount$, GetPaymentVatAmount$inboundSchema, GetPaymentVatAmount$outboundSchema, GetPaymentVatAmount$, GetPaymentCategory$inboundSchema, GetPaymentCategory$outboundSchema, GetPaymentCategory$, GetPaymentRecurringAmount$inboundSchema, GetPaymentRecurringAmount$outboundSchema, GetPaymentRecurringAmount$, GetPaymentRecurring$inboundSchema, GetPaymentRecurring$outboundSchema, GetPaymentRecurring$, GetPaymentLine$inboundSchema, GetPaymentLine$outboundSchema, GetPaymentLine$, GetPaymentBillingAddress$inboundSchema, GetPaymentBillingAddress$outboundSchema, GetPaymentBillingAddress$, GetPaymentShippingAddress$inboundSchema, GetPaymentShippingAddress$outboundSchema, GetPaymentShippingAddress$, GetPaymentLocale$inboundSchema, GetPaymentLocale$outboundSchema, GetPaymentLocale$, GetPaymentMethod$inboundSchema, GetPaymentMethod$outboundSchema, GetPaymentMethod$, GetPaymentMetadata$inboundSchema, GetPaymentMetadata$outboundSchema, GetPaymentMetadata$, GetPaymentCaptureMode$inboundSchema, GetPaymentCaptureMode$outboundSchema, GetPaymentCaptureMode$, GetPaymentApplicationFeeAmount$inboundSchema, GetPaymentApplicationFeeAmount$outboundSchema, GetPaymentApplicationFeeAmount$, GetPaymentApplicationFee$inboundSchema, GetPaymentApplicationFee$outboundSchema, GetPaymentApplicationFee$, GetPaymentRoutingMode$inboundSchema, GetPaymentRoutingMode$outboundSchema, GetPaymentRoutingMode$, GetPaymentRoutingAmount$inboundSchema, GetPaymentRoutingAmount$outboundSchema, GetPaymentRoutingAmount$, GetPaymentRoutingType$inboundSchema, GetPaymentRoutingType$outboundSchema, GetPaymentRoutingType$, GetPaymentDestination$inboundSchema, GetPaymentDestination$outboundSchema, GetPaymentDestination$, GetPaymentRoutingSelf$inboundSchema, GetPaymentRoutingSelf$outboundSchema, GetPaymentRoutingSelf$, GetPaymentPayment$inboundSchema, GetPaymentPayment$outboundSchema, GetPaymentPayment$, GetPaymentRoutingLinks$inboundSchema, GetPaymentRoutingLinks$outboundSchema, GetPaymentRoutingLinks$, GetPaymentRouting$inboundSchema, GetPaymentRouting$outboundSchema, GetPaymentRouting$, GetPaymentSequenceType$inboundSchema, GetPaymentSequenceType$outboundSchema, GetPaymentSequenceType$, GetPaymentStatusEnum$inboundSchema, GetPaymentStatusEnum$outboundSchema, GetPaymentStatusEnum$, GetPaymentCode$inboundSchema, GetPaymentCode$outboundSchema, GetPaymentCode$, GetPaymentStatusReason$inboundSchema, GetPaymentStatusReason$outboundSchema, GetPaymentStatusReason$, GetPaymentCardAudition$inboundSchema, GetPaymentCardAudition$outboundSchema, GetPaymentCardAudition$, GetPaymentCardLabel$inboundSchema, GetPaymentCardLabel$outboundSchema, GetPaymentCardLabel$, GetPaymentCardFunding$inboundSchema, GetPaymentCardFunding$outboundSchema, GetPaymentCardFunding$, GetPaymentCardSecurity$inboundSchema, GetPaymentCardSecurity$outboundSchema, GetPaymentCardSecurity$, GetPaymentFeeRegion$inboundSchema, GetPaymentFeeRegion$outboundSchema, GetPaymentFeeRegion$, GetPaymentFailureReason$inboundSchema, GetPaymentFailureReason$outboundSchema, GetPaymentFailureReason$, GetPaymentWallet$inboundSchema, GetPaymentWallet$outboundSchema, GetPaymentWallet$, GetPaymentSellerProtection$inboundSchema, GetPaymentSellerProtection$outboundSchema, GetPaymentSellerProtection$, GetPaymentPaypalFee$inboundSchema, GetPaymentPaypalFee$outboundSchema, GetPaymentPaypalFee$, GetPaymentCardReadMethod$inboundSchema, GetPaymentCardReadMethod$outboundSchema, GetPaymentCardReadMethod$, GetPaymentCardVerificationMethod$inboundSchema, GetPaymentCardVerificationMethod$outboundSchema, GetPaymentCardVerificationMethod$, GetPaymentReceipt$inboundSchema, GetPaymentReceipt$outboundSchema, GetPaymentReceipt$, GetPaymentQrCode$inboundSchema, GetPaymentQrCode$outboundSchema, GetPaymentQrCode$, GetPaymentRemainderAmount$inboundSchema, GetPaymentRemainderAmount$outboundSchema, GetPaymentRemainderAmount$, GetPaymentDetails$inboundSchema, GetPaymentDetails$outboundSchema, GetPaymentDetails$, GetPaymentSelf$inboundSchema, GetPaymentSelf$outboundSchema, GetPaymentSelf$, GetPaymentCheckout$inboundSchema, GetPaymentCheckout$outboundSchema, GetPaymentCheckout$, GetPaymentMobileAppCheckout$inboundSchema, GetPaymentMobileAppCheckout$outboundSchema, GetPaymentMobileAppCheckout$, GetPaymentChangePaymentState$inboundSchema, GetPaymentChangePaymentState$outboundSchema, GetPaymentChangePaymentState$, GetPaymentDashboard$inboundSchema, GetPaymentDashboard$outboundSchema, GetPaymentDashboard$, GetPaymentRefunds$inboundSchema, GetPaymentRefunds$outboundSchema, GetPaymentRefunds$, GetPaymentChargebacks$inboundSchema, GetPaymentChargebacks$outboundSchema, GetPaymentChargebacks$, GetPaymentCaptures$inboundSchema, GetPaymentCaptures$outboundSchema, GetPaymentCaptures$, GetPaymentSettlement$inboundSchema, GetPaymentSettlement$outboundSchema, GetPaymentSettlement$, GetPaymentCustomer$inboundSchema, GetPaymentCustomer$outboundSchema, GetPaymentCustomer$, GetPaymentMandate$inboundSchema, GetPaymentMandate$outboundSchema, GetPaymentMandate$, GetPaymentSubscription$inboundSchema, GetPaymentSubscription$outboundSchema, GetPaymentSubscription$, GetPaymentOrder$inboundSchema, GetPaymentOrder$outboundSchema, GetPaymentOrder$, GetPaymentTerminal$inboundSchema, GetPaymentTerminal$outboundSchema, GetPaymentTerminal$, GetPaymentDocumentation$inboundSchema, GetPaymentDocumentation$outboundSchema, GetPaymentDocumentation$, GetPaymentLinksStatus$inboundSchema, GetPaymentLinksStatus$outboundSchema, GetPaymentLinksStatus$, GetPaymentPayOnline$inboundSchema, GetPaymentPayOnline$outboundSchema, GetPaymentPayOnline$, GetPaymentLinks$inboundSchema, GetPaymentLinks$outboundSchema, GetPaymentLinks$, GetPaymentResponse$inboundSchema, GetPaymentResponse$outboundSchema, GetPaymentResponse$;
|
|
64901
64813
|
var init_getpayment = __esm(() => {
|
|
64902
64814
|
init_esm();
|
|
64903
64815
|
init_primitives();
|
|
@@ -64931,11 +64843,6 @@ var init_getpayment = __esm(() => {
|
|
|
64931
64843
|
Gift: "gift",
|
|
64932
64844
|
SportCulture: "sport_culture"
|
|
64933
64845
|
};
|
|
64934
|
-
GetPaymentInterval = {
|
|
64935
|
-
DotDotDotMonths: "... months",
|
|
64936
|
-
DotDotDotWeeks: "... weeks",
|
|
64937
|
-
DotDotDotDays: "... days"
|
|
64938
|
-
};
|
|
64939
64846
|
GetPaymentLocale = {
|
|
64940
64847
|
EnUS: "en_US",
|
|
64941
64848
|
EnGB: "en_GB",
|
|
@@ -65418,12 +65325,6 @@ var init_getpayment = __esm(() => {
|
|
|
65418
65325
|
GetPaymentCategory$.inboundSchema = GetPaymentCategory$inboundSchema;
|
|
65419
65326
|
GetPaymentCategory$.outboundSchema = GetPaymentCategory$outboundSchema;
|
|
65420
65327
|
})(GetPaymentCategory$ ||= {});
|
|
65421
|
-
GetPaymentInterval$inboundSchema = nativeEnumType(GetPaymentInterval);
|
|
65422
|
-
GetPaymentInterval$outboundSchema = GetPaymentInterval$inboundSchema;
|
|
65423
|
-
((GetPaymentInterval$) => {
|
|
65424
|
-
GetPaymentInterval$.inboundSchema = GetPaymentInterval$inboundSchema;
|
|
65425
|
-
GetPaymentInterval$.outboundSchema = GetPaymentInterval$outboundSchema;
|
|
65426
|
-
})(GetPaymentInterval$ ||= {});
|
|
65427
65328
|
GetPaymentRecurringAmount$inboundSchema = objectType({
|
|
65428
65329
|
currency: stringType(),
|
|
65429
65330
|
value: stringType()
|
|
@@ -65438,14 +65339,14 @@ var init_getpayment = __esm(() => {
|
|
|
65438
65339
|
})(GetPaymentRecurringAmount$ ||= {});
|
|
65439
65340
|
GetPaymentRecurring$inboundSchema = objectType({
|
|
65440
65341
|
description: stringType().optional(),
|
|
65441
|
-
interval:
|
|
65342
|
+
interval: stringType(),
|
|
65442
65343
|
amount: lazyType(() => GetPaymentRecurringAmount$inboundSchema).optional(),
|
|
65443
65344
|
times: numberType().int().optional(),
|
|
65444
65345
|
startDate: nullableType(stringType()).optional()
|
|
65445
65346
|
});
|
|
65446
65347
|
GetPaymentRecurring$outboundSchema = objectType({
|
|
65447
65348
|
description: stringType().optional(),
|
|
65448
|
-
interval:
|
|
65349
|
+
interval: stringType(),
|
|
65449
65350
|
amount: lazyType(() => GetPaymentRecurringAmount$outboundSchema).optional(),
|
|
65450
65351
|
times: numberType().int().optional(),
|
|
65451
65352
|
startDate: nullableType(stringType()).optional()
|
|
@@ -66692,7 +66593,7 @@ var init_getpaymentlink = __esm(() => {
|
|
|
66692
66593
|
});
|
|
66693
66594
|
|
|
66694
66595
|
// src/models/operations/getpaymentlinkpayments.ts
|
|
66695
|
-
var GetPaymentLinkPaymentsSort, GetPaymentLinkPaymentsMode, GetPaymentLinkPaymentsLineType, GetPaymentLinkPaymentsCategory, GetPaymentLinkPaymentsInterval, GetPaymentLinkPaymentsLocale, GetPaymentLinkPaymentsMethod, GetPaymentLinkPaymentsCaptureMode, GetPaymentLinkPaymentsRoutingMode, GetPaymentLinkPaymentsRoutingType, GetPaymentLinkPaymentsSequenceType, GetPaymentLinkPaymentsStatusEnum, GetPaymentLinkPaymentsCode, GetPaymentLinkPaymentsCardAudition, GetPaymentLinkPaymentsCardLabel, GetPaymentLinkPaymentsCardFunding, GetPaymentLinkPaymentsCardSecurity, GetPaymentLinkPaymentsFeeRegion, GetPaymentLinkPaymentsFailureReason, GetPaymentLinkPaymentsWallet, GetPaymentLinkPaymentsSellerProtection, GetPaymentLinkPaymentsCardReadMethod, GetPaymentLinkPaymentsCardVerificationMethod, GetPaymentLinkPaymentsSort$inboundSchema, GetPaymentLinkPaymentsSort$outboundSchema, GetPaymentLinkPaymentsSort$, GetPaymentLinkPaymentsRequest$inboundSchema, GetPaymentLinkPaymentsRequest$outboundSchema, GetPaymentLinkPaymentsRequest$, GetPaymentLinkPaymentsBadRequestDocumentation$inboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$outboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$, GetPaymentLinkPaymentsBadRequestLinks$inboundSchema, GetPaymentLinkPaymentsBadRequestLinks$outboundSchema, GetPaymentLinkPaymentsBadRequestLinks$, GetPaymentLinkPaymentsMode$inboundSchema, GetPaymentLinkPaymentsMode$outboundSchema, GetPaymentLinkPaymentsMode$, GetPaymentLinkPaymentsAmount$inboundSchema, GetPaymentLinkPaymentsAmount$outboundSchema, GetPaymentLinkPaymentsAmount$, GetPaymentLinkPaymentsAmountRefunded$inboundSchema, GetPaymentLinkPaymentsAmountRefunded$outboundSchema, GetPaymentLinkPaymentsAmountRefunded$, GetPaymentLinkPaymentsAmountRemaining$inboundSchema, GetPaymentLinkPaymentsAmountRemaining$outboundSchema, GetPaymentLinkPaymentsAmountRemaining$, GetPaymentLinkPaymentsAmountCaptured$inboundSchema, GetPaymentLinkPaymentsAmountCaptured$outboundSchema, GetPaymentLinkPaymentsAmountCaptured$, GetPaymentLinkPaymentsAmountChargedBack$inboundSchema, GetPaymentLinkPaymentsAmountChargedBack$outboundSchema, GetPaymentLinkPaymentsAmountChargedBack$, GetPaymentLinkPaymentsSettlementAmount$inboundSchema, GetPaymentLinkPaymentsSettlementAmount$outboundSchema, GetPaymentLinkPaymentsSettlementAmount$, GetPaymentLinkPaymentsLineType$inboundSchema, GetPaymentLinkPaymentsLineType$outboundSchema, GetPaymentLinkPaymentsLineType$, GetPaymentLinkPaymentsUnitPrice$inboundSchema, GetPaymentLinkPaymentsUnitPrice$outboundSchema, GetPaymentLinkPaymentsUnitPrice$, GetPaymentLinkPaymentsDiscountAmount$inboundSchema, GetPaymentLinkPaymentsDiscountAmount$outboundSchema, GetPaymentLinkPaymentsDiscountAmount$, GetPaymentLinkPaymentsTotalAmount$inboundSchema, GetPaymentLinkPaymentsTotalAmount$outboundSchema, GetPaymentLinkPaymentsTotalAmount$, GetPaymentLinkPaymentsVatAmount$inboundSchema, GetPaymentLinkPaymentsVatAmount$outboundSchema, GetPaymentLinkPaymentsVatAmount$, GetPaymentLinkPaymentsCategory$inboundSchema, GetPaymentLinkPaymentsCategory$outboundSchema, GetPaymentLinkPaymentsCategory$, GetPaymentLinkPaymentsInterval$inboundSchema, GetPaymentLinkPaymentsInterval$outboundSchema, GetPaymentLinkPaymentsInterval$, GetPaymentLinkPaymentsRecurringAmount$inboundSchema, GetPaymentLinkPaymentsRecurringAmount$outboundSchema, GetPaymentLinkPaymentsRecurringAmount$, GetPaymentLinkPaymentsRecurring$inboundSchema, GetPaymentLinkPaymentsRecurring$outboundSchema, GetPaymentLinkPaymentsRecurring$, GetPaymentLinkPaymentsLine$inboundSchema, GetPaymentLinkPaymentsLine$outboundSchema, GetPaymentLinkPaymentsLine$, GetPaymentLinkPaymentsBillingAddress$inboundSchema, GetPaymentLinkPaymentsBillingAddress$outboundSchema, GetPaymentLinkPaymentsBillingAddress$, GetPaymentLinkPaymentsShippingAddress$inboundSchema, GetPaymentLinkPaymentsShippingAddress$outboundSchema, GetPaymentLinkPaymentsShippingAddress$, GetPaymentLinkPaymentsLocale$inboundSchema, GetPaymentLinkPaymentsLocale$outboundSchema, GetPaymentLinkPaymentsLocale$, GetPaymentLinkPaymentsMethod$inboundSchema, GetPaymentLinkPaymentsMethod$outboundSchema, GetPaymentLinkPaymentsMethod$, GetPaymentLinkPaymentsMetadata$inboundSchema, GetPaymentLinkPaymentsMetadata$outboundSchema, GetPaymentLinkPaymentsMetadata$, GetPaymentLinkPaymentsCaptureMode$inboundSchema, GetPaymentLinkPaymentsCaptureMode$outboundSchema, GetPaymentLinkPaymentsCaptureMode$, GetPaymentLinkPaymentsApplicationFeeAmount$inboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$outboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$, GetPaymentLinkPaymentsApplicationFee$inboundSchema, GetPaymentLinkPaymentsApplicationFee$outboundSchema, GetPaymentLinkPaymentsApplicationFee$, GetPaymentLinkPaymentsRoutingMode$inboundSchema, GetPaymentLinkPaymentsRoutingMode$outboundSchema, GetPaymentLinkPaymentsRoutingMode$, GetPaymentLinkPaymentsRoutingAmount$inboundSchema, GetPaymentLinkPaymentsRoutingAmount$outboundSchema, GetPaymentLinkPaymentsRoutingAmount$, GetPaymentLinkPaymentsRoutingType$inboundSchema, GetPaymentLinkPaymentsRoutingType$outboundSchema, GetPaymentLinkPaymentsRoutingType$, GetPaymentLinkPaymentsDestination$inboundSchema, GetPaymentLinkPaymentsDestination$outboundSchema, GetPaymentLinkPaymentsDestination$, GetPaymentLinkPaymentsRoutingSelf$inboundSchema, GetPaymentLinkPaymentsRoutingSelf$outboundSchema, GetPaymentLinkPaymentsRoutingSelf$, GetPaymentLinkPaymentsRoutingPayment$inboundSchema, GetPaymentLinkPaymentsRoutingPayment$outboundSchema, GetPaymentLinkPaymentsRoutingPayment$, GetPaymentLinkPaymentsRoutingLinks$inboundSchema, GetPaymentLinkPaymentsRoutingLinks$outboundSchema, GetPaymentLinkPaymentsRoutingLinks$, GetPaymentLinkPaymentsRouting$inboundSchema, GetPaymentLinkPaymentsRouting$outboundSchema, GetPaymentLinkPaymentsRouting$, GetPaymentLinkPaymentsSequenceType$inboundSchema, GetPaymentLinkPaymentsSequenceType$outboundSchema, GetPaymentLinkPaymentsSequenceType$, GetPaymentLinkPaymentsStatusEnum$inboundSchema, GetPaymentLinkPaymentsStatusEnum$outboundSchema, GetPaymentLinkPaymentsStatusEnum$, GetPaymentLinkPaymentsCode$inboundSchema, GetPaymentLinkPaymentsCode$outboundSchema, GetPaymentLinkPaymentsCode$, GetPaymentLinkPaymentsStatusReason$inboundSchema, GetPaymentLinkPaymentsStatusReason$outboundSchema, GetPaymentLinkPaymentsStatusReason$, GetPaymentLinkPaymentsCardAudition$inboundSchema, GetPaymentLinkPaymentsCardAudition$outboundSchema, GetPaymentLinkPaymentsCardAudition$, GetPaymentLinkPaymentsCardLabel$inboundSchema, GetPaymentLinkPaymentsCardLabel$outboundSchema, GetPaymentLinkPaymentsCardLabel$, GetPaymentLinkPaymentsCardFunding$inboundSchema, GetPaymentLinkPaymentsCardFunding$outboundSchema, GetPaymentLinkPaymentsCardFunding$, GetPaymentLinkPaymentsCardSecurity$inboundSchema, GetPaymentLinkPaymentsCardSecurity$outboundSchema, GetPaymentLinkPaymentsCardSecurity$, GetPaymentLinkPaymentsFeeRegion$inboundSchema, GetPaymentLinkPaymentsFeeRegion$outboundSchema, GetPaymentLinkPaymentsFeeRegion$, GetPaymentLinkPaymentsFailureReason$inboundSchema, GetPaymentLinkPaymentsFailureReason$outboundSchema, GetPaymentLinkPaymentsFailureReason$, GetPaymentLinkPaymentsWallet$inboundSchema, GetPaymentLinkPaymentsWallet$outboundSchema, GetPaymentLinkPaymentsWallet$, GetPaymentLinkPaymentsSellerProtection$inboundSchema, GetPaymentLinkPaymentsSellerProtection$outboundSchema, GetPaymentLinkPaymentsSellerProtection$, GetPaymentLinkPaymentsPaypalFee$inboundSchema, GetPaymentLinkPaymentsPaypalFee$outboundSchema, GetPaymentLinkPaymentsPaypalFee$, GetPaymentLinkPaymentsCardReadMethod$inboundSchema, GetPaymentLinkPaymentsCardReadMethod$outboundSchema, GetPaymentLinkPaymentsCardReadMethod$, GetPaymentLinkPaymentsCardVerificationMethod$inboundSchema, GetPaymentLinkPaymentsCardVerificationMethod$outboundSchema, GetPaymentLinkPaymentsCardVerificationMethod$, GetPaymentLinkPaymentsReceipt$inboundSchema, GetPaymentLinkPaymentsReceipt$outboundSchema, GetPaymentLinkPaymentsReceipt$, GetPaymentLinkPaymentsQrCode$inboundSchema, GetPaymentLinkPaymentsQrCode$outboundSchema, GetPaymentLinkPaymentsQrCode$, GetPaymentLinkPaymentsRemainderAmount$inboundSchema, GetPaymentLinkPaymentsRemainderAmount$outboundSchema, GetPaymentLinkPaymentsRemainderAmount$, GetPaymentLinkPaymentsDetails$inboundSchema, GetPaymentLinkPaymentsDetails$outboundSchema, GetPaymentLinkPaymentsDetails$, GetPaymentLinkPaymentsPaymentSelf$inboundSchema, GetPaymentLinkPaymentsPaymentSelf$outboundSchema, GetPaymentLinkPaymentsPaymentSelf$, GetPaymentLinkPaymentsCheckout$inboundSchema, GetPaymentLinkPaymentsCheckout$outboundSchema, GetPaymentLinkPaymentsCheckout$, GetPaymentLinkPaymentsMobileAppCheckout$inboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$outboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$, GetPaymentLinkPaymentsChangePaymentState$inboundSchema, GetPaymentLinkPaymentsChangePaymentState$outboundSchema, GetPaymentLinkPaymentsChangePaymentState$, GetPaymentLinkPaymentsDashboard$inboundSchema, GetPaymentLinkPaymentsDashboard$outboundSchema, GetPaymentLinkPaymentsDashboard$, GetPaymentLinkPaymentsRefunds$inboundSchema, GetPaymentLinkPaymentsRefunds$outboundSchema, GetPaymentLinkPaymentsRefunds$, GetPaymentLinkPaymentsChargebacks$inboundSchema, GetPaymentLinkPaymentsChargebacks$outboundSchema, GetPaymentLinkPaymentsChargebacks$, GetPaymentLinkPaymentsCaptures$inboundSchema, GetPaymentLinkPaymentsCaptures$outboundSchema, GetPaymentLinkPaymentsCaptures$, GetPaymentLinkPaymentsSettlement$inboundSchema, GetPaymentLinkPaymentsSettlement$outboundSchema, GetPaymentLinkPaymentsSettlement$, GetPaymentLinkPaymentsCustomer$inboundSchema, GetPaymentLinkPaymentsCustomer$outboundSchema, GetPaymentLinkPaymentsCustomer$, GetPaymentLinkPaymentsMandate$inboundSchema, GetPaymentLinkPaymentsMandate$outboundSchema, GetPaymentLinkPaymentsMandate$, GetPaymentLinkPaymentsSubscription$inboundSchema, GetPaymentLinkPaymentsSubscription$outboundSchema, GetPaymentLinkPaymentsSubscription$, GetPaymentLinkPaymentsOrder$inboundSchema, GetPaymentLinkPaymentsOrder$outboundSchema, GetPaymentLinkPaymentsOrder$, GetPaymentLinkPaymentsTerminal$inboundSchema, GetPaymentLinkPaymentsTerminal$outboundSchema, GetPaymentLinkPaymentsTerminal$, GetPaymentLinkPaymentsPaymentDocumentation$inboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$outboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$, GetPaymentLinkPaymentsLinksStatus$inboundSchema, GetPaymentLinkPaymentsLinksStatus$outboundSchema, GetPaymentLinkPaymentsLinksStatus$, GetPaymentLinkPaymentsPayOnline$inboundSchema, GetPaymentLinkPaymentsPayOnline$outboundSchema, GetPaymentLinkPaymentsPayOnline$, GetPaymentLinkPaymentsPaymentLinks$inboundSchema, GetPaymentLinkPaymentsPaymentLinks$outboundSchema, GetPaymentLinkPaymentsPaymentLinks$, GetPaymentLinkPaymentsPaymentOutput$inboundSchema, GetPaymentLinkPaymentsPaymentOutput$outboundSchema, GetPaymentLinkPaymentsPaymentOutput$, GetPaymentLinkPaymentsEmbedded$inboundSchema, GetPaymentLinkPaymentsEmbedded$outboundSchema, GetPaymentLinkPaymentsEmbedded$, GetPaymentLinkPaymentsSelf$inboundSchema, GetPaymentLinkPaymentsSelf$outboundSchema, GetPaymentLinkPaymentsSelf$, GetPaymentLinkPaymentsPrevious$inboundSchema, GetPaymentLinkPaymentsPrevious$outboundSchema, GetPaymentLinkPaymentsPrevious$, GetPaymentLinkPaymentsNext$inboundSchema, GetPaymentLinkPaymentsNext$outboundSchema, GetPaymentLinkPaymentsNext$, GetPaymentLinkPaymentsDocumentation$inboundSchema, GetPaymentLinkPaymentsDocumentation$outboundSchema, GetPaymentLinkPaymentsDocumentation$, GetPaymentLinkPaymentsLinks$inboundSchema, GetPaymentLinkPaymentsLinks$outboundSchema, GetPaymentLinkPaymentsLinks$, GetPaymentLinkPaymentsResponse$inboundSchema, GetPaymentLinkPaymentsResponse$outboundSchema, GetPaymentLinkPaymentsResponse$;
|
|
66596
|
+
var GetPaymentLinkPaymentsSort, GetPaymentLinkPaymentsMode, GetPaymentLinkPaymentsLineType, GetPaymentLinkPaymentsCategory, GetPaymentLinkPaymentsLocale, GetPaymentLinkPaymentsMethod, GetPaymentLinkPaymentsCaptureMode, GetPaymentLinkPaymentsRoutingMode, GetPaymentLinkPaymentsRoutingType, GetPaymentLinkPaymentsSequenceType, GetPaymentLinkPaymentsStatusEnum, GetPaymentLinkPaymentsCode, GetPaymentLinkPaymentsCardAudition, GetPaymentLinkPaymentsCardLabel, GetPaymentLinkPaymentsCardFunding, GetPaymentLinkPaymentsCardSecurity, GetPaymentLinkPaymentsFeeRegion, GetPaymentLinkPaymentsFailureReason, GetPaymentLinkPaymentsWallet, GetPaymentLinkPaymentsSellerProtection, GetPaymentLinkPaymentsCardReadMethod, GetPaymentLinkPaymentsCardVerificationMethod, GetPaymentLinkPaymentsSort$inboundSchema, GetPaymentLinkPaymentsSort$outboundSchema, GetPaymentLinkPaymentsSort$, GetPaymentLinkPaymentsRequest$inboundSchema, GetPaymentLinkPaymentsRequest$outboundSchema, GetPaymentLinkPaymentsRequest$, GetPaymentLinkPaymentsBadRequestDocumentation$inboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$outboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$, GetPaymentLinkPaymentsBadRequestLinks$inboundSchema, GetPaymentLinkPaymentsBadRequestLinks$outboundSchema, GetPaymentLinkPaymentsBadRequestLinks$, GetPaymentLinkPaymentsMode$inboundSchema, GetPaymentLinkPaymentsMode$outboundSchema, GetPaymentLinkPaymentsMode$, GetPaymentLinkPaymentsAmount$inboundSchema, GetPaymentLinkPaymentsAmount$outboundSchema, GetPaymentLinkPaymentsAmount$, GetPaymentLinkPaymentsAmountRefunded$inboundSchema, GetPaymentLinkPaymentsAmountRefunded$outboundSchema, GetPaymentLinkPaymentsAmountRefunded$, GetPaymentLinkPaymentsAmountRemaining$inboundSchema, GetPaymentLinkPaymentsAmountRemaining$outboundSchema, GetPaymentLinkPaymentsAmountRemaining$, GetPaymentLinkPaymentsAmountCaptured$inboundSchema, GetPaymentLinkPaymentsAmountCaptured$outboundSchema, GetPaymentLinkPaymentsAmountCaptured$, GetPaymentLinkPaymentsAmountChargedBack$inboundSchema, GetPaymentLinkPaymentsAmountChargedBack$outboundSchema, GetPaymentLinkPaymentsAmountChargedBack$, GetPaymentLinkPaymentsSettlementAmount$inboundSchema, GetPaymentLinkPaymentsSettlementAmount$outboundSchema, GetPaymentLinkPaymentsSettlementAmount$, GetPaymentLinkPaymentsLineType$inboundSchema, GetPaymentLinkPaymentsLineType$outboundSchema, GetPaymentLinkPaymentsLineType$, GetPaymentLinkPaymentsUnitPrice$inboundSchema, GetPaymentLinkPaymentsUnitPrice$outboundSchema, GetPaymentLinkPaymentsUnitPrice$, GetPaymentLinkPaymentsDiscountAmount$inboundSchema, GetPaymentLinkPaymentsDiscountAmount$outboundSchema, GetPaymentLinkPaymentsDiscountAmount$, GetPaymentLinkPaymentsTotalAmount$inboundSchema, GetPaymentLinkPaymentsTotalAmount$outboundSchema, GetPaymentLinkPaymentsTotalAmount$, GetPaymentLinkPaymentsVatAmount$inboundSchema, GetPaymentLinkPaymentsVatAmount$outboundSchema, GetPaymentLinkPaymentsVatAmount$, GetPaymentLinkPaymentsCategory$inboundSchema, GetPaymentLinkPaymentsCategory$outboundSchema, GetPaymentLinkPaymentsCategory$, GetPaymentLinkPaymentsRecurringAmount$inboundSchema, GetPaymentLinkPaymentsRecurringAmount$outboundSchema, GetPaymentLinkPaymentsRecurringAmount$, GetPaymentLinkPaymentsRecurring$inboundSchema, GetPaymentLinkPaymentsRecurring$outboundSchema, GetPaymentLinkPaymentsRecurring$, GetPaymentLinkPaymentsLine$inboundSchema, GetPaymentLinkPaymentsLine$outboundSchema, GetPaymentLinkPaymentsLine$, GetPaymentLinkPaymentsBillingAddress$inboundSchema, GetPaymentLinkPaymentsBillingAddress$outboundSchema, GetPaymentLinkPaymentsBillingAddress$, GetPaymentLinkPaymentsShippingAddress$inboundSchema, GetPaymentLinkPaymentsShippingAddress$outboundSchema, GetPaymentLinkPaymentsShippingAddress$, GetPaymentLinkPaymentsLocale$inboundSchema, GetPaymentLinkPaymentsLocale$outboundSchema, GetPaymentLinkPaymentsLocale$, GetPaymentLinkPaymentsMethod$inboundSchema, GetPaymentLinkPaymentsMethod$outboundSchema, GetPaymentLinkPaymentsMethod$, GetPaymentLinkPaymentsMetadata$inboundSchema, GetPaymentLinkPaymentsMetadata$outboundSchema, GetPaymentLinkPaymentsMetadata$, GetPaymentLinkPaymentsCaptureMode$inboundSchema, GetPaymentLinkPaymentsCaptureMode$outboundSchema, GetPaymentLinkPaymentsCaptureMode$, GetPaymentLinkPaymentsApplicationFeeAmount$inboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$outboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$, GetPaymentLinkPaymentsApplicationFee$inboundSchema, GetPaymentLinkPaymentsApplicationFee$outboundSchema, GetPaymentLinkPaymentsApplicationFee$, GetPaymentLinkPaymentsRoutingMode$inboundSchema, GetPaymentLinkPaymentsRoutingMode$outboundSchema, GetPaymentLinkPaymentsRoutingMode$, GetPaymentLinkPaymentsRoutingAmount$inboundSchema, GetPaymentLinkPaymentsRoutingAmount$outboundSchema, GetPaymentLinkPaymentsRoutingAmount$, GetPaymentLinkPaymentsRoutingType$inboundSchema, GetPaymentLinkPaymentsRoutingType$outboundSchema, GetPaymentLinkPaymentsRoutingType$, GetPaymentLinkPaymentsDestination$inboundSchema, GetPaymentLinkPaymentsDestination$outboundSchema, GetPaymentLinkPaymentsDestination$, GetPaymentLinkPaymentsRoutingSelf$inboundSchema, GetPaymentLinkPaymentsRoutingSelf$outboundSchema, GetPaymentLinkPaymentsRoutingSelf$, GetPaymentLinkPaymentsRoutingPayment$inboundSchema, GetPaymentLinkPaymentsRoutingPayment$outboundSchema, GetPaymentLinkPaymentsRoutingPayment$, GetPaymentLinkPaymentsRoutingLinks$inboundSchema, GetPaymentLinkPaymentsRoutingLinks$outboundSchema, GetPaymentLinkPaymentsRoutingLinks$, GetPaymentLinkPaymentsRouting$inboundSchema, GetPaymentLinkPaymentsRouting$outboundSchema, GetPaymentLinkPaymentsRouting$, GetPaymentLinkPaymentsSequenceType$inboundSchema, GetPaymentLinkPaymentsSequenceType$outboundSchema, GetPaymentLinkPaymentsSequenceType$, GetPaymentLinkPaymentsStatusEnum$inboundSchema, GetPaymentLinkPaymentsStatusEnum$outboundSchema, GetPaymentLinkPaymentsStatusEnum$, GetPaymentLinkPaymentsCode$inboundSchema, GetPaymentLinkPaymentsCode$outboundSchema, GetPaymentLinkPaymentsCode$, GetPaymentLinkPaymentsStatusReason$inboundSchema, GetPaymentLinkPaymentsStatusReason$outboundSchema, GetPaymentLinkPaymentsStatusReason$, GetPaymentLinkPaymentsCardAudition$inboundSchema, GetPaymentLinkPaymentsCardAudition$outboundSchema, GetPaymentLinkPaymentsCardAudition$, GetPaymentLinkPaymentsCardLabel$inboundSchema, GetPaymentLinkPaymentsCardLabel$outboundSchema, GetPaymentLinkPaymentsCardLabel$, GetPaymentLinkPaymentsCardFunding$inboundSchema, GetPaymentLinkPaymentsCardFunding$outboundSchema, GetPaymentLinkPaymentsCardFunding$, GetPaymentLinkPaymentsCardSecurity$inboundSchema, GetPaymentLinkPaymentsCardSecurity$outboundSchema, GetPaymentLinkPaymentsCardSecurity$, GetPaymentLinkPaymentsFeeRegion$inboundSchema, GetPaymentLinkPaymentsFeeRegion$outboundSchema, GetPaymentLinkPaymentsFeeRegion$, GetPaymentLinkPaymentsFailureReason$inboundSchema, GetPaymentLinkPaymentsFailureReason$outboundSchema, GetPaymentLinkPaymentsFailureReason$, GetPaymentLinkPaymentsWallet$inboundSchema, GetPaymentLinkPaymentsWallet$outboundSchema, GetPaymentLinkPaymentsWallet$, GetPaymentLinkPaymentsSellerProtection$inboundSchema, GetPaymentLinkPaymentsSellerProtection$outboundSchema, GetPaymentLinkPaymentsSellerProtection$, GetPaymentLinkPaymentsPaypalFee$inboundSchema, GetPaymentLinkPaymentsPaypalFee$outboundSchema, GetPaymentLinkPaymentsPaypalFee$, GetPaymentLinkPaymentsCardReadMethod$inboundSchema, GetPaymentLinkPaymentsCardReadMethod$outboundSchema, GetPaymentLinkPaymentsCardReadMethod$, GetPaymentLinkPaymentsCardVerificationMethod$inboundSchema, GetPaymentLinkPaymentsCardVerificationMethod$outboundSchema, GetPaymentLinkPaymentsCardVerificationMethod$, GetPaymentLinkPaymentsReceipt$inboundSchema, GetPaymentLinkPaymentsReceipt$outboundSchema, GetPaymentLinkPaymentsReceipt$, GetPaymentLinkPaymentsQrCode$inboundSchema, GetPaymentLinkPaymentsQrCode$outboundSchema, GetPaymentLinkPaymentsQrCode$, GetPaymentLinkPaymentsRemainderAmount$inboundSchema, GetPaymentLinkPaymentsRemainderAmount$outboundSchema, GetPaymentLinkPaymentsRemainderAmount$, GetPaymentLinkPaymentsDetails$inboundSchema, GetPaymentLinkPaymentsDetails$outboundSchema, GetPaymentLinkPaymentsDetails$, GetPaymentLinkPaymentsPaymentSelf$inboundSchema, GetPaymentLinkPaymentsPaymentSelf$outboundSchema, GetPaymentLinkPaymentsPaymentSelf$, GetPaymentLinkPaymentsCheckout$inboundSchema, GetPaymentLinkPaymentsCheckout$outboundSchema, GetPaymentLinkPaymentsCheckout$, GetPaymentLinkPaymentsMobileAppCheckout$inboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$outboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$, GetPaymentLinkPaymentsChangePaymentState$inboundSchema, GetPaymentLinkPaymentsChangePaymentState$outboundSchema, GetPaymentLinkPaymentsChangePaymentState$, GetPaymentLinkPaymentsDashboard$inboundSchema, GetPaymentLinkPaymentsDashboard$outboundSchema, GetPaymentLinkPaymentsDashboard$, GetPaymentLinkPaymentsRefunds$inboundSchema, GetPaymentLinkPaymentsRefunds$outboundSchema, GetPaymentLinkPaymentsRefunds$, GetPaymentLinkPaymentsChargebacks$inboundSchema, GetPaymentLinkPaymentsChargebacks$outboundSchema, GetPaymentLinkPaymentsChargebacks$, GetPaymentLinkPaymentsCaptures$inboundSchema, GetPaymentLinkPaymentsCaptures$outboundSchema, GetPaymentLinkPaymentsCaptures$, GetPaymentLinkPaymentsSettlement$inboundSchema, GetPaymentLinkPaymentsSettlement$outboundSchema, GetPaymentLinkPaymentsSettlement$, GetPaymentLinkPaymentsCustomer$inboundSchema, GetPaymentLinkPaymentsCustomer$outboundSchema, GetPaymentLinkPaymentsCustomer$, GetPaymentLinkPaymentsMandate$inboundSchema, GetPaymentLinkPaymentsMandate$outboundSchema, GetPaymentLinkPaymentsMandate$, GetPaymentLinkPaymentsSubscription$inboundSchema, GetPaymentLinkPaymentsSubscription$outboundSchema, GetPaymentLinkPaymentsSubscription$, GetPaymentLinkPaymentsOrder$inboundSchema, GetPaymentLinkPaymentsOrder$outboundSchema, GetPaymentLinkPaymentsOrder$, GetPaymentLinkPaymentsTerminal$inboundSchema, GetPaymentLinkPaymentsTerminal$outboundSchema, GetPaymentLinkPaymentsTerminal$, GetPaymentLinkPaymentsPaymentDocumentation$inboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$outboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$, GetPaymentLinkPaymentsLinksStatus$inboundSchema, GetPaymentLinkPaymentsLinksStatus$outboundSchema, GetPaymentLinkPaymentsLinksStatus$, GetPaymentLinkPaymentsPayOnline$inboundSchema, GetPaymentLinkPaymentsPayOnline$outboundSchema, GetPaymentLinkPaymentsPayOnline$, GetPaymentLinkPaymentsPaymentLinks$inboundSchema, GetPaymentLinkPaymentsPaymentLinks$outboundSchema, GetPaymentLinkPaymentsPaymentLinks$, GetPaymentLinkPaymentsPaymentOutput$inboundSchema, GetPaymentLinkPaymentsPaymentOutput$outboundSchema, GetPaymentLinkPaymentsPaymentOutput$, GetPaymentLinkPaymentsEmbedded$inboundSchema, GetPaymentLinkPaymentsEmbedded$outboundSchema, GetPaymentLinkPaymentsEmbedded$, GetPaymentLinkPaymentsSelf$inboundSchema, GetPaymentLinkPaymentsSelf$outboundSchema, GetPaymentLinkPaymentsSelf$, GetPaymentLinkPaymentsPrevious$inboundSchema, GetPaymentLinkPaymentsPrevious$outboundSchema, GetPaymentLinkPaymentsPrevious$, GetPaymentLinkPaymentsNext$inboundSchema, GetPaymentLinkPaymentsNext$outboundSchema, GetPaymentLinkPaymentsNext$, GetPaymentLinkPaymentsDocumentation$inboundSchema, GetPaymentLinkPaymentsDocumentation$outboundSchema, GetPaymentLinkPaymentsDocumentation$, GetPaymentLinkPaymentsLinks$inboundSchema, GetPaymentLinkPaymentsLinks$outboundSchema, GetPaymentLinkPaymentsLinks$, GetPaymentLinkPaymentsResponse$inboundSchema, GetPaymentLinkPaymentsResponse$outboundSchema, GetPaymentLinkPaymentsResponse$;
|
|
66696
66597
|
var init_getpaymentlinkpayments = __esm(() => {
|
|
66697
66598
|
init_esm();
|
|
66698
66599
|
init_primitives();
|
|
@@ -66721,11 +66622,6 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66721
66622
|
Gift: "gift",
|
|
66722
66623
|
SportCulture: "sport_culture"
|
|
66723
66624
|
};
|
|
66724
|
-
GetPaymentLinkPaymentsInterval = {
|
|
66725
|
-
DotDotDotMonths: "... months",
|
|
66726
|
-
DotDotDotWeeks: "... weeks",
|
|
66727
|
-
DotDotDotDays: "... days"
|
|
66728
|
-
};
|
|
66729
66625
|
GetPaymentLinkPaymentsLocale = {
|
|
66730
66626
|
EnUS: "en_US",
|
|
66731
66627
|
EnGB: "en_GB",
|
|
@@ -67204,12 +67100,6 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
67204
67100
|
GetPaymentLinkPaymentsCategory$.inboundSchema = GetPaymentLinkPaymentsCategory$inboundSchema;
|
|
67205
67101
|
GetPaymentLinkPaymentsCategory$.outboundSchema = GetPaymentLinkPaymentsCategory$outboundSchema;
|
|
67206
67102
|
})(GetPaymentLinkPaymentsCategory$ ||= {});
|
|
67207
|
-
GetPaymentLinkPaymentsInterval$inboundSchema = nativeEnumType(GetPaymentLinkPaymentsInterval);
|
|
67208
|
-
GetPaymentLinkPaymentsInterval$outboundSchema = GetPaymentLinkPaymentsInterval$inboundSchema;
|
|
67209
|
-
((GetPaymentLinkPaymentsInterval$) => {
|
|
67210
|
-
GetPaymentLinkPaymentsInterval$.inboundSchema = GetPaymentLinkPaymentsInterval$inboundSchema;
|
|
67211
|
-
GetPaymentLinkPaymentsInterval$.outboundSchema = GetPaymentLinkPaymentsInterval$outboundSchema;
|
|
67212
|
-
})(GetPaymentLinkPaymentsInterval$ ||= {});
|
|
67213
67103
|
GetPaymentLinkPaymentsRecurringAmount$inboundSchema = objectType({
|
|
67214
67104
|
currency: stringType(),
|
|
67215
67105
|
value: stringType()
|
|
@@ -67224,14 +67114,14 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
67224
67114
|
})(GetPaymentLinkPaymentsRecurringAmount$ ||= {});
|
|
67225
67115
|
GetPaymentLinkPaymentsRecurring$inboundSchema = objectType({
|
|
67226
67116
|
description: stringType().optional(),
|
|
67227
|
-
interval:
|
|
67117
|
+
interval: stringType(),
|
|
67228
67118
|
amount: lazyType(() => GetPaymentLinkPaymentsRecurringAmount$inboundSchema).optional(),
|
|
67229
67119
|
times: numberType().int().optional(),
|
|
67230
67120
|
startDate: nullableType(stringType()).optional()
|
|
67231
67121
|
});
|
|
67232
67122
|
GetPaymentLinkPaymentsRecurring$outboundSchema = objectType({
|
|
67233
67123
|
description: stringType().optional(),
|
|
67234
|
-
interval:
|
|
67124
|
+
interval: stringType(),
|
|
67235
67125
|
amount: lazyType(() => GetPaymentLinkPaymentsRecurringAmount$outboundSchema).optional(),
|
|
67236
67126
|
times: numberType().int().optional(),
|
|
67237
67127
|
startDate: nullableType(stringType()).optional()
|
|
@@ -69711,7 +69601,7 @@ var init_getsettlement = __esm(() => {
|
|
|
69711
69601
|
});
|
|
69712
69602
|
|
|
69713
69603
|
// src/models/operations/getsubscription.ts
|
|
69714
|
-
var GetSubscriptionMode, GetSubscriptionStatus,
|
|
69604
|
+
var GetSubscriptionMode, GetSubscriptionStatus, GetSubscriptionMethod, GetSubscriptionRequest$inboundSchema, GetSubscriptionRequest$outboundSchema, GetSubscriptionRequest$, GetSubscriptionNotFoundDocumentation$inboundSchema, GetSubscriptionNotFoundDocumentation$outboundSchema, GetSubscriptionNotFoundDocumentation$, GetSubscriptionNotFoundLinks$inboundSchema, GetSubscriptionNotFoundLinks$outboundSchema, GetSubscriptionNotFoundLinks$, GetSubscriptionMode$inboundSchema, GetSubscriptionMode$outboundSchema, GetSubscriptionMode$, GetSubscriptionStatus$inboundSchema, GetSubscriptionStatus$outboundSchema, GetSubscriptionStatus$, GetSubscriptionAmount$inboundSchema, GetSubscriptionAmount$outboundSchema, GetSubscriptionAmount$, GetSubscriptionMethod$inboundSchema, GetSubscriptionMethod$outboundSchema, GetSubscriptionMethod$, GetSubscriptionApplicationFeeAmount$inboundSchema, GetSubscriptionApplicationFeeAmount$outboundSchema, GetSubscriptionApplicationFeeAmount$, GetSubscriptionApplicationFee$inboundSchema, GetSubscriptionApplicationFee$outboundSchema, GetSubscriptionApplicationFee$, GetSubscriptionMetadata$inboundSchema, GetSubscriptionMetadata$outboundSchema, GetSubscriptionMetadata$, GetSubscriptionSelf$inboundSchema, GetSubscriptionSelf$outboundSchema, GetSubscriptionSelf$, GetSubscriptionCustomer$inboundSchema, GetSubscriptionCustomer$outboundSchema, GetSubscriptionCustomer$, GetSubscriptionMandate$inboundSchema, GetSubscriptionMandate$outboundSchema, GetSubscriptionMandate$, GetSubscriptionProfile$inboundSchema, GetSubscriptionProfile$outboundSchema, GetSubscriptionProfile$, GetSubscriptionPayments$inboundSchema, GetSubscriptionPayments$outboundSchema, GetSubscriptionPayments$, GetSubscriptionDocumentation$inboundSchema, GetSubscriptionDocumentation$outboundSchema, GetSubscriptionDocumentation$, GetSubscriptionLinks$inboundSchema, GetSubscriptionLinks$outboundSchema, GetSubscriptionLinks$, GetSubscriptionResponse$inboundSchema, GetSubscriptionResponse$outboundSchema, GetSubscriptionResponse$;
|
|
69715
69605
|
var init_getsubscription = __esm(() => {
|
|
69716
69606
|
init_esm();
|
|
69717
69607
|
init_primitives();
|
|
@@ -69726,11 +69616,6 @@ var init_getsubscription = __esm(() => {
|
|
|
69726
69616
|
Suspended: "suspended",
|
|
69727
69617
|
Completed: "completed"
|
|
69728
69618
|
};
|
|
69729
|
-
GetSubscriptionInterval = {
|
|
69730
|
-
DotDotDotDays: "... days",
|
|
69731
|
-
DotDotDotWeeks: "... weeks",
|
|
69732
|
-
DotDotDotMonths: "... months"
|
|
69733
|
-
};
|
|
69734
69619
|
GetSubscriptionMethod = {
|
|
69735
69620
|
Creditcard: "creditcard",
|
|
69736
69621
|
Directdebit: "directdebit",
|
|
@@ -69796,12 +69681,6 @@ var init_getsubscription = __esm(() => {
|
|
|
69796
69681
|
GetSubscriptionAmount$.inboundSchema = GetSubscriptionAmount$inboundSchema;
|
|
69797
69682
|
GetSubscriptionAmount$.outboundSchema = GetSubscriptionAmount$outboundSchema;
|
|
69798
69683
|
})(GetSubscriptionAmount$ ||= {});
|
|
69799
|
-
GetSubscriptionInterval$inboundSchema = nativeEnumType(GetSubscriptionInterval);
|
|
69800
|
-
GetSubscriptionInterval$outboundSchema = GetSubscriptionInterval$inboundSchema;
|
|
69801
|
-
((GetSubscriptionInterval$) => {
|
|
69802
|
-
GetSubscriptionInterval$.inboundSchema = GetSubscriptionInterval$inboundSchema;
|
|
69803
|
-
GetSubscriptionInterval$.outboundSchema = GetSubscriptionInterval$outboundSchema;
|
|
69804
|
-
})(GetSubscriptionInterval$ ||= {});
|
|
69805
69684
|
GetSubscriptionMethod$inboundSchema = nativeEnumType(GetSubscriptionMethod);
|
|
69806
69685
|
GetSubscriptionMethod$outboundSchema = GetSubscriptionMethod$inboundSchema;
|
|
69807
69686
|
((GetSubscriptionMethod$) => {
|
|
@@ -69937,8 +69816,8 @@ var init_getsubscription = __esm(() => {
|
|
|
69937
69816
|
status: GetSubscriptionStatus$inboundSchema,
|
|
69938
69817
|
amount: lazyType(() => GetSubscriptionAmount$inboundSchema),
|
|
69939
69818
|
times: nullableType(numberType().int()),
|
|
69940
|
-
timesRemaining: numberType().int(),
|
|
69941
|
-
interval:
|
|
69819
|
+
timesRemaining: nullableType(numberType().int()),
|
|
69820
|
+
interval: stringType(),
|
|
69942
69821
|
startDate: stringType(),
|
|
69943
69822
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
69944
69823
|
description: stringType(),
|
|
@@ -69950,7 +69829,7 @@ var init_getsubscription = __esm(() => {
|
|
|
69950
69829
|
mandateId: nullableType(stringType()).optional(),
|
|
69951
69830
|
createdAt: stringType(),
|
|
69952
69831
|
canceledAt: nullableType(stringType()).optional(),
|
|
69953
|
-
_links: lazyType(() => GetSubscriptionLinks$inboundSchema)
|
|
69832
|
+
_links: lazyType(() => GetSubscriptionLinks$inboundSchema)
|
|
69954
69833
|
}).transform((v2) => {
|
|
69955
69834
|
return remap(v2, {
|
|
69956
69835
|
_links: "links"
|
|
@@ -69963,8 +69842,8 @@ var init_getsubscription = __esm(() => {
|
|
|
69963
69842
|
status: GetSubscriptionStatus$outboundSchema,
|
|
69964
69843
|
amount: lazyType(() => GetSubscriptionAmount$outboundSchema),
|
|
69965
69844
|
times: nullableType(numberType().int()),
|
|
69966
|
-
timesRemaining: numberType().int(),
|
|
69967
|
-
interval:
|
|
69845
|
+
timesRemaining: nullableType(numberType().int()),
|
|
69846
|
+
interval: stringType(),
|
|
69968
69847
|
startDate: stringType(),
|
|
69969
69848
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
69970
69849
|
description: stringType(),
|
|
@@ -69976,7 +69855,7 @@ var init_getsubscription = __esm(() => {
|
|
|
69976
69855
|
mandateId: nullableType(stringType()).optional(),
|
|
69977
69856
|
createdAt: stringType(),
|
|
69978
69857
|
canceledAt: nullableType(stringType()).optional(),
|
|
69979
|
-
links: lazyType(() => GetSubscriptionLinks$outboundSchema)
|
|
69858
|
+
links: lazyType(() => GetSubscriptionLinks$outboundSchema)
|
|
69980
69859
|
}).transform((v2) => {
|
|
69981
69860
|
return remap(v2, {
|
|
69982
69861
|
links: "_links"
|
|
@@ -71584,7 +71463,7 @@ var init_listallmethods = __esm(() => {
|
|
|
71584
71463
|
minimumAmount: lazyType(() => ListAllMethodsMinimumAmount$inboundSchema),
|
|
71585
71464
|
maximumAmount: nullableType(lazyType(() => ListAllMethodsMaximumAmount$inboundSchema)),
|
|
71586
71465
|
image: lazyType(() => ListAllMethodsImage$inboundSchema),
|
|
71587
|
-
status:
|
|
71466
|
+
status: ListAllMethodsStatus$inboundSchema,
|
|
71588
71467
|
issuers: arrayType(lazyType(() => ListAllMethodsIssuer$inboundSchema)).optional(),
|
|
71589
71468
|
_links: lazyType(() => ListAllMethodsMethodLinks$inboundSchema),
|
|
71590
71469
|
pricing: arrayType(lazyType(() => Pricing$inboundSchema)).optional()
|
|
@@ -71600,7 +71479,7 @@ var init_listallmethods = __esm(() => {
|
|
|
71600
71479
|
minimumAmount: lazyType(() => ListAllMethodsMinimumAmount$outboundSchema),
|
|
71601
71480
|
maximumAmount: nullableType(lazyType(() => ListAllMethodsMaximumAmount$outboundSchema)),
|
|
71602
71481
|
image: lazyType(() => ListAllMethodsImage$outboundSchema),
|
|
71603
|
-
status:
|
|
71482
|
+
status: ListAllMethodsStatus$outboundSchema,
|
|
71604
71483
|
issuers: arrayType(lazyType(() => ListAllMethodsIssuer$outboundSchema)).optional(),
|
|
71605
71484
|
links: lazyType(() => ListAllMethodsMethodLinks$outboundSchema),
|
|
71606
71485
|
pricing: arrayType(lazyType(() => Pricing$outboundSchema)).optional()
|
|
@@ -72069,7 +71948,7 @@ var init_listallrefunds = __esm(() => {
|
|
|
72069
71948
|
});
|
|
72070
71949
|
|
|
72071
71950
|
// src/models/operations/listallsubscriptions.ts
|
|
72072
|
-
var ListAllSubscriptionsMode, ListAllSubscriptionsStatus,
|
|
71951
|
+
var ListAllSubscriptionsMode, ListAllSubscriptionsStatus, ListAllSubscriptionsMethod, ListAllSubscriptionsRequest$inboundSchema, ListAllSubscriptionsRequest$outboundSchema, ListAllSubscriptionsRequest$, ListAllSubscriptionsNotFoundDocumentation$inboundSchema, ListAllSubscriptionsNotFoundDocumentation$outboundSchema, ListAllSubscriptionsNotFoundDocumentation$, ListAllSubscriptionsNotFoundLinks$inboundSchema, ListAllSubscriptionsNotFoundLinks$outboundSchema, ListAllSubscriptionsNotFoundLinks$, ListAllSubscriptionsBadRequestDocumentation$inboundSchema, ListAllSubscriptionsBadRequestDocumentation$outboundSchema, ListAllSubscriptionsBadRequestDocumentation$, ListAllSubscriptionsBadRequestLinks$inboundSchema, ListAllSubscriptionsBadRequestLinks$outboundSchema, ListAllSubscriptionsBadRequestLinks$, ListAllSubscriptionsMode$inboundSchema, ListAllSubscriptionsMode$outboundSchema, ListAllSubscriptionsMode$, ListAllSubscriptionsStatus$inboundSchema, ListAllSubscriptionsStatus$outboundSchema, ListAllSubscriptionsStatus$, ListAllSubscriptionsAmount$inboundSchema, ListAllSubscriptionsAmount$outboundSchema, ListAllSubscriptionsAmount$, ListAllSubscriptionsMethod$inboundSchema, ListAllSubscriptionsMethod$outboundSchema, ListAllSubscriptionsMethod$, ListAllSubscriptionsApplicationFeeAmount$inboundSchema, ListAllSubscriptionsApplicationFeeAmount$outboundSchema, ListAllSubscriptionsApplicationFeeAmount$, ListAllSubscriptionsApplicationFee$inboundSchema, ListAllSubscriptionsApplicationFee$outboundSchema, ListAllSubscriptionsApplicationFee$, ListAllSubscriptionsMetadata$inboundSchema, ListAllSubscriptionsMetadata$outboundSchema, ListAllSubscriptionsMetadata$, ListAllSubscriptionsSubscriptionSelf$inboundSchema, ListAllSubscriptionsSubscriptionSelf$outboundSchema, ListAllSubscriptionsSubscriptionSelf$, ListAllSubscriptionsCustomer$inboundSchema, ListAllSubscriptionsCustomer$outboundSchema, ListAllSubscriptionsCustomer$, ListAllSubscriptionsMandate$inboundSchema, ListAllSubscriptionsMandate$outboundSchema, ListAllSubscriptionsMandate$, ListAllSubscriptionsProfile$inboundSchema, ListAllSubscriptionsProfile$outboundSchema, ListAllSubscriptionsProfile$, ListAllSubscriptionsPayments$inboundSchema, ListAllSubscriptionsPayments$outboundSchema, ListAllSubscriptionsPayments$, ListAllSubscriptionsSubscriptionDocumentation$inboundSchema, ListAllSubscriptionsSubscriptionDocumentation$outboundSchema, ListAllSubscriptionsSubscriptionDocumentation$, ListAllSubscriptionsSubscriptionLinks$inboundSchema, ListAllSubscriptionsSubscriptionLinks$outboundSchema, ListAllSubscriptionsSubscriptionLinks$, ListAllSubscriptionsSubscription$inboundSchema, ListAllSubscriptionsSubscription$outboundSchema, ListAllSubscriptionsSubscription$, ListAllSubscriptionsEmbedded$inboundSchema, ListAllSubscriptionsEmbedded$outboundSchema, ListAllSubscriptionsEmbedded$, ListAllSubscriptionsSelf$inboundSchema, ListAllSubscriptionsSelf$outboundSchema, ListAllSubscriptionsSelf$, ListAllSubscriptionsPrevious$inboundSchema, ListAllSubscriptionsPrevious$outboundSchema, ListAllSubscriptionsPrevious$, ListAllSubscriptionsNext$inboundSchema, ListAllSubscriptionsNext$outboundSchema, ListAllSubscriptionsNext$, ListAllSubscriptionsDocumentation$inboundSchema, ListAllSubscriptionsDocumentation$outboundSchema, ListAllSubscriptionsDocumentation$, ListAllSubscriptionsLinks$inboundSchema, ListAllSubscriptionsLinks$outboundSchema, ListAllSubscriptionsLinks$, ListAllSubscriptionsResponse$inboundSchema, ListAllSubscriptionsResponse$outboundSchema, ListAllSubscriptionsResponse$;
|
|
72073
71952
|
var init_listallsubscriptions = __esm(() => {
|
|
72074
71953
|
init_esm();
|
|
72075
71954
|
init_primitives();
|
|
@@ -72084,11 +71963,6 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
72084
71963
|
Suspended: "suspended",
|
|
72085
71964
|
Completed: "completed"
|
|
72086
71965
|
};
|
|
72087
|
-
ListAllSubscriptionsInterval = {
|
|
72088
|
-
DotDotDotDays: "... days",
|
|
72089
|
-
DotDotDotWeeks: "... weeks",
|
|
72090
|
-
DotDotDotMonths: "... months"
|
|
72091
|
-
};
|
|
72092
71966
|
ListAllSubscriptionsMethod = {
|
|
72093
71967
|
Creditcard: "creditcard",
|
|
72094
71968
|
Directdebit: "directdebit",
|
|
@@ -72178,12 +72052,6 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
72178
72052
|
ListAllSubscriptionsAmount$.inboundSchema = ListAllSubscriptionsAmount$inboundSchema;
|
|
72179
72053
|
ListAllSubscriptionsAmount$.outboundSchema = ListAllSubscriptionsAmount$outboundSchema;
|
|
72180
72054
|
})(ListAllSubscriptionsAmount$ ||= {});
|
|
72181
|
-
ListAllSubscriptionsInterval$inboundSchema = nativeEnumType(ListAllSubscriptionsInterval);
|
|
72182
|
-
ListAllSubscriptionsInterval$outboundSchema = ListAllSubscriptionsInterval$inboundSchema;
|
|
72183
|
-
((ListAllSubscriptionsInterval$) => {
|
|
72184
|
-
ListAllSubscriptionsInterval$.inboundSchema = ListAllSubscriptionsInterval$inboundSchema;
|
|
72185
|
-
ListAllSubscriptionsInterval$.outboundSchema = ListAllSubscriptionsInterval$outboundSchema;
|
|
72186
|
-
})(ListAllSubscriptionsInterval$ ||= {});
|
|
72187
72055
|
ListAllSubscriptionsMethod$inboundSchema = nativeEnumType(ListAllSubscriptionsMethod);
|
|
72188
72056
|
ListAllSubscriptionsMethod$outboundSchema = ListAllSubscriptionsMethod$inboundSchema;
|
|
72189
72057
|
((ListAllSubscriptionsMethod$) => {
|
|
@@ -72319,8 +72187,8 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
72319
72187
|
status: ListAllSubscriptionsStatus$inboundSchema,
|
|
72320
72188
|
amount: lazyType(() => ListAllSubscriptionsAmount$inboundSchema),
|
|
72321
72189
|
times: nullableType(numberType().int()),
|
|
72322
|
-
timesRemaining: numberType().int(),
|
|
72323
|
-
interval:
|
|
72190
|
+
timesRemaining: nullableType(numberType().int()),
|
|
72191
|
+
interval: stringType(),
|
|
72324
72192
|
startDate: stringType(),
|
|
72325
72193
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
72326
72194
|
description: stringType(),
|
|
@@ -72332,7 +72200,7 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
72332
72200
|
mandateId: nullableType(stringType()).optional(),
|
|
72333
72201
|
createdAt: stringType(),
|
|
72334
72202
|
canceledAt: nullableType(stringType()).optional(),
|
|
72335
|
-
_links: lazyType(() => ListAllSubscriptionsSubscriptionLinks$inboundSchema)
|
|
72203
|
+
_links: lazyType(() => ListAllSubscriptionsSubscriptionLinks$inboundSchema)
|
|
72336
72204
|
}).transform((v2) => {
|
|
72337
72205
|
return remap(v2, {
|
|
72338
72206
|
_links: "links"
|
|
@@ -72345,8 +72213,8 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
72345
72213
|
status: ListAllSubscriptionsStatus$outboundSchema,
|
|
72346
72214
|
amount: lazyType(() => ListAllSubscriptionsAmount$outboundSchema),
|
|
72347
72215
|
times: nullableType(numberType().int()),
|
|
72348
|
-
timesRemaining: numberType().int(),
|
|
72349
|
-
interval:
|
|
72216
|
+
timesRemaining: nullableType(numberType().int()),
|
|
72217
|
+
interval: stringType(),
|
|
72350
72218
|
startDate: stringType(),
|
|
72351
72219
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
72352
72220
|
description: stringType(),
|
|
@@ -72358,7 +72226,7 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
72358
72226
|
mandateId: nullableType(stringType()).optional(),
|
|
72359
72227
|
createdAt: stringType(),
|
|
72360
72228
|
canceledAt: nullableType(stringType()).optional(),
|
|
72361
|
-
links: lazyType(() => ListAllSubscriptionsSubscriptionLinks$outboundSchema)
|
|
72229
|
+
links: lazyType(() => ListAllSubscriptionsSubscriptionLinks$outboundSchema)
|
|
72362
72230
|
}).transform((v2) => {
|
|
72363
72231
|
return remap(v2, {
|
|
72364
72232
|
links: "_links"
|
|
@@ -72443,9 +72311,9 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
72443
72311
|
ListAllSubscriptionsLinks$.outboundSchema = ListAllSubscriptionsLinks$outboundSchema;
|
|
72444
72312
|
})(ListAllSubscriptionsLinks$ ||= {});
|
|
72445
72313
|
ListAllSubscriptionsResponse$inboundSchema = objectType({
|
|
72446
|
-
count: numberType().int()
|
|
72447
|
-
_embedded: lazyType(() => ListAllSubscriptionsEmbedded$inboundSchema)
|
|
72448
|
-
_links: lazyType(() => ListAllSubscriptionsLinks$inboundSchema)
|
|
72314
|
+
count: numberType().int(),
|
|
72315
|
+
_embedded: lazyType(() => ListAllSubscriptionsEmbedded$inboundSchema),
|
|
72316
|
+
_links: lazyType(() => ListAllSubscriptionsLinks$inboundSchema)
|
|
72449
72317
|
}).transform((v2) => {
|
|
72450
72318
|
return remap(v2, {
|
|
72451
72319
|
_embedded: "embedded",
|
|
@@ -72453,9 +72321,9 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
72453
72321
|
});
|
|
72454
72322
|
});
|
|
72455
72323
|
ListAllSubscriptionsResponse$outboundSchema = objectType({
|
|
72456
|
-
count: numberType().int()
|
|
72457
|
-
embedded: lazyType(() => ListAllSubscriptionsEmbedded$outboundSchema)
|
|
72458
|
-
links: lazyType(() => ListAllSubscriptionsLinks$outboundSchema)
|
|
72324
|
+
count: numberType().int(),
|
|
72325
|
+
embedded: lazyType(() => ListAllSubscriptionsEmbedded$outboundSchema),
|
|
72326
|
+
links: lazyType(() => ListAllSubscriptionsLinks$outboundSchema)
|
|
72459
72327
|
}).transform((v2) => {
|
|
72460
72328
|
return remap(v2, {
|
|
72461
72329
|
embedded: "_embedded",
|
|
@@ -75147,7 +75015,7 @@ var init_listclients = __esm(() => {
|
|
|
75147
75015
|
});
|
|
75148
75016
|
|
|
75149
75017
|
// src/models/operations/listcustomerpayments.ts
|
|
75150
|
-
var ListCustomerPaymentsSort, ListCustomerPaymentsMode, ListCustomerPaymentsLineType, ListCustomerPaymentsCategory, ListCustomerPaymentsInterval, ListCustomerPaymentsLocale, ListCustomerPaymentsMethod, ListCustomerPaymentsCaptureMode, ListCustomerPaymentsRoutingMode, ListCustomerPaymentsRoutingType, ListCustomerPaymentsSequenceType, ListCustomerPaymentsStatusEnum, ListCustomerPaymentsCode, ListCustomerPaymentsCardAudition, ListCustomerPaymentsCardLabel, ListCustomerPaymentsCardFunding, ListCustomerPaymentsCardSecurity, ListCustomerPaymentsFeeRegion, ListCustomerPaymentsFailureReason, ListCustomerPaymentsWallet, ListCustomerPaymentsSellerProtection, ListCustomerPaymentsCardReadMethod, ListCustomerPaymentsCardVerificationMethod, ListCustomerPaymentsSort$inboundSchema, ListCustomerPaymentsSort$outboundSchema, ListCustomerPaymentsSort$, ListCustomerPaymentsRequest$inboundSchema, ListCustomerPaymentsRequest$outboundSchema, ListCustomerPaymentsRequest$, ListCustomerPaymentsBadRequestDocumentation$inboundSchema, ListCustomerPaymentsBadRequestDocumentation$outboundSchema, ListCustomerPaymentsBadRequestDocumentation$, ListCustomerPaymentsBadRequestLinks$inboundSchema, ListCustomerPaymentsBadRequestLinks$outboundSchema, ListCustomerPaymentsBadRequestLinks$, ListCustomerPaymentsMode$inboundSchema, ListCustomerPaymentsMode$outboundSchema, ListCustomerPaymentsMode$, ListCustomerPaymentsAmount$inboundSchema, ListCustomerPaymentsAmount$outboundSchema, ListCustomerPaymentsAmount$, ListCustomerPaymentsAmountRefunded$inboundSchema, ListCustomerPaymentsAmountRefunded$outboundSchema, ListCustomerPaymentsAmountRefunded$, ListCustomerPaymentsAmountRemaining$inboundSchema, ListCustomerPaymentsAmountRemaining$outboundSchema, ListCustomerPaymentsAmountRemaining$, ListCustomerPaymentsAmountCaptured$inboundSchema, ListCustomerPaymentsAmountCaptured$outboundSchema, ListCustomerPaymentsAmountCaptured$, ListCustomerPaymentsAmountChargedBack$inboundSchema, ListCustomerPaymentsAmountChargedBack$outboundSchema, ListCustomerPaymentsAmountChargedBack$, ListCustomerPaymentsSettlementAmount$inboundSchema, ListCustomerPaymentsSettlementAmount$outboundSchema, ListCustomerPaymentsSettlementAmount$, ListCustomerPaymentsLineType$inboundSchema, ListCustomerPaymentsLineType$outboundSchema, ListCustomerPaymentsLineType$, ListCustomerPaymentsUnitPrice$inboundSchema, ListCustomerPaymentsUnitPrice$outboundSchema, ListCustomerPaymentsUnitPrice$, ListCustomerPaymentsDiscountAmount$inboundSchema, ListCustomerPaymentsDiscountAmount$outboundSchema, ListCustomerPaymentsDiscountAmount$, ListCustomerPaymentsTotalAmount$inboundSchema, ListCustomerPaymentsTotalAmount$outboundSchema, ListCustomerPaymentsTotalAmount$, ListCustomerPaymentsVatAmount$inboundSchema, ListCustomerPaymentsVatAmount$outboundSchema, ListCustomerPaymentsVatAmount$, ListCustomerPaymentsCategory$inboundSchema, ListCustomerPaymentsCategory$outboundSchema, ListCustomerPaymentsCategory$, ListCustomerPaymentsInterval$inboundSchema, ListCustomerPaymentsInterval$outboundSchema, ListCustomerPaymentsInterval$, ListCustomerPaymentsRecurringAmount$inboundSchema, ListCustomerPaymentsRecurringAmount$outboundSchema, ListCustomerPaymentsRecurringAmount$, ListCustomerPaymentsRecurring$inboundSchema, ListCustomerPaymentsRecurring$outboundSchema, ListCustomerPaymentsRecurring$, ListCustomerPaymentsLine$inboundSchema, ListCustomerPaymentsLine$outboundSchema, ListCustomerPaymentsLine$, ListCustomerPaymentsBillingAddress$inboundSchema, ListCustomerPaymentsBillingAddress$outboundSchema, ListCustomerPaymentsBillingAddress$, ListCustomerPaymentsShippingAddress$inboundSchema, ListCustomerPaymentsShippingAddress$outboundSchema, ListCustomerPaymentsShippingAddress$, ListCustomerPaymentsLocale$inboundSchema, ListCustomerPaymentsLocale$outboundSchema, ListCustomerPaymentsLocale$, ListCustomerPaymentsMethod$inboundSchema, ListCustomerPaymentsMethod$outboundSchema, ListCustomerPaymentsMethod$, ListCustomerPaymentsMetadata$inboundSchema, ListCustomerPaymentsMetadata$outboundSchema, ListCustomerPaymentsMetadata$, ListCustomerPaymentsCaptureMode$inboundSchema, ListCustomerPaymentsCaptureMode$outboundSchema, ListCustomerPaymentsCaptureMode$, ListCustomerPaymentsApplicationFeeAmount$inboundSchema, ListCustomerPaymentsApplicationFeeAmount$outboundSchema, ListCustomerPaymentsApplicationFeeAmount$, ListCustomerPaymentsApplicationFee$inboundSchema, ListCustomerPaymentsApplicationFee$outboundSchema, ListCustomerPaymentsApplicationFee$, ListCustomerPaymentsRoutingMode$inboundSchema, ListCustomerPaymentsRoutingMode$outboundSchema, ListCustomerPaymentsRoutingMode$, ListCustomerPaymentsRoutingAmount$inboundSchema, ListCustomerPaymentsRoutingAmount$outboundSchema, ListCustomerPaymentsRoutingAmount$, ListCustomerPaymentsRoutingType$inboundSchema, ListCustomerPaymentsRoutingType$outboundSchema, ListCustomerPaymentsRoutingType$, ListCustomerPaymentsDestination$inboundSchema, ListCustomerPaymentsDestination$outboundSchema, ListCustomerPaymentsDestination$, ListCustomerPaymentsRoutingSelf$inboundSchema, ListCustomerPaymentsRoutingSelf$outboundSchema, ListCustomerPaymentsRoutingSelf$, ListCustomerPaymentsRoutingPayment$inboundSchema, ListCustomerPaymentsRoutingPayment$outboundSchema, ListCustomerPaymentsRoutingPayment$, ListCustomerPaymentsRoutingLinks$inboundSchema, ListCustomerPaymentsRoutingLinks$outboundSchema, ListCustomerPaymentsRoutingLinks$, ListCustomerPaymentsRouting$inboundSchema, ListCustomerPaymentsRouting$outboundSchema, ListCustomerPaymentsRouting$, ListCustomerPaymentsSequenceType$inboundSchema, ListCustomerPaymentsSequenceType$outboundSchema, ListCustomerPaymentsSequenceType$, ListCustomerPaymentsStatusEnum$inboundSchema, ListCustomerPaymentsStatusEnum$outboundSchema, ListCustomerPaymentsStatusEnum$, ListCustomerPaymentsCode$inboundSchema, ListCustomerPaymentsCode$outboundSchema, ListCustomerPaymentsCode$, ListCustomerPaymentsStatusReason$inboundSchema, ListCustomerPaymentsStatusReason$outboundSchema, ListCustomerPaymentsStatusReason$, ListCustomerPaymentsCardAudition$inboundSchema, ListCustomerPaymentsCardAudition$outboundSchema, ListCustomerPaymentsCardAudition$, ListCustomerPaymentsCardLabel$inboundSchema, ListCustomerPaymentsCardLabel$outboundSchema, ListCustomerPaymentsCardLabel$, ListCustomerPaymentsCardFunding$inboundSchema, ListCustomerPaymentsCardFunding$outboundSchema, ListCustomerPaymentsCardFunding$, ListCustomerPaymentsCardSecurity$inboundSchema, ListCustomerPaymentsCardSecurity$outboundSchema, ListCustomerPaymentsCardSecurity$, ListCustomerPaymentsFeeRegion$inboundSchema, ListCustomerPaymentsFeeRegion$outboundSchema, ListCustomerPaymentsFeeRegion$, ListCustomerPaymentsFailureReason$inboundSchema, ListCustomerPaymentsFailureReason$outboundSchema, ListCustomerPaymentsFailureReason$, ListCustomerPaymentsWallet$inboundSchema, ListCustomerPaymentsWallet$outboundSchema, ListCustomerPaymentsWallet$, ListCustomerPaymentsSellerProtection$inboundSchema, ListCustomerPaymentsSellerProtection$outboundSchema, ListCustomerPaymentsSellerProtection$, ListCustomerPaymentsPaypalFee$inboundSchema, ListCustomerPaymentsPaypalFee$outboundSchema, ListCustomerPaymentsPaypalFee$, ListCustomerPaymentsCardReadMethod$inboundSchema, ListCustomerPaymentsCardReadMethod$outboundSchema, ListCustomerPaymentsCardReadMethod$, ListCustomerPaymentsCardVerificationMethod$inboundSchema, ListCustomerPaymentsCardVerificationMethod$outboundSchema, ListCustomerPaymentsCardVerificationMethod$, ListCustomerPaymentsReceipt$inboundSchema, ListCustomerPaymentsReceipt$outboundSchema, ListCustomerPaymentsReceipt$, ListCustomerPaymentsQrCode$inboundSchema, ListCustomerPaymentsQrCode$outboundSchema, ListCustomerPaymentsQrCode$, ListCustomerPaymentsRemainderAmount$inboundSchema, ListCustomerPaymentsRemainderAmount$outboundSchema, ListCustomerPaymentsRemainderAmount$, ListCustomerPaymentsDetails$inboundSchema, ListCustomerPaymentsDetails$outboundSchema, ListCustomerPaymentsDetails$, ListCustomerPaymentsPaymentSelf$inboundSchema, ListCustomerPaymentsPaymentSelf$outboundSchema, ListCustomerPaymentsPaymentSelf$, ListCustomerPaymentsCheckout$inboundSchema, ListCustomerPaymentsCheckout$outboundSchema, ListCustomerPaymentsCheckout$, ListCustomerPaymentsMobileAppCheckout$inboundSchema, ListCustomerPaymentsMobileAppCheckout$outboundSchema, ListCustomerPaymentsMobileAppCheckout$, ListCustomerPaymentsChangePaymentState$inboundSchema, ListCustomerPaymentsChangePaymentState$outboundSchema, ListCustomerPaymentsChangePaymentState$, ListCustomerPaymentsDashboard$inboundSchema, ListCustomerPaymentsDashboard$outboundSchema, ListCustomerPaymentsDashboard$, ListCustomerPaymentsRefunds$inboundSchema, ListCustomerPaymentsRefunds$outboundSchema, ListCustomerPaymentsRefunds$, ListCustomerPaymentsChargebacks$inboundSchema, ListCustomerPaymentsChargebacks$outboundSchema, ListCustomerPaymentsChargebacks$, ListCustomerPaymentsCaptures$inboundSchema, ListCustomerPaymentsCaptures$outboundSchema, ListCustomerPaymentsCaptures$, ListCustomerPaymentsSettlement$inboundSchema, ListCustomerPaymentsSettlement$outboundSchema, ListCustomerPaymentsSettlement$, ListCustomerPaymentsCustomer$inboundSchema, ListCustomerPaymentsCustomer$outboundSchema, ListCustomerPaymentsCustomer$, ListCustomerPaymentsMandate$inboundSchema, ListCustomerPaymentsMandate$outboundSchema, ListCustomerPaymentsMandate$, ListCustomerPaymentsSubscription$inboundSchema, ListCustomerPaymentsSubscription$outboundSchema, ListCustomerPaymentsSubscription$, ListCustomerPaymentsOrder$inboundSchema, ListCustomerPaymentsOrder$outboundSchema, ListCustomerPaymentsOrder$, ListCustomerPaymentsTerminal$inboundSchema, ListCustomerPaymentsTerminal$outboundSchema, ListCustomerPaymentsTerminal$, ListCustomerPaymentsPaymentDocumentation$inboundSchema, ListCustomerPaymentsPaymentDocumentation$outboundSchema, ListCustomerPaymentsPaymentDocumentation$, ListCustomerPaymentsLinksStatus$inboundSchema, ListCustomerPaymentsLinksStatus$outboundSchema, ListCustomerPaymentsLinksStatus$, ListCustomerPaymentsPayOnline$inboundSchema, ListCustomerPaymentsPayOnline$outboundSchema, ListCustomerPaymentsPayOnline$, ListCustomerPaymentsPaymentLinks$inboundSchema, ListCustomerPaymentsPaymentLinks$outboundSchema, ListCustomerPaymentsPaymentLinks$, ListCustomerPaymentsPaymentOutput$inboundSchema, ListCustomerPaymentsPaymentOutput$outboundSchema, ListCustomerPaymentsPaymentOutput$, ListCustomerPaymentsEmbedded$inboundSchema, ListCustomerPaymentsEmbedded$outboundSchema, ListCustomerPaymentsEmbedded$, ListCustomerPaymentsSelf$inboundSchema, ListCustomerPaymentsSelf$outboundSchema, ListCustomerPaymentsSelf$, ListCustomerPaymentsPrevious$inboundSchema, ListCustomerPaymentsPrevious$outboundSchema, ListCustomerPaymentsPrevious$, ListCustomerPaymentsNext$inboundSchema, ListCustomerPaymentsNext$outboundSchema, ListCustomerPaymentsNext$, ListCustomerPaymentsDocumentation$inboundSchema, ListCustomerPaymentsDocumentation$outboundSchema, ListCustomerPaymentsDocumentation$, ListCustomerPaymentsLinks$inboundSchema, ListCustomerPaymentsLinks$outboundSchema, ListCustomerPaymentsLinks$, ListCustomerPaymentsResponse$inboundSchema, ListCustomerPaymentsResponse$outboundSchema, ListCustomerPaymentsResponse$;
|
|
75018
|
+
var ListCustomerPaymentsSort, ListCustomerPaymentsMode, ListCustomerPaymentsLineType, ListCustomerPaymentsCategory, ListCustomerPaymentsLocale, ListCustomerPaymentsMethod, ListCustomerPaymentsCaptureMode, ListCustomerPaymentsRoutingMode, ListCustomerPaymentsRoutingType, ListCustomerPaymentsSequenceType, ListCustomerPaymentsStatusEnum, ListCustomerPaymentsCode, ListCustomerPaymentsCardAudition, ListCustomerPaymentsCardLabel, ListCustomerPaymentsCardFunding, ListCustomerPaymentsCardSecurity, ListCustomerPaymentsFeeRegion, ListCustomerPaymentsFailureReason, ListCustomerPaymentsWallet, ListCustomerPaymentsSellerProtection, ListCustomerPaymentsCardReadMethod, ListCustomerPaymentsCardVerificationMethod, ListCustomerPaymentsSort$inboundSchema, ListCustomerPaymentsSort$outboundSchema, ListCustomerPaymentsSort$, ListCustomerPaymentsRequest$inboundSchema, ListCustomerPaymentsRequest$outboundSchema, ListCustomerPaymentsRequest$, ListCustomerPaymentsBadRequestDocumentation$inboundSchema, ListCustomerPaymentsBadRequestDocumentation$outboundSchema, ListCustomerPaymentsBadRequestDocumentation$, ListCustomerPaymentsBadRequestLinks$inboundSchema, ListCustomerPaymentsBadRequestLinks$outboundSchema, ListCustomerPaymentsBadRequestLinks$, ListCustomerPaymentsMode$inboundSchema, ListCustomerPaymentsMode$outboundSchema, ListCustomerPaymentsMode$, ListCustomerPaymentsAmount$inboundSchema, ListCustomerPaymentsAmount$outboundSchema, ListCustomerPaymentsAmount$, ListCustomerPaymentsAmountRefunded$inboundSchema, ListCustomerPaymentsAmountRefunded$outboundSchema, ListCustomerPaymentsAmountRefunded$, ListCustomerPaymentsAmountRemaining$inboundSchema, ListCustomerPaymentsAmountRemaining$outboundSchema, ListCustomerPaymentsAmountRemaining$, ListCustomerPaymentsAmountCaptured$inboundSchema, ListCustomerPaymentsAmountCaptured$outboundSchema, ListCustomerPaymentsAmountCaptured$, ListCustomerPaymentsAmountChargedBack$inboundSchema, ListCustomerPaymentsAmountChargedBack$outboundSchema, ListCustomerPaymentsAmountChargedBack$, ListCustomerPaymentsSettlementAmount$inboundSchema, ListCustomerPaymentsSettlementAmount$outboundSchema, ListCustomerPaymentsSettlementAmount$, ListCustomerPaymentsLineType$inboundSchema, ListCustomerPaymentsLineType$outboundSchema, ListCustomerPaymentsLineType$, ListCustomerPaymentsUnitPrice$inboundSchema, ListCustomerPaymentsUnitPrice$outboundSchema, ListCustomerPaymentsUnitPrice$, ListCustomerPaymentsDiscountAmount$inboundSchema, ListCustomerPaymentsDiscountAmount$outboundSchema, ListCustomerPaymentsDiscountAmount$, ListCustomerPaymentsTotalAmount$inboundSchema, ListCustomerPaymentsTotalAmount$outboundSchema, ListCustomerPaymentsTotalAmount$, ListCustomerPaymentsVatAmount$inboundSchema, ListCustomerPaymentsVatAmount$outboundSchema, ListCustomerPaymentsVatAmount$, ListCustomerPaymentsCategory$inboundSchema, ListCustomerPaymentsCategory$outboundSchema, ListCustomerPaymentsCategory$, ListCustomerPaymentsRecurringAmount$inboundSchema, ListCustomerPaymentsRecurringAmount$outboundSchema, ListCustomerPaymentsRecurringAmount$, ListCustomerPaymentsRecurring$inboundSchema, ListCustomerPaymentsRecurring$outboundSchema, ListCustomerPaymentsRecurring$, ListCustomerPaymentsLine$inboundSchema, ListCustomerPaymentsLine$outboundSchema, ListCustomerPaymentsLine$, ListCustomerPaymentsBillingAddress$inboundSchema, ListCustomerPaymentsBillingAddress$outboundSchema, ListCustomerPaymentsBillingAddress$, ListCustomerPaymentsShippingAddress$inboundSchema, ListCustomerPaymentsShippingAddress$outboundSchema, ListCustomerPaymentsShippingAddress$, ListCustomerPaymentsLocale$inboundSchema, ListCustomerPaymentsLocale$outboundSchema, ListCustomerPaymentsLocale$, ListCustomerPaymentsMethod$inboundSchema, ListCustomerPaymentsMethod$outboundSchema, ListCustomerPaymentsMethod$, ListCustomerPaymentsMetadata$inboundSchema, ListCustomerPaymentsMetadata$outboundSchema, ListCustomerPaymentsMetadata$, ListCustomerPaymentsCaptureMode$inboundSchema, ListCustomerPaymentsCaptureMode$outboundSchema, ListCustomerPaymentsCaptureMode$, ListCustomerPaymentsApplicationFeeAmount$inboundSchema, ListCustomerPaymentsApplicationFeeAmount$outboundSchema, ListCustomerPaymentsApplicationFeeAmount$, ListCustomerPaymentsApplicationFee$inboundSchema, ListCustomerPaymentsApplicationFee$outboundSchema, ListCustomerPaymentsApplicationFee$, ListCustomerPaymentsRoutingMode$inboundSchema, ListCustomerPaymentsRoutingMode$outboundSchema, ListCustomerPaymentsRoutingMode$, ListCustomerPaymentsRoutingAmount$inboundSchema, ListCustomerPaymentsRoutingAmount$outboundSchema, ListCustomerPaymentsRoutingAmount$, ListCustomerPaymentsRoutingType$inboundSchema, ListCustomerPaymentsRoutingType$outboundSchema, ListCustomerPaymentsRoutingType$, ListCustomerPaymentsDestination$inboundSchema, ListCustomerPaymentsDestination$outboundSchema, ListCustomerPaymentsDestination$, ListCustomerPaymentsRoutingSelf$inboundSchema, ListCustomerPaymentsRoutingSelf$outboundSchema, ListCustomerPaymentsRoutingSelf$, ListCustomerPaymentsRoutingPayment$inboundSchema, ListCustomerPaymentsRoutingPayment$outboundSchema, ListCustomerPaymentsRoutingPayment$, ListCustomerPaymentsRoutingLinks$inboundSchema, ListCustomerPaymentsRoutingLinks$outboundSchema, ListCustomerPaymentsRoutingLinks$, ListCustomerPaymentsRouting$inboundSchema, ListCustomerPaymentsRouting$outboundSchema, ListCustomerPaymentsRouting$, ListCustomerPaymentsSequenceType$inboundSchema, ListCustomerPaymentsSequenceType$outboundSchema, ListCustomerPaymentsSequenceType$, ListCustomerPaymentsStatusEnum$inboundSchema, ListCustomerPaymentsStatusEnum$outboundSchema, ListCustomerPaymentsStatusEnum$, ListCustomerPaymentsCode$inboundSchema, ListCustomerPaymentsCode$outboundSchema, ListCustomerPaymentsCode$, ListCustomerPaymentsStatusReason$inboundSchema, ListCustomerPaymentsStatusReason$outboundSchema, ListCustomerPaymentsStatusReason$, ListCustomerPaymentsCardAudition$inboundSchema, ListCustomerPaymentsCardAudition$outboundSchema, ListCustomerPaymentsCardAudition$, ListCustomerPaymentsCardLabel$inboundSchema, ListCustomerPaymentsCardLabel$outboundSchema, ListCustomerPaymentsCardLabel$, ListCustomerPaymentsCardFunding$inboundSchema, ListCustomerPaymentsCardFunding$outboundSchema, ListCustomerPaymentsCardFunding$, ListCustomerPaymentsCardSecurity$inboundSchema, ListCustomerPaymentsCardSecurity$outboundSchema, ListCustomerPaymentsCardSecurity$, ListCustomerPaymentsFeeRegion$inboundSchema, ListCustomerPaymentsFeeRegion$outboundSchema, ListCustomerPaymentsFeeRegion$, ListCustomerPaymentsFailureReason$inboundSchema, ListCustomerPaymentsFailureReason$outboundSchema, ListCustomerPaymentsFailureReason$, ListCustomerPaymentsWallet$inboundSchema, ListCustomerPaymentsWallet$outboundSchema, ListCustomerPaymentsWallet$, ListCustomerPaymentsSellerProtection$inboundSchema, ListCustomerPaymentsSellerProtection$outboundSchema, ListCustomerPaymentsSellerProtection$, ListCustomerPaymentsPaypalFee$inboundSchema, ListCustomerPaymentsPaypalFee$outboundSchema, ListCustomerPaymentsPaypalFee$, ListCustomerPaymentsCardReadMethod$inboundSchema, ListCustomerPaymentsCardReadMethod$outboundSchema, ListCustomerPaymentsCardReadMethod$, ListCustomerPaymentsCardVerificationMethod$inboundSchema, ListCustomerPaymentsCardVerificationMethod$outboundSchema, ListCustomerPaymentsCardVerificationMethod$, ListCustomerPaymentsReceipt$inboundSchema, ListCustomerPaymentsReceipt$outboundSchema, ListCustomerPaymentsReceipt$, ListCustomerPaymentsQrCode$inboundSchema, ListCustomerPaymentsQrCode$outboundSchema, ListCustomerPaymentsQrCode$, ListCustomerPaymentsRemainderAmount$inboundSchema, ListCustomerPaymentsRemainderAmount$outboundSchema, ListCustomerPaymentsRemainderAmount$, ListCustomerPaymentsDetails$inboundSchema, ListCustomerPaymentsDetails$outboundSchema, ListCustomerPaymentsDetails$, ListCustomerPaymentsPaymentSelf$inboundSchema, ListCustomerPaymentsPaymentSelf$outboundSchema, ListCustomerPaymentsPaymentSelf$, ListCustomerPaymentsCheckout$inboundSchema, ListCustomerPaymentsCheckout$outboundSchema, ListCustomerPaymentsCheckout$, ListCustomerPaymentsMobileAppCheckout$inboundSchema, ListCustomerPaymentsMobileAppCheckout$outboundSchema, ListCustomerPaymentsMobileAppCheckout$, ListCustomerPaymentsChangePaymentState$inboundSchema, ListCustomerPaymentsChangePaymentState$outboundSchema, ListCustomerPaymentsChangePaymentState$, ListCustomerPaymentsDashboard$inboundSchema, ListCustomerPaymentsDashboard$outboundSchema, ListCustomerPaymentsDashboard$, ListCustomerPaymentsRefunds$inboundSchema, ListCustomerPaymentsRefunds$outboundSchema, ListCustomerPaymentsRefunds$, ListCustomerPaymentsChargebacks$inboundSchema, ListCustomerPaymentsChargebacks$outboundSchema, ListCustomerPaymentsChargebacks$, ListCustomerPaymentsCaptures$inboundSchema, ListCustomerPaymentsCaptures$outboundSchema, ListCustomerPaymentsCaptures$, ListCustomerPaymentsSettlement$inboundSchema, ListCustomerPaymentsSettlement$outboundSchema, ListCustomerPaymentsSettlement$, ListCustomerPaymentsCustomer$inboundSchema, ListCustomerPaymentsCustomer$outboundSchema, ListCustomerPaymentsCustomer$, ListCustomerPaymentsMandate$inboundSchema, ListCustomerPaymentsMandate$outboundSchema, ListCustomerPaymentsMandate$, ListCustomerPaymentsSubscription$inboundSchema, ListCustomerPaymentsSubscription$outboundSchema, ListCustomerPaymentsSubscription$, ListCustomerPaymentsOrder$inboundSchema, ListCustomerPaymentsOrder$outboundSchema, ListCustomerPaymentsOrder$, ListCustomerPaymentsTerminal$inboundSchema, ListCustomerPaymentsTerminal$outboundSchema, ListCustomerPaymentsTerminal$, ListCustomerPaymentsPaymentDocumentation$inboundSchema, ListCustomerPaymentsPaymentDocumentation$outboundSchema, ListCustomerPaymentsPaymentDocumentation$, ListCustomerPaymentsLinksStatus$inboundSchema, ListCustomerPaymentsLinksStatus$outboundSchema, ListCustomerPaymentsLinksStatus$, ListCustomerPaymentsPayOnline$inboundSchema, ListCustomerPaymentsPayOnline$outboundSchema, ListCustomerPaymentsPayOnline$, ListCustomerPaymentsPaymentLinks$inboundSchema, ListCustomerPaymentsPaymentLinks$outboundSchema, ListCustomerPaymentsPaymentLinks$, ListCustomerPaymentsPaymentOutput$inboundSchema, ListCustomerPaymentsPaymentOutput$outboundSchema, ListCustomerPaymentsPaymentOutput$, ListCustomerPaymentsEmbedded$inboundSchema, ListCustomerPaymentsEmbedded$outboundSchema, ListCustomerPaymentsEmbedded$, ListCustomerPaymentsSelf$inboundSchema, ListCustomerPaymentsSelf$outboundSchema, ListCustomerPaymentsSelf$, ListCustomerPaymentsPrevious$inboundSchema, ListCustomerPaymentsPrevious$outboundSchema, ListCustomerPaymentsPrevious$, ListCustomerPaymentsNext$inboundSchema, ListCustomerPaymentsNext$outboundSchema, ListCustomerPaymentsNext$, ListCustomerPaymentsDocumentation$inboundSchema, ListCustomerPaymentsDocumentation$outboundSchema, ListCustomerPaymentsDocumentation$, ListCustomerPaymentsLinks$inboundSchema, ListCustomerPaymentsLinks$outboundSchema, ListCustomerPaymentsLinks$, ListCustomerPaymentsResponse$inboundSchema, ListCustomerPaymentsResponse$outboundSchema, ListCustomerPaymentsResponse$;
|
|
75151
75019
|
var init_listcustomerpayments = __esm(() => {
|
|
75152
75020
|
init_esm();
|
|
75153
75021
|
init_primitives();
|
|
@@ -75176,11 +75044,6 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
75176
75044
|
Gift: "gift",
|
|
75177
75045
|
SportCulture: "sport_culture"
|
|
75178
75046
|
};
|
|
75179
|
-
ListCustomerPaymentsInterval = {
|
|
75180
|
-
DotDotDotMonths: "... months",
|
|
75181
|
-
DotDotDotWeeks: "... weeks",
|
|
75182
|
-
DotDotDotDays: "... days"
|
|
75183
|
-
};
|
|
75184
75047
|
ListCustomerPaymentsLocale = {
|
|
75185
75048
|
EnUS: "en_US",
|
|
75186
75049
|
EnGB: "en_GB",
|
|
@@ -75661,12 +75524,6 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
75661
75524
|
ListCustomerPaymentsCategory$.inboundSchema = ListCustomerPaymentsCategory$inboundSchema;
|
|
75662
75525
|
ListCustomerPaymentsCategory$.outboundSchema = ListCustomerPaymentsCategory$outboundSchema;
|
|
75663
75526
|
})(ListCustomerPaymentsCategory$ ||= {});
|
|
75664
|
-
ListCustomerPaymentsInterval$inboundSchema = nativeEnumType(ListCustomerPaymentsInterval);
|
|
75665
|
-
ListCustomerPaymentsInterval$outboundSchema = ListCustomerPaymentsInterval$inboundSchema;
|
|
75666
|
-
((ListCustomerPaymentsInterval$) => {
|
|
75667
|
-
ListCustomerPaymentsInterval$.inboundSchema = ListCustomerPaymentsInterval$inboundSchema;
|
|
75668
|
-
ListCustomerPaymentsInterval$.outboundSchema = ListCustomerPaymentsInterval$outboundSchema;
|
|
75669
|
-
})(ListCustomerPaymentsInterval$ ||= {});
|
|
75670
75527
|
ListCustomerPaymentsRecurringAmount$inboundSchema = objectType({
|
|
75671
75528
|
currency: stringType(),
|
|
75672
75529
|
value: stringType()
|
|
@@ -75681,14 +75538,14 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
75681
75538
|
})(ListCustomerPaymentsRecurringAmount$ ||= {});
|
|
75682
75539
|
ListCustomerPaymentsRecurring$inboundSchema = objectType({
|
|
75683
75540
|
description: stringType().optional(),
|
|
75684
|
-
interval:
|
|
75541
|
+
interval: stringType(),
|
|
75685
75542
|
amount: lazyType(() => ListCustomerPaymentsRecurringAmount$inboundSchema).optional(),
|
|
75686
75543
|
times: numberType().int().optional(),
|
|
75687
75544
|
startDate: nullableType(stringType()).optional()
|
|
75688
75545
|
});
|
|
75689
75546
|
ListCustomerPaymentsRecurring$outboundSchema = objectType({
|
|
75690
75547
|
description: stringType().optional(),
|
|
75691
|
-
interval:
|
|
75548
|
+
interval: stringType(),
|
|
75692
75549
|
amount: lazyType(() => ListCustomerPaymentsRecurringAmount$outboundSchema).optional(),
|
|
75693
75550
|
times: numberType().int().optional(),
|
|
75694
75551
|
startDate: nullableType(stringType()).optional()
|
|
@@ -77844,7 +77701,7 @@ var init_listmethods = __esm(() => {
|
|
|
77844
77701
|
minimumAmount: lazyType(() => ListMethodsMinimumAmount$inboundSchema),
|
|
77845
77702
|
maximumAmount: nullableType(lazyType(() => ListMethodsMaximumAmount$inboundSchema)),
|
|
77846
77703
|
image: lazyType(() => ListMethodsImage$inboundSchema),
|
|
77847
|
-
status:
|
|
77704
|
+
status: ListMethodsStatus$inboundSchema,
|
|
77848
77705
|
issuers: arrayType(lazyType(() => ListMethodsIssuer$inboundSchema)).optional(),
|
|
77849
77706
|
_links: lazyType(() => ListMethodsMethodLinks$inboundSchema)
|
|
77850
77707
|
}).transform((v2) => {
|
|
@@ -77859,7 +77716,7 @@ var init_listmethods = __esm(() => {
|
|
|
77859
77716
|
minimumAmount: lazyType(() => ListMethodsMinimumAmount$outboundSchema),
|
|
77860
77717
|
maximumAmount: nullableType(lazyType(() => ListMethodsMaximumAmount$outboundSchema)),
|
|
77861
77718
|
image: lazyType(() => ListMethodsImage$outboundSchema),
|
|
77862
|
-
status:
|
|
77719
|
+
status: ListMethodsStatus$outboundSchema,
|
|
77863
77720
|
issuers: arrayType(lazyType(() => ListMethodsIssuer$outboundSchema)).optional(),
|
|
77864
77721
|
links: lazyType(() => ListMethodsMethodLinks$outboundSchema)
|
|
77865
77722
|
}).transform((v2) => {
|
|
@@ -78431,7 +78288,7 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
78431
78288
|
});
|
|
78432
78289
|
|
|
78433
78290
|
// src/models/operations/listpayments.ts
|
|
78434
|
-
var ListPaymentsSort, ListPaymentsMode, ListPaymentsLineType, ListPaymentsCategory,
|
|
78291
|
+
var ListPaymentsSort, ListPaymentsMode, ListPaymentsLineType, ListPaymentsCategory, ListPaymentsLocale, ListPaymentsMethod, ListPaymentsCaptureMode, ListPaymentsRoutingMode, ListPaymentsRoutingType, ListPaymentsSequenceType, ListPaymentsStatusEnum, ListPaymentsCode, ListPaymentsCardAudition, ListPaymentsCardLabel, ListPaymentsCardFunding, ListPaymentsCardSecurity, ListPaymentsFeeRegion, ListPaymentsFailureReason, ListPaymentsWallet, ListPaymentsSellerProtection, ListPaymentsCardReadMethod, ListPaymentsCardVerificationMethod, ListPaymentsSort$inboundSchema, ListPaymentsSort$outboundSchema, ListPaymentsSort$, ListPaymentsRequest$inboundSchema, ListPaymentsRequest$outboundSchema, ListPaymentsRequest$, ListPaymentsBadRequestDocumentation$inboundSchema, ListPaymentsBadRequestDocumentation$outboundSchema, ListPaymentsBadRequestDocumentation$, ListPaymentsBadRequestLinks$inboundSchema, ListPaymentsBadRequestLinks$outboundSchema, ListPaymentsBadRequestLinks$, ListPaymentsMode$inboundSchema, ListPaymentsMode$outboundSchema, ListPaymentsMode$, ListPaymentsAmount$inboundSchema, ListPaymentsAmount$outboundSchema, ListPaymentsAmount$, ListPaymentsAmountRefunded$inboundSchema, ListPaymentsAmountRefunded$outboundSchema, ListPaymentsAmountRefunded$, ListPaymentsAmountRemaining$inboundSchema, ListPaymentsAmountRemaining$outboundSchema, ListPaymentsAmountRemaining$, ListPaymentsAmountCaptured$inboundSchema, ListPaymentsAmountCaptured$outboundSchema, ListPaymentsAmountCaptured$, ListPaymentsAmountChargedBack$inboundSchema, ListPaymentsAmountChargedBack$outboundSchema, ListPaymentsAmountChargedBack$, ListPaymentsSettlementAmount$inboundSchema, ListPaymentsSettlementAmount$outboundSchema, ListPaymentsSettlementAmount$, ListPaymentsLineType$inboundSchema, ListPaymentsLineType$outboundSchema, ListPaymentsLineType$, ListPaymentsUnitPrice$inboundSchema, ListPaymentsUnitPrice$outboundSchema, ListPaymentsUnitPrice$, ListPaymentsDiscountAmount$inboundSchema, ListPaymentsDiscountAmount$outboundSchema, ListPaymentsDiscountAmount$, ListPaymentsTotalAmount$inboundSchema, ListPaymentsTotalAmount$outboundSchema, ListPaymentsTotalAmount$, ListPaymentsVatAmount$inboundSchema, ListPaymentsVatAmount$outboundSchema, ListPaymentsVatAmount$, ListPaymentsCategory$inboundSchema, ListPaymentsCategory$outboundSchema, ListPaymentsCategory$, ListPaymentsRecurringAmount$inboundSchema, ListPaymentsRecurringAmount$outboundSchema, ListPaymentsRecurringAmount$, ListPaymentsRecurring$inboundSchema, ListPaymentsRecurring$outboundSchema, ListPaymentsRecurring$, ListPaymentsLine$inboundSchema, ListPaymentsLine$outboundSchema, ListPaymentsLine$, ListPaymentsBillingAddress$inboundSchema, ListPaymentsBillingAddress$outboundSchema, ListPaymentsBillingAddress$, ListPaymentsShippingAddress$inboundSchema, ListPaymentsShippingAddress$outboundSchema, ListPaymentsShippingAddress$, ListPaymentsLocale$inboundSchema, ListPaymentsLocale$outboundSchema, ListPaymentsLocale$, ListPaymentsMethod$inboundSchema, ListPaymentsMethod$outboundSchema, ListPaymentsMethod$, ListPaymentsMetadata$inboundSchema, ListPaymentsMetadata$outboundSchema, ListPaymentsMetadata$, ListPaymentsCaptureMode$inboundSchema, ListPaymentsCaptureMode$outboundSchema, ListPaymentsCaptureMode$, ListPaymentsApplicationFeeAmount$inboundSchema, ListPaymentsApplicationFeeAmount$outboundSchema, ListPaymentsApplicationFeeAmount$, ListPaymentsApplicationFee$inboundSchema, ListPaymentsApplicationFee$outboundSchema, ListPaymentsApplicationFee$, ListPaymentsRoutingMode$inboundSchema, ListPaymentsRoutingMode$outboundSchema, ListPaymentsRoutingMode$, ListPaymentsRoutingAmount$inboundSchema, ListPaymentsRoutingAmount$outboundSchema, ListPaymentsRoutingAmount$, ListPaymentsRoutingType$inboundSchema, ListPaymentsRoutingType$outboundSchema, ListPaymentsRoutingType$, ListPaymentsDestination$inboundSchema, ListPaymentsDestination$outboundSchema, ListPaymentsDestination$, ListPaymentsRoutingSelf$inboundSchema, ListPaymentsRoutingSelf$outboundSchema, ListPaymentsRoutingSelf$, ListPaymentsRoutingPayment$inboundSchema, ListPaymentsRoutingPayment$outboundSchema, ListPaymentsRoutingPayment$, ListPaymentsRoutingLinks$inboundSchema, ListPaymentsRoutingLinks$outboundSchema, ListPaymentsRoutingLinks$, ListPaymentsRouting$inboundSchema, ListPaymentsRouting$outboundSchema, ListPaymentsRouting$, ListPaymentsSequenceType$inboundSchema, ListPaymentsSequenceType$outboundSchema, ListPaymentsSequenceType$, ListPaymentsStatusEnum$inboundSchema, ListPaymentsStatusEnum$outboundSchema, ListPaymentsStatusEnum$, ListPaymentsCode$inboundSchema, ListPaymentsCode$outboundSchema, ListPaymentsCode$, ListPaymentsStatusReason$inboundSchema, ListPaymentsStatusReason$outboundSchema, ListPaymentsStatusReason$, ListPaymentsCardAudition$inboundSchema, ListPaymentsCardAudition$outboundSchema, ListPaymentsCardAudition$, ListPaymentsCardLabel$inboundSchema, ListPaymentsCardLabel$outboundSchema, ListPaymentsCardLabel$, ListPaymentsCardFunding$inboundSchema, ListPaymentsCardFunding$outboundSchema, ListPaymentsCardFunding$, ListPaymentsCardSecurity$inboundSchema, ListPaymentsCardSecurity$outboundSchema, ListPaymentsCardSecurity$, ListPaymentsFeeRegion$inboundSchema, ListPaymentsFeeRegion$outboundSchema, ListPaymentsFeeRegion$, ListPaymentsFailureReason$inboundSchema, ListPaymentsFailureReason$outboundSchema, ListPaymentsFailureReason$, ListPaymentsWallet$inboundSchema, ListPaymentsWallet$outboundSchema, ListPaymentsWallet$, ListPaymentsSellerProtection$inboundSchema, ListPaymentsSellerProtection$outboundSchema, ListPaymentsSellerProtection$, ListPaymentsPaypalFee$inboundSchema, ListPaymentsPaypalFee$outboundSchema, ListPaymentsPaypalFee$, ListPaymentsCardReadMethod$inboundSchema, ListPaymentsCardReadMethod$outboundSchema, ListPaymentsCardReadMethod$, ListPaymentsCardVerificationMethod$inboundSchema, ListPaymentsCardVerificationMethod$outboundSchema, ListPaymentsCardVerificationMethod$, ListPaymentsReceipt$inboundSchema, ListPaymentsReceipt$outboundSchema, ListPaymentsReceipt$, ListPaymentsQrCode$inboundSchema, ListPaymentsQrCode$outboundSchema, ListPaymentsQrCode$, ListPaymentsRemainderAmount$inboundSchema, ListPaymentsRemainderAmount$outboundSchema, ListPaymentsRemainderAmount$, ListPaymentsDetails$inboundSchema, ListPaymentsDetails$outboundSchema, ListPaymentsDetails$, ListPaymentsPaymentSelf$inboundSchema, ListPaymentsPaymentSelf$outboundSchema, ListPaymentsPaymentSelf$, ListPaymentsCheckout$inboundSchema, ListPaymentsCheckout$outboundSchema, ListPaymentsCheckout$, ListPaymentsMobileAppCheckout$inboundSchema, ListPaymentsMobileAppCheckout$outboundSchema, ListPaymentsMobileAppCheckout$, ListPaymentsChangePaymentState$inboundSchema, ListPaymentsChangePaymentState$outboundSchema, ListPaymentsChangePaymentState$, ListPaymentsDashboard$inboundSchema, ListPaymentsDashboard$outboundSchema, ListPaymentsDashboard$, ListPaymentsRefunds$inboundSchema, ListPaymentsRefunds$outboundSchema, ListPaymentsRefunds$, ListPaymentsChargebacks$inboundSchema, ListPaymentsChargebacks$outboundSchema, ListPaymentsChargebacks$, ListPaymentsCaptures$inboundSchema, ListPaymentsCaptures$outboundSchema, ListPaymentsCaptures$, ListPaymentsSettlement$inboundSchema, ListPaymentsSettlement$outboundSchema, ListPaymentsSettlement$, ListPaymentsCustomer$inboundSchema, ListPaymentsCustomer$outboundSchema, ListPaymentsCustomer$, ListPaymentsMandate$inboundSchema, ListPaymentsMandate$outboundSchema, ListPaymentsMandate$, ListPaymentsSubscription$inboundSchema, ListPaymentsSubscription$outboundSchema, ListPaymentsSubscription$, ListPaymentsOrder$inboundSchema, ListPaymentsOrder$outboundSchema, ListPaymentsOrder$, ListPaymentsTerminal$inboundSchema, ListPaymentsTerminal$outboundSchema, ListPaymentsTerminal$, ListPaymentsPaymentDocumentation$inboundSchema, ListPaymentsPaymentDocumentation$outboundSchema, ListPaymentsPaymentDocumentation$, ListPaymentsLinksStatus$inboundSchema, ListPaymentsLinksStatus$outboundSchema, ListPaymentsLinksStatus$, ListPaymentsPayOnline$inboundSchema, ListPaymentsPayOnline$outboundSchema, ListPaymentsPayOnline$, ListPaymentsPaymentLinks$inboundSchema, ListPaymentsPaymentLinks$outboundSchema, ListPaymentsPaymentLinks$, ListPaymentsPaymentOutput$inboundSchema, ListPaymentsPaymentOutput$outboundSchema, ListPaymentsPaymentOutput$, ListPaymentsEmbedded$inboundSchema, ListPaymentsEmbedded$outboundSchema, ListPaymentsEmbedded$, ListPaymentsSelf$inboundSchema, ListPaymentsSelf$outboundSchema, ListPaymentsSelf$, ListPaymentsPrevious$inboundSchema, ListPaymentsPrevious$outboundSchema, ListPaymentsPrevious$, ListPaymentsNext$inboundSchema, ListPaymentsNext$outboundSchema, ListPaymentsNext$, ListPaymentsDocumentation$inboundSchema, ListPaymentsDocumentation$outboundSchema, ListPaymentsDocumentation$, ListPaymentsLinks$inboundSchema, ListPaymentsLinks$outboundSchema, ListPaymentsLinks$, ListPaymentsResponse$inboundSchema, ListPaymentsResponse$outboundSchema, ListPaymentsResponse$;
|
|
78435
78292
|
var init_listpayments = __esm(() => {
|
|
78436
78293
|
init_esm();
|
|
78437
78294
|
init_primitives();
|
|
@@ -78460,11 +78317,6 @@ var init_listpayments = __esm(() => {
|
|
|
78460
78317
|
Gift: "gift",
|
|
78461
78318
|
SportCulture: "sport_culture"
|
|
78462
78319
|
};
|
|
78463
|
-
ListPaymentsInterval = {
|
|
78464
|
-
DotDotDotMonths: "... months",
|
|
78465
|
-
DotDotDotWeeks: "... weeks",
|
|
78466
|
-
DotDotDotDays: "... days"
|
|
78467
|
-
};
|
|
78468
78320
|
ListPaymentsLocale = {
|
|
78469
78321
|
EnUS: "en_US",
|
|
78470
78322
|
EnGB: "en_GB",
|
|
@@ -78943,12 +78795,6 @@ var init_listpayments = __esm(() => {
|
|
|
78943
78795
|
ListPaymentsCategory$.inboundSchema = ListPaymentsCategory$inboundSchema;
|
|
78944
78796
|
ListPaymentsCategory$.outboundSchema = ListPaymentsCategory$outboundSchema;
|
|
78945
78797
|
})(ListPaymentsCategory$ ||= {});
|
|
78946
|
-
ListPaymentsInterval$inboundSchema = nativeEnumType(ListPaymentsInterval);
|
|
78947
|
-
ListPaymentsInterval$outboundSchema = ListPaymentsInterval$inboundSchema;
|
|
78948
|
-
((ListPaymentsInterval$) => {
|
|
78949
|
-
ListPaymentsInterval$.inboundSchema = ListPaymentsInterval$inboundSchema;
|
|
78950
|
-
ListPaymentsInterval$.outboundSchema = ListPaymentsInterval$outboundSchema;
|
|
78951
|
-
})(ListPaymentsInterval$ ||= {});
|
|
78952
78798
|
ListPaymentsRecurringAmount$inboundSchema = objectType({
|
|
78953
78799
|
currency: stringType(),
|
|
78954
78800
|
value: stringType()
|
|
@@ -78963,14 +78809,14 @@ var init_listpayments = __esm(() => {
|
|
|
78963
78809
|
})(ListPaymentsRecurringAmount$ ||= {});
|
|
78964
78810
|
ListPaymentsRecurring$inboundSchema = objectType({
|
|
78965
78811
|
description: stringType().optional(),
|
|
78966
|
-
interval:
|
|
78812
|
+
interval: stringType(),
|
|
78967
78813
|
amount: lazyType(() => ListPaymentsRecurringAmount$inboundSchema).optional(),
|
|
78968
78814
|
times: numberType().int().optional(),
|
|
78969
78815
|
startDate: nullableType(stringType()).optional()
|
|
78970
78816
|
});
|
|
78971
78817
|
ListPaymentsRecurring$outboundSchema = objectType({
|
|
78972
78818
|
description: stringType().optional(),
|
|
78973
|
-
interval:
|
|
78819
|
+
interval: stringType(),
|
|
78974
78820
|
amount: lazyType(() => ListPaymentsRecurringAmount$outboundSchema).optional(),
|
|
78975
78821
|
times: numberType().int().optional(),
|
|
78976
78822
|
startDate: nullableType(stringType()).optional()
|
|
@@ -82064,7 +81910,7 @@ var init_listsettlementchargebacks = __esm(() => {
|
|
|
82064
81910
|
});
|
|
82065
81911
|
|
|
82066
81912
|
// src/models/operations/listsettlementpayments.ts
|
|
82067
|
-
var ListSettlementPaymentsSort, ListSettlementPaymentsMode, ListSettlementPaymentsLineType, ListSettlementPaymentsCategory, ListSettlementPaymentsInterval, ListSettlementPaymentsLocale, ListSettlementPaymentsMethod, ListSettlementPaymentsCaptureMode, ListSettlementPaymentsRoutingMode, ListSettlementPaymentsRoutingType, ListSettlementPaymentsSequenceType, ListSettlementPaymentsStatusEnum, ListSettlementPaymentsCode, ListSettlementPaymentsCardAudition, ListSettlementPaymentsCardLabel, ListSettlementPaymentsCardFunding, ListSettlementPaymentsCardSecurity, ListSettlementPaymentsFeeRegion, ListSettlementPaymentsFailureReason, ListSettlementPaymentsWallet, ListSettlementPaymentsSellerProtection, ListSettlementPaymentsCardReadMethod, ListSettlementPaymentsCardVerificationMethod, ListSettlementPaymentsSort$inboundSchema, ListSettlementPaymentsSort$outboundSchema, ListSettlementPaymentsSort$, ListSettlementPaymentsRequest$inboundSchema, ListSettlementPaymentsRequest$outboundSchema, ListSettlementPaymentsRequest$, ListSettlementPaymentsBadRequestDocumentation$inboundSchema, ListSettlementPaymentsBadRequestDocumentation$outboundSchema, ListSettlementPaymentsBadRequestDocumentation$, ListSettlementPaymentsBadRequestLinks$inboundSchema, ListSettlementPaymentsBadRequestLinks$outboundSchema, ListSettlementPaymentsBadRequestLinks$, ListSettlementPaymentsMode$inboundSchema, ListSettlementPaymentsMode$outboundSchema, ListSettlementPaymentsMode$, ListSettlementPaymentsAmount$inboundSchema, ListSettlementPaymentsAmount$outboundSchema, ListSettlementPaymentsAmount$, ListSettlementPaymentsAmountRefunded$inboundSchema, ListSettlementPaymentsAmountRefunded$outboundSchema, ListSettlementPaymentsAmountRefunded$, ListSettlementPaymentsAmountRemaining$inboundSchema, ListSettlementPaymentsAmountRemaining$outboundSchema, ListSettlementPaymentsAmountRemaining$, ListSettlementPaymentsAmountCaptured$inboundSchema, ListSettlementPaymentsAmountCaptured$outboundSchema, ListSettlementPaymentsAmountCaptured$, ListSettlementPaymentsAmountChargedBack$inboundSchema, ListSettlementPaymentsAmountChargedBack$outboundSchema, ListSettlementPaymentsAmountChargedBack$, ListSettlementPaymentsSettlementAmount$inboundSchema, ListSettlementPaymentsSettlementAmount$outboundSchema, ListSettlementPaymentsSettlementAmount$, ListSettlementPaymentsLineType$inboundSchema, ListSettlementPaymentsLineType$outboundSchema, ListSettlementPaymentsLineType$, ListSettlementPaymentsUnitPrice$inboundSchema, ListSettlementPaymentsUnitPrice$outboundSchema, ListSettlementPaymentsUnitPrice$, ListSettlementPaymentsDiscountAmount$inboundSchema, ListSettlementPaymentsDiscountAmount$outboundSchema, ListSettlementPaymentsDiscountAmount$, ListSettlementPaymentsTotalAmount$inboundSchema, ListSettlementPaymentsTotalAmount$outboundSchema, ListSettlementPaymentsTotalAmount$, ListSettlementPaymentsVatAmount$inboundSchema, ListSettlementPaymentsVatAmount$outboundSchema, ListSettlementPaymentsVatAmount$, ListSettlementPaymentsCategory$inboundSchema, ListSettlementPaymentsCategory$outboundSchema, ListSettlementPaymentsCategory$, ListSettlementPaymentsInterval$inboundSchema, ListSettlementPaymentsInterval$outboundSchema, ListSettlementPaymentsInterval$, ListSettlementPaymentsRecurringAmount$inboundSchema, ListSettlementPaymentsRecurringAmount$outboundSchema, ListSettlementPaymentsRecurringAmount$, ListSettlementPaymentsRecurring$inboundSchema, ListSettlementPaymentsRecurring$outboundSchema, ListSettlementPaymentsRecurring$, ListSettlementPaymentsLine$inboundSchema, ListSettlementPaymentsLine$outboundSchema, ListSettlementPaymentsLine$, ListSettlementPaymentsBillingAddress$inboundSchema, ListSettlementPaymentsBillingAddress$outboundSchema, ListSettlementPaymentsBillingAddress$, ListSettlementPaymentsShippingAddress$inboundSchema, ListSettlementPaymentsShippingAddress$outboundSchema, ListSettlementPaymentsShippingAddress$, ListSettlementPaymentsLocale$inboundSchema, ListSettlementPaymentsLocale$outboundSchema, ListSettlementPaymentsLocale$, ListSettlementPaymentsMethod$inboundSchema, ListSettlementPaymentsMethod$outboundSchema, ListSettlementPaymentsMethod$, ListSettlementPaymentsMetadata$inboundSchema, ListSettlementPaymentsMetadata$outboundSchema, ListSettlementPaymentsMetadata$, ListSettlementPaymentsCaptureMode$inboundSchema, ListSettlementPaymentsCaptureMode$outboundSchema, ListSettlementPaymentsCaptureMode$, ListSettlementPaymentsApplicationFeeAmount$inboundSchema, ListSettlementPaymentsApplicationFeeAmount$outboundSchema, ListSettlementPaymentsApplicationFeeAmount$, ListSettlementPaymentsApplicationFee$inboundSchema, ListSettlementPaymentsApplicationFee$outboundSchema, ListSettlementPaymentsApplicationFee$, ListSettlementPaymentsRoutingMode$inboundSchema, ListSettlementPaymentsRoutingMode$outboundSchema, ListSettlementPaymentsRoutingMode$, ListSettlementPaymentsRoutingAmount$inboundSchema, ListSettlementPaymentsRoutingAmount$outboundSchema, ListSettlementPaymentsRoutingAmount$, ListSettlementPaymentsRoutingType$inboundSchema, ListSettlementPaymentsRoutingType$outboundSchema, ListSettlementPaymentsRoutingType$, ListSettlementPaymentsDestination$inboundSchema, ListSettlementPaymentsDestination$outboundSchema, ListSettlementPaymentsDestination$, ListSettlementPaymentsRoutingSelf$inboundSchema, ListSettlementPaymentsRoutingSelf$outboundSchema, ListSettlementPaymentsRoutingSelf$, ListSettlementPaymentsRoutingPayment$inboundSchema, ListSettlementPaymentsRoutingPayment$outboundSchema, ListSettlementPaymentsRoutingPayment$, ListSettlementPaymentsRoutingLinks$inboundSchema, ListSettlementPaymentsRoutingLinks$outboundSchema, ListSettlementPaymentsRoutingLinks$, ListSettlementPaymentsRouting$inboundSchema, ListSettlementPaymentsRouting$outboundSchema, ListSettlementPaymentsRouting$, ListSettlementPaymentsSequenceType$inboundSchema, ListSettlementPaymentsSequenceType$outboundSchema, ListSettlementPaymentsSequenceType$, ListSettlementPaymentsStatusEnum$inboundSchema, ListSettlementPaymentsStatusEnum$outboundSchema, ListSettlementPaymentsStatusEnum$, ListSettlementPaymentsCode$inboundSchema, ListSettlementPaymentsCode$outboundSchema, ListSettlementPaymentsCode$, ListSettlementPaymentsStatusReason$inboundSchema, ListSettlementPaymentsStatusReason$outboundSchema, ListSettlementPaymentsStatusReason$, ListSettlementPaymentsCardAudition$inboundSchema, ListSettlementPaymentsCardAudition$outboundSchema, ListSettlementPaymentsCardAudition$, ListSettlementPaymentsCardLabel$inboundSchema, ListSettlementPaymentsCardLabel$outboundSchema, ListSettlementPaymentsCardLabel$, ListSettlementPaymentsCardFunding$inboundSchema, ListSettlementPaymentsCardFunding$outboundSchema, ListSettlementPaymentsCardFunding$, ListSettlementPaymentsCardSecurity$inboundSchema, ListSettlementPaymentsCardSecurity$outboundSchema, ListSettlementPaymentsCardSecurity$, ListSettlementPaymentsFeeRegion$inboundSchema, ListSettlementPaymentsFeeRegion$outboundSchema, ListSettlementPaymentsFeeRegion$, ListSettlementPaymentsFailureReason$inboundSchema, ListSettlementPaymentsFailureReason$outboundSchema, ListSettlementPaymentsFailureReason$, ListSettlementPaymentsWallet$inboundSchema, ListSettlementPaymentsWallet$outboundSchema, ListSettlementPaymentsWallet$, ListSettlementPaymentsSellerProtection$inboundSchema, ListSettlementPaymentsSellerProtection$outboundSchema, ListSettlementPaymentsSellerProtection$, ListSettlementPaymentsPaypalFee$inboundSchema, ListSettlementPaymentsPaypalFee$outboundSchema, ListSettlementPaymentsPaypalFee$, ListSettlementPaymentsCardReadMethod$inboundSchema, ListSettlementPaymentsCardReadMethod$outboundSchema, ListSettlementPaymentsCardReadMethod$, ListSettlementPaymentsCardVerificationMethod$inboundSchema, ListSettlementPaymentsCardVerificationMethod$outboundSchema, ListSettlementPaymentsCardVerificationMethod$, ListSettlementPaymentsReceipt$inboundSchema, ListSettlementPaymentsReceipt$outboundSchema, ListSettlementPaymentsReceipt$, ListSettlementPaymentsQrCode$inboundSchema, ListSettlementPaymentsQrCode$outboundSchema, ListSettlementPaymentsQrCode$, ListSettlementPaymentsRemainderAmount$inboundSchema, ListSettlementPaymentsRemainderAmount$outboundSchema, ListSettlementPaymentsRemainderAmount$, ListSettlementPaymentsDetails$inboundSchema, ListSettlementPaymentsDetails$outboundSchema, ListSettlementPaymentsDetails$, ListSettlementPaymentsPaymentSelf$inboundSchema, ListSettlementPaymentsPaymentSelf$outboundSchema, ListSettlementPaymentsPaymentSelf$, ListSettlementPaymentsCheckout$inboundSchema, ListSettlementPaymentsCheckout$outboundSchema, ListSettlementPaymentsCheckout$, ListSettlementPaymentsMobileAppCheckout$inboundSchema, ListSettlementPaymentsMobileAppCheckout$outboundSchema, ListSettlementPaymentsMobileAppCheckout$, ListSettlementPaymentsChangePaymentState$inboundSchema, ListSettlementPaymentsChangePaymentState$outboundSchema, ListSettlementPaymentsChangePaymentState$, ListSettlementPaymentsDashboard$inboundSchema, ListSettlementPaymentsDashboard$outboundSchema, ListSettlementPaymentsDashboard$, ListSettlementPaymentsRefunds$inboundSchema, ListSettlementPaymentsRefunds$outboundSchema, ListSettlementPaymentsRefunds$, ListSettlementPaymentsChargebacks$inboundSchema, ListSettlementPaymentsChargebacks$outboundSchema, ListSettlementPaymentsChargebacks$, ListSettlementPaymentsCaptures$inboundSchema, ListSettlementPaymentsCaptures$outboundSchema, ListSettlementPaymentsCaptures$, ListSettlementPaymentsSettlement$inboundSchema, ListSettlementPaymentsSettlement$outboundSchema, ListSettlementPaymentsSettlement$, ListSettlementPaymentsCustomer$inboundSchema, ListSettlementPaymentsCustomer$outboundSchema, ListSettlementPaymentsCustomer$, ListSettlementPaymentsMandate$inboundSchema, ListSettlementPaymentsMandate$outboundSchema, ListSettlementPaymentsMandate$, ListSettlementPaymentsSubscription$inboundSchema, ListSettlementPaymentsSubscription$outboundSchema, ListSettlementPaymentsSubscription$, ListSettlementPaymentsOrder$inboundSchema, ListSettlementPaymentsOrder$outboundSchema, ListSettlementPaymentsOrder$, ListSettlementPaymentsTerminal$inboundSchema, ListSettlementPaymentsTerminal$outboundSchema, ListSettlementPaymentsTerminal$, ListSettlementPaymentsPaymentDocumentation$inboundSchema, ListSettlementPaymentsPaymentDocumentation$outboundSchema, ListSettlementPaymentsPaymentDocumentation$, ListSettlementPaymentsLinksStatus$inboundSchema, ListSettlementPaymentsLinksStatus$outboundSchema, ListSettlementPaymentsLinksStatus$, ListSettlementPaymentsPayOnline$inboundSchema, ListSettlementPaymentsPayOnline$outboundSchema, ListSettlementPaymentsPayOnline$, ListSettlementPaymentsPaymentLinks$inboundSchema, ListSettlementPaymentsPaymentLinks$outboundSchema, ListSettlementPaymentsPaymentLinks$, ListSettlementPaymentsPaymentOutput$inboundSchema, ListSettlementPaymentsPaymentOutput$outboundSchema, ListSettlementPaymentsPaymentOutput$, ListSettlementPaymentsEmbedded$inboundSchema, ListSettlementPaymentsEmbedded$outboundSchema, ListSettlementPaymentsEmbedded$, ListSettlementPaymentsSelf$inboundSchema, ListSettlementPaymentsSelf$outboundSchema, ListSettlementPaymentsSelf$, ListSettlementPaymentsPrevious$inboundSchema, ListSettlementPaymentsPrevious$outboundSchema, ListSettlementPaymentsPrevious$, ListSettlementPaymentsNext$inboundSchema, ListSettlementPaymentsNext$outboundSchema, ListSettlementPaymentsNext$, ListSettlementPaymentsDocumentation$inboundSchema, ListSettlementPaymentsDocumentation$outboundSchema, ListSettlementPaymentsDocumentation$, ListSettlementPaymentsLinks$inboundSchema, ListSettlementPaymentsLinks$outboundSchema, ListSettlementPaymentsLinks$, ListSettlementPaymentsResponse$inboundSchema, ListSettlementPaymentsResponse$outboundSchema, ListSettlementPaymentsResponse$;
|
|
81913
|
+
var ListSettlementPaymentsSort, ListSettlementPaymentsMode, ListSettlementPaymentsLineType, ListSettlementPaymentsCategory, ListSettlementPaymentsLocale, ListSettlementPaymentsMethod, ListSettlementPaymentsCaptureMode, ListSettlementPaymentsRoutingMode, ListSettlementPaymentsRoutingType, ListSettlementPaymentsSequenceType, ListSettlementPaymentsStatusEnum, ListSettlementPaymentsCode, ListSettlementPaymentsCardAudition, ListSettlementPaymentsCardLabel, ListSettlementPaymentsCardFunding, ListSettlementPaymentsCardSecurity, ListSettlementPaymentsFeeRegion, ListSettlementPaymentsFailureReason, ListSettlementPaymentsWallet, ListSettlementPaymentsSellerProtection, ListSettlementPaymentsCardReadMethod, ListSettlementPaymentsCardVerificationMethod, ListSettlementPaymentsSort$inboundSchema, ListSettlementPaymentsSort$outboundSchema, ListSettlementPaymentsSort$, ListSettlementPaymentsRequest$inboundSchema, ListSettlementPaymentsRequest$outboundSchema, ListSettlementPaymentsRequest$, ListSettlementPaymentsBadRequestDocumentation$inboundSchema, ListSettlementPaymentsBadRequestDocumentation$outboundSchema, ListSettlementPaymentsBadRequestDocumentation$, ListSettlementPaymentsBadRequestLinks$inboundSchema, ListSettlementPaymentsBadRequestLinks$outboundSchema, ListSettlementPaymentsBadRequestLinks$, ListSettlementPaymentsMode$inboundSchema, ListSettlementPaymentsMode$outboundSchema, ListSettlementPaymentsMode$, ListSettlementPaymentsAmount$inboundSchema, ListSettlementPaymentsAmount$outboundSchema, ListSettlementPaymentsAmount$, ListSettlementPaymentsAmountRefunded$inboundSchema, ListSettlementPaymentsAmountRefunded$outboundSchema, ListSettlementPaymentsAmountRefunded$, ListSettlementPaymentsAmountRemaining$inboundSchema, ListSettlementPaymentsAmountRemaining$outboundSchema, ListSettlementPaymentsAmountRemaining$, ListSettlementPaymentsAmountCaptured$inboundSchema, ListSettlementPaymentsAmountCaptured$outboundSchema, ListSettlementPaymentsAmountCaptured$, ListSettlementPaymentsAmountChargedBack$inboundSchema, ListSettlementPaymentsAmountChargedBack$outboundSchema, ListSettlementPaymentsAmountChargedBack$, ListSettlementPaymentsSettlementAmount$inboundSchema, ListSettlementPaymentsSettlementAmount$outboundSchema, ListSettlementPaymentsSettlementAmount$, ListSettlementPaymentsLineType$inboundSchema, ListSettlementPaymentsLineType$outboundSchema, ListSettlementPaymentsLineType$, ListSettlementPaymentsUnitPrice$inboundSchema, ListSettlementPaymentsUnitPrice$outboundSchema, ListSettlementPaymentsUnitPrice$, ListSettlementPaymentsDiscountAmount$inboundSchema, ListSettlementPaymentsDiscountAmount$outboundSchema, ListSettlementPaymentsDiscountAmount$, ListSettlementPaymentsTotalAmount$inboundSchema, ListSettlementPaymentsTotalAmount$outboundSchema, ListSettlementPaymentsTotalAmount$, ListSettlementPaymentsVatAmount$inboundSchema, ListSettlementPaymentsVatAmount$outboundSchema, ListSettlementPaymentsVatAmount$, ListSettlementPaymentsCategory$inboundSchema, ListSettlementPaymentsCategory$outboundSchema, ListSettlementPaymentsCategory$, ListSettlementPaymentsRecurringAmount$inboundSchema, ListSettlementPaymentsRecurringAmount$outboundSchema, ListSettlementPaymentsRecurringAmount$, ListSettlementPaymentsRecurring$inboundSchema, ListSettlementPaymentsRecurring$outboundSchema, ListSettlementPaymentsRecurring$, ListSettlementPaymentsLine$inboundSchema, ListSettlementPaymentsLine$outboundSchema, ListSettlementPaymentsLine$, ListSettlementPaymentsBillingAddress$inboundSchema, ListSettlementPaymentsBillingAddress$outboundSchema, ListSettlementPaymentsBillingAddress$, ListSettlementPaymentsShippingAddress$inboundSchema, ListSettlementPaymentsShippingAddress$outboundSchema, ListSettlementPaymentsShippingAddress$, ListSettlementPaymentsLocale$inboundSchema, ListSettlementPaymentsLocale$outboundSchema, ListSettlementPaymentsLocale$, ListSettlementPaymentsMethod$inboundSchema, ListSettlementPaymentsMethod$outboundSchema, ListSettlementPaymentsMethod$, ListSettlementPaymentsMetadata$inboundSchema, ListSettlementPaymentsMetadata$outboundSchema, ListSettlementPaymentsMetadata$, ListSettlementPaymentsCaptureMode$inboundSchema, ListSettlementPaymentsCaptureMode$outboundSchema, ListSettlementPaymentsCaptureMode$, ListSettlementPaymentsApplicationFeeAmount$inboundSchema, ListSettlementPaymentsApplicationFeeAmount$outboundSchema, ListSettlementPaymentsApplicationFeeAmount$, ListSettlementPaymentsApplicationFee$inboundSchema, ListSettlementPaymentsApplicationFee$outboundSchema, ListSettlementPaymentsApplicationFee$, ListSettlementPaymentsRoutingMode$inboundSchema, ListSettlementPaymentsRoutingMode$outboundSchema, ListSettlementPaymentsRoutingMode$, ListSettlementPaymentsRoutingAmount$inboundSchema, ListSettlementPaymentsRoutingAmount$outboundSchema, ListSettlementPaymentsRoutingAmount$, ListSettlementPaymentsRoutingType$inboundSchema, ListSettlementPaymentsRoutingType$outboundSchema, ListSettlementPaymentsRoutingType$, ListSettlementPaymentsDestination$inboundSchema, ListSettlementPaymentsDestination$outboundSchema, ListSettlementPaymentsDestination$, ListSettlementPaymentsRoutingSelf$inboundSchema, ListSettlementPaymentsRoutingSelf$outboundSchema, ListSettlementPaymentsRoutingSelf$, ListSettlementPaymentsRoutingPayment$inboundSchema, ListSettlementPaymentsRoutingPayment$outboundSchema, ListSettlementPaymentsRoutingPayment$, ListSettlementPaymentsRoutingLinks$inboundSchema, ListSettlementPaymentsRoutingLinks$outboundSchema, ListSettlementPaymentsRoutingLinks$, ListSettlementPaymentsRouting$inboundSchema, ListSettlementPaymentsRouting$outboundSchema, ListSettlementPaymentsRouting$, ListSettlementPaymentsSequenceType$inboundSchema, ListSettlementPaymentsSequenceType$outboundSchema, ListSettlementPaymentsSequenceType$, ListSettlementPaymentsStatusEnum$inboundSchema, ListSettlementPaymentsStatusEnum$outboundSchema, ListSettlementPaymentsStatusEnum$, ListSettlementPaymentsCode$inboundSchema, ListSettlementPaymentsCode$outboundSchema, ListSettlementPaymentsCode$, ListSettlementPaymentsStatusReason$inboundSchema, ListSettlementPaymentsStatusReason$outboundSchema, ListSettlementPaymentsStatusReason$, ListSettlementPaymentsCardAudition$inboundSchema, ListSettlementPaymentsCardAudition$outboundSchema, ListSettlementPaymentsCardAudition$, ListSettlementPaymentsCardLabel$inboundSchema, ListSettlementPaymentsCardLabel$outboundSchema, ListSettlementPaymentsCardLabel$, ListSettlementPaymentsCardFunding$inboundSchema, ListSettlementPaymentsCardFunding$outboundSchema, ListSettlementPaymentsCardFunding$, ListSettlementPaymentsCardSecurity$inboundSchema, ListSettlementPaymentsCardSecurity$outboundSchema, ListSettlementPaymentsCardSecurity$, ListSettlementPaymentsFeeRegion$inboundSchema, ListSettlementPaymentsFeeRegion$outboundSchema, ListSettlementPaymentsFeeRegion$, ListSettlementPaymentsFailureReason$inboundSchema, ListSettlementPaymentsFailureReason$outboundSchema, ListSettlementPaymentsFailureReason$, ListSettlementPaymentsWallet$inboundSchema, ListSettlementPaymentsWallet$outboundSchema, ListSettlementPaymentsWallet$, ListSettlementPaymentsSellerProtection$inboundSchema, ListSettlementPaymentsSellerProtection$outboundSchema, ListSettlementPaymentsSellerProtection$, ListSettlementPaymentsPaypalFee$inboundSchema, ListSettlementPaymentsPaypalFee$outboundSchema, ListSettlementPaymentsPaypalFee$, ListSettlementPaymentsCardReadMethod$inboundSchema, ListSettlementPaymentsCardReadMethod$outboundSchema, ListSettlementPaymentsCardReadMethod$, ListSettlementPaymentsCardVerificationMethod$inboundSchema, ListSettlementPaymentsCardVerificationMethod$outboundSchema, ListSettlementPaymentsCardVerificationMethod$, ListSettlementPaymentsReceipt$inboundSchema, ListSettlementPaymentsReceipt$outboundSchema, ListSettlementPaymentsReceipt$, ListSettlementPaymentsQrCode$inboundSchema, ListSettlementPaymentsQrCode$outboundSchema, ListSettlementPaymentsQrCode$, ListSettlementPaymentsRemainderAmount$inboundSchema, ListSettlementPaymentsRemainderAmount$outboundSchema, ListSettlementPaymentsRemainderAmount$, ListSettlementPaymentsDetails$inboundSchema, ListSettlementPaymentsDetails$outboundSchema, ListSettlementPaymentsDetails$, ListSettlementPaymentsPaymentSelf$inboundSchema, ListSettlementPaymentsPaymentSelf$outboundSchema, ListSettlementPaymentsPaymentSelf$, ListSettlementPaymentsCheckout$inboundSchema, ListSettlementPaymentsCheckout$outboundSchema, ListSettlementPaymentsCheckout$, ListSettlementPaymentsMobileAppCheckout$inboundSchema, ListSettlementPaymentsMobileAppCheckout$outboundSchema, ListSettlementPaymentsMobileAppCheckout$, ListSettlementPaymentsChangePaymentState$inboundSchema, ListSettlementPaymentsChangePaymentState$outboundSchema, ListSettlementPaymentsChangePaymentState$, ListSettlementPaymentsDashboard$inboundSchema, ListSettlementPaymentsDashboard$outboundSchema, ListSettlementPaymentsDashboard$, ListSettlementPaymentsRefunds$inboundSchema, ListSettlementPaymentsRefunds$outboundSchema, ListSettlementPaymentsRefunds$, ListSettlementPaymentsChargebacks$inboundSchema, ListSettlementPaymentsChargebacks$outboundSchema, ListSettlementPaymentsChargebacks$, ListSettlementPaymentsCaptures$inboundSchema, ListSettlementPaymentsCaptures$outboundSchema, ListSettlementPaymentsCaptures$, ListSettlementPaymentsSettlement$inboundSchema, ListSettlementPaymentsSettlement$outboundSchema, ListSettlementPaymentsSettlement$, ListSettlementPaymentsCustomer$inboundSchema, ListSettlementPaymentsCustomer$outboundSchema, ListSettlementPaymentsCustomer$, ListSettlementPaymentsMandate$inboundSchema, ListSettlementPaymentsMandate$outboundSchema, ListSettlementPaymentsMandate$, ListSettlementPaymentsSubscription$inboundSchema, ListSettlementPaymentsSubscription$outboundSchema, ListSettlementPaymentsSubscription$, ListSettlementPaymentsOrder$inboundSchema, ListSettlementPaymentsOrder$outboundSchema, ListSettlementPaymentsOrder$, ListSettlementPaymentsTerminal$inboundSchema, ListSettlementPaymentsTerminal$outboundSchema, ListSettlementPaymentsTerminal$, ListSettlementPaymentsPaymentDocumentation$inboundSchema, ListSettlementPaymentsPaymentDocumentation$outboundSchema, ListSettlementPaymentsPaymentDocumentation$, ListSettlementPaymentsLinksStatus$inboundSchema, ListSettlementPaymentsLinksStatus$outboundSchema, ListSettlementPaymentsLinksStatus$, ListSettlementPaymentsPayOnline$inboundSchema, ListSettlementPaymentsPayOnline$outboundSchema, ListSettlementPaymentsPayOnline$, ListSettlementPaymentsPaymentLinks$inboundSchema, ListSettlementPaymentsPaymentLinks$outboundSchema, ListSettlementPaymentsPaymentLinks$, ListSettlementPaymentsPaymentOutput$inboundSchema, ListSettlementPaymentsPaymentOutput$outboundSchema, ListSettlementPaymentsPaymentOutput$, ListSettlementPaymentsEmbedded$inboundSchema, ListSettlementPaymentsEmbedded$outboundSchema, ListSettlementPaymentsEmbedded$, ListSettlementPaymentsSelf$inboundSchema, ListSettlementPaymentsSelf$outboundSchema, ListSettlementPaymentsSelf$, ListSettlementPaymentsPrevious$inboundSchema, ListSettlementPaymentsPrevious$outboundSchema, ListSettlementPaymentsPrevious$, ListSettlementPaymentsNext$inboundSchema, ListSettlementPaymentsNext$outboundSchema, ListSettlementPaymentsNext$, ListSettlementPaymentsDocumentation$inboundSchema, ListSettlementPaymentsDocumentation$outboundSchema, ListSettlementPaymentsDocumentation$, ListSettlementPaymentsLinks$inboundSchema, ListSettlementPaymentsLinks$outboundSchema, ListSettlementPaymentsLinks$, ListSettlementPaymentsResponse$inboundSchema, ListSettlementPaymentsResponse$outboundSchema, ListSettlementPaymentsResponse$;
|
|
82068
81914
|
var init_listsettlementpayments = __esm(() => {
|
|
82069
81915
|
init_esm();
|
|
82070
81916
|
init_primitives();
|
|
@@ -82093,11 +81939,6 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
82093
81939
|
Gift: "gift",
|
|
82094
81940
|
SportCulture: "sport_culture"
|
|
82095
81941
|
};
|
|
82096
|
-
ListSettlementPaymentsInterval = {
|
|
82097
|
-
DotDotDotMonths: "... months",
|
|
82098
|
-
DotDotDotWeeks: "... weeks",
|
|
82099
|
-
DotDotDotDays: "... days"
|
|
82100
|
-
};
|
|
82101
81942
|
ListSettlementPaymentsLocale = {
|
|
82102
81943
|
EnUS: "en_US",
|
|
82103
81944
|
EnGB: "en_GB",
|
|
@@ -82578,12 +82419,6 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
82578
82419
|
ListSettlementPaymentsCategory$.inboundSchema = ListSettlementPaymentsCategory$inboundSchema;
|
|
82579
82420
|
ListSettlementPaymentsCategory$.outboundSchema = ListSettlementPaymentsCategory$outboundSchema;
|
|
82580
82421
|
})(ListSettlementPaymentsCategory$ ||= {});
|
|
82581
|
-
ListSettlementPaymentsInterval$inboundSchema = nativeEnumType(ListSettlementPaymentsInterval);
|
|
82582
|
-
ListSettlementPaymentsInterval$outboundSchema = ListSettlementPaymentsInterval$inboundSchema;
|
|
82583
|
-
((ListSettlementPaymentsInterval$) => {
|
|
82584
|
-
ListSettlementPaymentsInterval$.inboundSchema = ListSettlementPaymentsInterval$inboundSchema;
|
|
82585
|
-
ListSettlementPaymentsInterval$.outboundSchema = ListSettlementPaymentsInterval$outboundSchema;
|
|
82586
|
-
})(ListSettlementPaymentsInterval$ ||= {});
|
|
82587
82422
|
ListSettlementPaymentsRecurringAmount$inboundSchema = objectType({
|
|
82588
82423
|
currency: stringType(),
|
|
82589
82424
|
value: stringType()
|
|
@@ -82598,14 +82433,14 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
82598
82433
|
})(ListSettlementPaymentsRecurringAmount$ ||= {});
|
|
82599
82434
|
ListSettlementPaymentsRecurring$inboundSchema = objectType({
|
|
82600
82435
|
description: stringType().optional(),
|
|
82601
|
-
interval:
|
|
82436
|
+
interval: stringType(),
|
|
82602
82437
|
amount: lazyType(() => ListSettlementPaymentsRecurringAmount$inboundSchema).optional(),
|
|
82603
82438
|
times: numberType().int().optional(),
|
|
82604
82439
|
startDate: nullableType(stringType()).optional()
|
|
82605
82440
|
});
|
|
82606
82441
|
ListSettlementPaymentsRecurring$outboundSchema = objectType({
|
|
82607
82442
|
description: stringType().optional(),
|
|
82608
|
-
interval:
|
|
82443
|
+
interval: stringType(),
|
|
82609
82444
|
amount: lazyType(() => ListSettlementPaymentsRecurringAmount$outboundSchema).optional(),
|
|
82610
82445
|
times: numberType().int().optional(),
|
|
82611
82446
|
startDate: nullableType(stringType()).optional()
|
|
@@ -84321,7 +84156,7 @@ var init_listsettlements = __esm(() => {
|
|
|
84321
84156
|
});
|
|
84322
84157
|
|
|
84323
84158
|
// src/models/operations/listsubscriptionpayments.ts
|
|
84324
|
-
var ListSubscriptionPaymentsSort, ListSubscriptionPaymentsMode, ListSubscriptionPaymentsLineType, ListSubscriptionPaymentsCategory, ListSubscriptionPaymentsInterval, ListSubscriptionPaymentsLocale, ListSubscriptionPaymentsMethod, ListSubscriptionPaymentsCaptureMode, ListSubscriptionPaymentsRoutingMode, ListSubscriptionPaymentsRoutingType, ListSubscriptionPaymentsSequenceType, ListSubscriptionPaymentsStatusEnum, ListSubscriptionPaymentsCode, ListSubscriptionPaymentsCardAudition, ListSubscriptionPaymentsCardLabel, ListSubscriptionPaymentsCardFunding, ListSubscriptionPaymentsCardSecurity, ListSubscriptionPaymentsFeeRegion, ListSubscriptionPaymentsFailureReason, ListSubscriptionPaymentsWallet, ListSubscriptionPaymentsSellerProtection, ListSubscriptionPaymentsCardReadMethod, ListSubscriptionPaymentsCardVerificationMethod, ListSubscriptionPaymentsSort$inboundSchema, ListSubscriptionPaymentsSort$outboundSchema, ListSubscriptionPaymentsSort$, ListSubscriptionPaymentsRequest$inboundSchema, ListSubscriptionPaymentsRequest$outboundSchema, ListSubscriptionPaymentsRequest$, ListSubscriptionPaymentsBadRequestDocumentation$inboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$outboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$, ListSubscriptionPaymentsBadRequestLinks$inboundSchema, ListSubscriptionPaymentsBadRequestLinks$outboundSchema, ListSubscriptionPaymentsBadRequestLinks$, ListSubscriptionPaymentsMode$inboundSchema, ListSubscriptionPaymentsMode$outboundSchema, ListSubscriptionPaymentsMode$, ListSubscriptionPaymentsAmount$inboundSchema, ListSubscriptionPaymentsAmount$outboundSchema, ListSubscriptionPaymentsAmount$, ListSubscriptionPaymentsAmountRefunded$inboundSchema, ListSubscriptionPaymentsAmountRefunded$outboundSchema, ListSubscriptionPaymentsAmountRefunded$, ListSubscriptionPaymentsAmountRemaining$inboundSchema, ListSubscriptionPaymentsAmountRemaining$outboundSchema, ListSubscriptionPaymentsAmountRemaining$, ListSubscriptionPaymentsAmountCaptured$inboundSchema, ListSubscriptionPaymentsAmountCaptured$outboundSchema, ListSubscriptionPaymentsAmountCaptured$, ListSubscriptionPaymentsAmountChargedBack$inboundSchema, ListSubscriptionPaymentsAmountChargedBack$outboundSchema, ListSubscriptionPaymentsAmountChargedBack$, ListSubscriptionPaymentsSettlementAmount$inboundSchema, ListSubscriptionPaymentsSettlementAmount$outboundSchema, ListSubscriptionPaymentsSettlementAmount$, ListSubscriptionPaymentsLineType$inboundSchema, ListSubscriptionPaymentsLineType$outboundSchema, ListSubscriptionPaymentsLineType$, ListSubscriptionPaymentsUnitPrice$inboundSchema, ListSubscriptionPaymentsUnitPrice$outboundSchema, ListSubscriptionPaymentsUnitPrice$, ListSubscriptionPaymentsDiscountAmount$inboundSchema, ListSubscriptionPaymentsDiscountAmount$outboundSchema, ListSubscriptionPaymentsDiscountAmount$, ListSubscriptionPaymentsTotalAmount$inboundSchema, ListSubscriptionPaymentsTotalAmount$outboundSchema, ListSubscriptionPaymentsTotalAmount$, ListSubscriptionPaymentsVatAmount$inboundSchema, ListSubscriptionPaymentsVatAmount$outboundSchema, ListSubscriptionPaymentsVatAmount$, ListSubscriptionPaymentsCategory$inboundSchema, ListSubscriptionPaymentsCategory$outboundSchema, ListSubscriptionPaymentsCategory$, ListSubscriptionPaymentsInterval$inboundSchema, ListSubscriptionPaymentsInterval$outboundSchema, ListSubscriptionPaymentsInterval$, ListSubscriptionPaymentsRecurringAmount$inboundSchema, ListSubscriptionPaymentsRecurringAmount$outboundSchema, ListSubscriptionPaymentsRecurringAmount$, ListSubscriptionPaymentsRecurring$inboundSchema, ListSubscriptionPaymentsRecurring$outboundSchema, ListSubscriptionPaymentsRecurring$, ListSubscriptionPaymentsLine$inboundSchema, ListSubscriptionPaymentsLine$outboundSchema, ListSubscriptionPaymentsLine$, ListSubscriptionPaymentsBillingAddress$inboundSchema, ListSubscriptionPaymentsBillingAddress$outboundSchema, ListSubscriptionPaymentsBillingAddress$, ListSubscriptionPaymentsShippingAddress$inboundSchema, ListSubscriptionPaymentsShippingAddress$outboundSchema, ListSubscriptionPaymentsShippingAddress$, ListSubscriptionPaymentsLocale$inboundSchema, ListSubscriptionPaymentsLocale$outboundSchema, ListSubscriptionPaymentsLocale$, ListSubscriptionPaymentsMethod$inboundSchema, ListSubscriptionPaymentsMethod$outboundSchema, ListSubscriptionPaymentsMethod$, ListSubscriptionPaymentsMetadata$inboundSchema, ListSubscriptionPaymentsMetadata$outboundSchema, ListSubscriptionPaymentsMetadata$, ListSubscriptionPaymentsCaptureMode$inboundSchema, ListSubscriptionPaymentsCaptureMode$outboundSchema, ListSubscriptionPaymentsCaptureMode$, ListSubscriptionPaymentsApplicationFeeAmount$inboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$outboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$, ListSubscriptionPaymentsApplicationFee$inboundSchema, ListSubscriptionPaymentsApplicationFee$outboundSchema, ListSubscriptionPaymentsApplicationFee$, ListSubscriptionPaymentsRoutingMode$inboundSchema, ListSubscriptionPaymentsRoutingMode$outboundSchema, ListSubscriptionPaymentsRoutingMode$, ListSubscriptionPaymentsRoutingAmount$inboundSchema, ListSubscriptionPaymentsRoutingAmount$outboundSchema, ListSubscriptionPaymentsRoutingAmount$, ListSubscriptionPaymentsRoutingType$inboundSchema, ListSubscriptionPaymentsRoutingType$outboundSchema, ListSubscriptionPaymentsRoutingType$, ListSubscriptionPaymentsDestination$inboundSchema, ListSubscriptionPaymentsDestination$outboundSchema, ListSubscriptionPaymentsDestination$, ListSubscriptionPaymentsRoutingSelf$inboundSchema, ListSubscriptionPaymentsRoutingSelf$outboundSchema, ListSubscriptionPaymentsRoutingSelf$, ListSubscriptionPaymentsRoutingPayment$inboundSchema, ListSubscriptionPaymentsRoutingPayment$outboundSchema, ListSubscriptionPaymentsRoutingPayment$, ListSubscriptionPaymentsRoutingLinks$inboundSchema, ListSubscriptionPaymentsRoutingLinks$outboundSchema, ListSubscriptionPaymentsRoutingLinks$, ListSubscriptionPaymentsRouting$inboundSchema, ListSubscriptionPaymentsRouting$outboundSchema, ListSubscriptionPaymentsRouting$, ListSubscriptionPaymentsSequenceType$inboundSchema, ListSubscriptionPaymentsSequenceType$outboundSchema, ListSubscriptionPaymentsSequenceType$, ListSubscriptionPaymentsStatusEnum$inboundSchema, ListSubscriptionPaymentsStatusEnum$outboundSchema, ListSubscriptionPaymentsStatusEnum$, ListSubscriptionPaymentsCode$inboundSchema, ListSubscriptionPaymentsCode$outboundSchema, ListSubscriptionPaymentsCode$, ListSubscriptionPaymentsStatusReason$inboundSchema, ListSubscriptionPaymentsStatusReason$outboundSchema, ListSubscriptionPaymentsStatusReason$, ListSubscriptionPaymentsCardAudition$inboundSchema, ListSubscriptionPaymentsCardAudition$outboundSchema, ListSubscriptionPaymentsCardAudition$, ListSubscriptionPaymentsCardLabel$inboundSchema, ListSubscriptionPaymentsCardLabel$outboundSchema, ListSubscriptionPaymentsCardLabel$, ListSubscriptionPaymentsCardFunding$inboundSchema, ListSubscriptionPaymentsCardFunding$outboundSchema, ListSubscriptionPaymentsCardFunding$, ListSubscriptionPaymentsCardSecurity$inboundSchema, ListSubscriptionPaymentsCardSecurity$outboundSchema, ListSubscriptionPaymentsCardSecurity$, ListSubscriptionPaymentsFeeRegion$inboundSchema, ListSubscriptionPaymentsFeeRegion$outboundSchema, ListSubscriptionPaymentsFeeRegion$, ListSubscriptionPaymentsFailureReason$inboundSchema, ListSubscriptionPaymentsFailureReason$outboundSchema, ListSubscriptionPaymentsFailureReason$, ListSubscriptionPaymentsWallet$inboundSchema, ListSubscriptionPaymentsWallet$outboundSchema, ListSubscriptionPaymentsWallet$, ListSubscriptionPaymentsSellerProtection$inboundSchema, ListSubscriptionPaymentsSellerProtection$outboundSchema, ListSubscriptionPaymentsSellerProtection$, ListSubscriptionPaymentsPaypalFee$inboundSchema, ListSubscriptionPaymentsPaypalFee$outboundSchema, ListSubscriptionPaymentsPaypalFee$, ListSubscriptionPaymentsCardReadMethod$inboundSchema, ListSubscriptionPaymentsCardReadMethod$outboundSchema, ListSubscriptionPaymentsCardReadMethod$, ListSubscriptionPaymentsCardVerificationMethod$inboundSchema, ListSubscriptionPaymentsCardVerificationMethod$outboundSchema, ListSubscriptionPaymentsCardVerificationMethod$, ListSubscriptionPaymentsReceipt$inboundSchema, ListSubscriptionPaymentsReceipt$outboundSchema, ListSubscriptionPaymentsReceipt$, ListSubscriptionPaymentsQrCode$inboundSchema, ListSubscriptionPaymentsQrCode$outboundSchema, ListSubscriptionPaymentsQrCode$, ListSubscriptionPaymentsRemainderAmount$inboundSchema, ListSubscriptionPaymentsRemainderAmount$outboundSchema, ListSubscriptionPaymentsRemainderAmount$, ListSubscriptionPaymentsDetails$inboundSchema, ListSubscriptionPaymentsDetails$outboundSchema, ListSubscriptionPaymentsDetails$, ListSubscriptionPaymentsPaymentSelf$inboundSchema, ListSubscriptionPaymentsPaymentSelf$outboundSchema, ListSubscriptionPaymentsPaymentSelf$, ListSubscriptionPaymentsCheckout$inboundSchema, ListSubscriptionPaymentsCheckout$outboundSchema, ListSubscriptionPaymentsCheckout$, ListSubscriptionPaymentsMobileAppCheckout$inboundSchema, ListSubscriptionPaymentsMobileAppCheckout$outboundSchema, ListSubscriptionPaymentsMobileAppCheckout$, ListSubscriptionPaymentsChangePaymentState$inboundSchema, ListSubscriptionPaymentsChangePaymentState$outboundSchema, ListSubscriptionPaymentsChangePaymentState$, ListSubscriptionPaymentsDashboard$inboundSchema, ListSubscriptionPaymentsDashboard$outboundSchema, ListSubscriptionPaymentsDashboard$, ListSubscriptionPaymentsRefunds$inboundSchema, ListSubscriptionPaymentsRefunds$outboundSchema, ListSubscriptionPaymentsRefunds$, ListSubscriptionPaymentsChargebacks$inboundSchema, ListSubscriptionPaymentsChargebacks$outboundSchema, ListSubscriptionPaymentsChargebacks$, ListSubscriptionPaymentsCaptures$inboundSchema, ListSubscriptionPaymentsCaptures$outboundSchema, ListSubscriptionPaymentsCaptures$, ListSubscriptionPaymentsSettlement$inboundSchema, ListSubscriptionPaymentsSettlement$outboundSchema, ListSubscriptionPaymentsSettlement$, ListSubscriptionPaymentsCustomer$inboundSchema, ListSubscriptionPaymentsCustomer$outboundSchema, ListSubscriptionPaymentsCustomer$, ListSubscriptionPaymentsMandate$inboundSchema, ListSubscriptionPaymentsMandate$outboundSchema, ListSubscriptionPaymentsMandate$, ListSubscriptionPaymentsSubscription$inboundSchema, ListSubscriptionPaymentsSubscription$outboundSchema, ListSubscriptionPaymentsSubscription$, ListSubscriptionPaymentsOrder$inboundSchema, ListSubscriptionPaymentsOrder$outboundSchema, ListSubscriptionPaymentsOrder$, ListSubscriptionPaymentsTerminal$inboundSchema, ListSubscriptionPaymentsTerminal$outboundSchema, ListSubscriptionPaymentsTerminal$, ListSubscriptionPaymentsPaymentDocumentation$inboundSchema, ListSubscriptionPaymentsPaymentDocumentation$outboundSchema, ListSubscriptionPaymentsPaymentDocumentation$, ListSubscriptionPaymentsLinksStatus$inboundSchema, ListSubscriptionPaymentsLinksStatus$outboundSchema, ListSubscriptionPaymentsLinksStatus$, ListSubscriptionPaymentsPayOnline$inboundSchema, ListSubscriptionPaymentsPayOnline$outboundSchema, ListSubscriptionPaymentsPayOnline$, ListSubscriptionPaymentsPaymentLinks$inboundSchema, ListSubscriptionPaymentsPaymentLinks$outboundSchema, ListSubscriptionPaymentsPaymentLinks$, ListSubscriptionPaymentsPaymentOutput$inboundSchema, ListSubscriptionPaymentsPaymentOutput$outboundSchema, ListSubscriptionPaymentsPaymentOutput$, ListSubscriptionPaymentsEmbedded$inboundSchema, ListSubscriptionPaymentsEmbedded$outboundSchema, ListSubscriptionPaymentsEmbedded$, ListSubscriptionPaymentsSelf$inboundSchema, ListSubscriptionPaymentsSelf$outboundSchema, ListSubscriptionPaymentsSelf$, ListSubscriptionPaymentsPrevious$inboundSchema, ListSubscriptionPaymentsPrevious$outboundSchema, ListSubscriptionPaymentsPrevious$, ListSubscriptionPaymentsNext$inboundSchema, ListSubscriptionPaymentsNext$outboundSchema, ListSubscriptionPaymentsNext$, ListSubscriptionPaymentsDocumentation$inboundSchema, ListSubscriptionPaymentsDocumentation$outboundSchema, ListSubscriptionPaymentsDocumentation$, ListSubscriptionPaymentsLinks$inboundSchema, ListSubscriptionPaymentsLinks$outboundSchema, ListSubscriptionPaymentsLinks$, ListSubscriptionPaymentsResponse$inboundSchema, ListSubscriptionPaymentsResponse$outboundSchema, ListSubscriptionPaymentsResponse$;
|
|
84159
|
+
var ListSubscriptionPaymentsSort, ListSubscriptionPaymentsMode, ListSubscriptionPaymentsLineType, ListSubscriptionPaymentsCategory, ListSubscriptionPaymentsLocale, ListSubscriptionPaymentsMethod, ListSubscriptionPaymentsCaptureMode, ListSubscriptionPaymentsRoutingMode, ListSubscriptionPaymentsRoutingType, ListSubscriptionPaymentsSequenceType, ListSubscriptionPaymentsStatusEnum, ListSubscriptionPaymentsCode, ListSubscriptionPaymentsCardAudition, ListSubscriptionPaymentsCardLabel, ListSubscriptionPaymentsCardFunding, ListSubscriptionPaymentsCardSecurity, ListSubscriptionPaymentsFeeRegion, ListSubscriptionPaymentsFailureReason, ListSubscriptionPaymentsWallet, ListSubscriptionPaymentsSellerProtection, ListSubscriptionPaymentsCardReadMethod, ListSubscriptionPaymentsCardVerificationMethod, ListSubscriptionPaymentsSort$inboundSchema, ListSubscriptionPaymentsSort$outboundSchema, ListSubscriptionPaymentsSort$, ListSubscriptionPaymentsRequest$inboundSchema, ListSubscriptionPaymentsRequest$outboundSchema, ListSubscriptionPaymentsRequest$, ListSubscriptionPaymentsBadRequestDocumentation$inboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$outboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$, ListSubscriptionPaymentsBadRequestLinks$inboundSchema, ListSubscriptionPaymentsBadRequestLinks$outboundSchema, ListSubscriptionPaymentsBadRequestLinks$, ListSubscriptionPaymentsMode$inboundSchema, ListSubscriptionPaymentsMode$outboundSchema, ListSubscriptionPaymentsMode$, ListSubscriptionPaymentsAmount$inboundSchema, ListSubscriptionPaymentsAmount$outboundSchema, ListSubscriptionPaymentsAmount$, ListSubscriptionPaymentsAmountRefunded$inboundSchema, ListSubscriptionPaymentsAmountRefunded$outboundSchema, ListSubscriptionPaymentsAmountRefunded$, ListSubscriptionPaymentsAmountRemaining$inboundSchema, ListSubscriptionPaymentsAmountRemaining$outboundSchema, ListSubscriptionPaymentsAmountRemaining$, ListSubscriptionPaymentsAmountCaptured$inboundSchema, ListSubscriptionPaymentsAmountCaptured$outboundSchema, ListSubscriptionPaymentsAmountCaptured$, ListSubscriptionPaymentsAmountChargedBack$inboundSchema, ListSubscriptionPaymentsAmountChargedBack$outboundSchema, ListSubscriptionPaymentsAmountChargedBack$, ListSubscriptionPaymentsSettlementAmount$inboundSchema, ListSubscriptionPaymentsSettlementAmount$outboundSchema, ListSubscriptionPaymentsSettlementAmount$, ListSubscriptionPaymentsLineType$inboundSchema, ListSubscriptionPaymentsLineType$outboundSchema, ListSubscriptionPaymentsLineType$, ListSubscriptionPaymentsUnitPrice$inboundSchema, ListSubscriptionPaymentsUnitPrice$outboundSchema, ListSubscriptionPaymentsUnitPrice$, ListSubscriptionPaymentsDiscountAmount$inboundSchema, ListSubscriptionPaymentsDiscountAmount$outboundSchema, ListSubscriptionPaymentsDiscountAmount$, ListSubscriptionPaymentsTotalAmount$inboundSchema, ListSubscriptionPaymentsTotalAmount$outboundSchema, ListSubscriptionPaymentsTotalAmount$, ListSubscriptionPaymentsVatAmount$inboundSchema, ListSubscriptionPaymentsVatAmount$outboundSchema, ListSubscriptionPaymentsVatAmount$, ListSubscriptionPaymentsCategory$inboundSchema, ListSubscriptionPaymentsCategory$outboundSchema, ListSubscriptionPaymentsCategory$, ListSubscriptionPaymentsRecurringAmount$inboundSchema, ListSubscriptionPaymentsRecurringAmount$outboundSchema, ListSubscriptionPaymentsRecurringAmount$, ListSubscriptionPaymentsRecurring$inboundSchema, ListSubscriptionPaymentsRecurring$outboundSchema, ListSubscriptionPaymentsRecurring$, ListSubscriptionPaymentsLine$inboundSchema, ListSubscriptionPaymentsLine$outboundSchema, ListSubscriptionPaymentsLine$, ListSubscriptionPaymentsBillingAddress$inboundSchema, ListSubscriptionPaymentsBillingAddress$outboundSchema, ListSubscriptionPaymentsBillingAddress$, ListSubscriptionPaymentsShippingAddress$inboundSchema, ListSubscriptionPaymentsShippingAddress$outboundSchema, ListSubscriptionPaymentsShippingAddress$, ListSubscriptionPaymentsLocale$inboundSchema, ListSubscriptionPaymentsLocale$outboundSchema, ListSubscriptionPaymentsLocale$, ListSubscriptionPaymentsMethod$inboundSchema, ListSubscriptionPaymentsMethod$outboundSchema, ListSubscriptionPaymentsMethod$, ListSubscriptionPaymentsMetadata$inboundSchema, ListSubscriptionPaymentsMetadata$outboundSchema, ListSubscriptionPaymentsMetadata$, ListSubscriptionPaymentsCaptureMode$inboundSchema, ListSubscriptionPaymentsCaptureMode$outboundSchema, ListSubscriptionPaymentsCaptureMode$, ListSubscriptionPaymentsApplicationFeeAmount$inboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$outboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$, ListSubscriptionPaymentsApplicationFee$inboundSchema, ListSubscriptionPaymentsApplicationFee$outboundSchema, ListSubscriptionPaymentsApplicationFee$, ListSubscriptionPaymentsRoutingMode$inboundSchema, ListSubscriptionPaymentsRoutingMode$outboundSchema, ListSubscriptionPaymentsRoutingMode$, ListSubscriptionPaymentsRoutingAmount$inboundSchema, ListSubscriptionPaymentsRoutingAmount$outboundSchema, ListSubscriptionPaymentsRoutingAmount$, ListSubscriptionPaymentsRoutingType$inboundSchema, ListSubscriptionPaymentsRoutingType$outboundSchema, ListSubscriptionPaymentsRoutingType$, ListSubscriptionPaymentsDestination$inboundSchema, ListSubscriptionPaymentsDestination$outboundSchema, ListSubscriptionPaymentsDestination$, ListSubscriptionPaymentsRoutingSelf$inboundSchema, ListSubscriptionPaymentsRoutingSelf$outboundSchema, ListSubscriptionPaymentsRoutingSelf$, ListSubscriptionPaymentsRoutingPayment$inboundSchema, ListSubscriptionPaymentsRoutingPayment$outboundSchema, ListSubscriptionPaymentsRoutingPayment$, ListSubscriptionPaymentsRoutingLinks$inboundSchema, ListSubscriptionPaymentsRoutingLinks$outboundSchema, ListSubscriptionPaymentsRoutingLinks$, ListSubscriptionPaymentsRouting$inboundSchema, ListSubscriptionPaymentsRouting$outboundSchema, ListSubscriptionPaymentsRouting$, ListSubscriptionPaymentsSequenceType$inboundSchema, ListSubscriptionPaymentsSequenceType$outboundSchema, ListSubscriptionPaymentsSequenceType$, ListSubscriptionPaymentsStatusEnum$inboundSchema, ListSubscriptionPaymentsStatusEnum$outboundSchema, ListSubscriptionPaymentsStatusEnum$, ListSubscriptionPaymentsCode$inboundSchema, ListSubscriptionPaymentsCode$outboundSchema, ListSubscriptionPaymentsCode$, ListSubscriptionPaymentsStatusReason$inboundSchema, ListSubscriptionPaymentsStatusReason$outboundSchema, ListSubscriptionPaymentsStatusReason$, ListSubscriptionPaymentsCardAudition$inboundSchema, ListSubscriptionPaymentsCardAudition$outboundSchema, ListSubscriptionPaymentsCardAudition$, ListSubscriptionPaymentsCardLabel$inboundSchema, ListSubscriptionPaymentsCardLabel$outboundSchema, ListSubscriptionPaymentsCardLabel$, ListSubscriptionPaymentsCardFunding$inboundSchema, ListSubscriptionPaymentsCardFunding$outboundSchema, ListSubscriptionPaymentsCardFunding$, ListSubscriptionPaymentsCardSecurity$inboundSchema, ListSubscriptionPaymentsCardSecurity$outboundSchema, ListSubscriptionPaymentsCardSecurity$, ListSubscriptionPaymentsFeeRegion$inboundSchema, ListSubscriptionPaymentsFeeRegion$outboundSchema, ListSubscriptionPaymentsFeeRegion$, ListSubscriptionPaymentsFailureReason$inboundSchema, ListSubscriptionPaymentsFailureReason$outboundSchema, ListSubscriptionPaymentsFailureReason$, ListSubscriptionPaymentsWallet$inboundSchema, ListSubscriptionPaymentsWallet$outboundSchema, ListSubscriptionPaymentsWallet$, ListSubscriptionPaymentsSellerProtection$inboundSchema, ListSubscriptionPaymentsSellerProtection$outboundSchema, ListSubscriptionPaymentsSellerProtection$, ListSubscriptionPaymentsPaypalFee$inboundSchema, ListSubscriptionPaymentsPaypalFee$outboundSchema, ListSubscriptionPaymentsPaypalFee$, ListSubscriptionPaymentsCardReadMethod$inboundSchema, ListSubscriptionPaymentsCardReadMethod$outboundSchema, ListSubscriptionPaymentsCardReadMethod$, ListSubscriptionPaymentsCardVerificationMethod$inboundSchema, ListSubscriptionPaymentsCardVerificationMethod$outboundSchema, ListSubscriptionPaymentsCardVerificationMethod$, ListSubscriptionPaymentsReceipt$inboundSchema, ListSubscriptionPaymentsReceipt$outboundSchema, ListSubscriptionPaymentsReceipt$, ListSubscriptionPaymentsQrCode$inboundSchema, ListSubscriptionPaymentsQrCode$outboundSchema, ListSubscriptionPaymentsQrCode$, ListSubscriptionPaymentsRemainderAmount$inboundSchema, ListSubscriptionPaymentsRemainderAmount$outboundSchema, ListSubscriptionPaymentsRemainderAmount$, ListSubscriptionPaymentsDetails$inboundSchema, ListSubscriptionPaymentsDetails$outboundSchema, ListSubscriptionPaymentsDetails$, ListSubscriptionPaymentsPaymentSelf$inboundSchema, ListSubscriptionPaymentsPaymentSelf$outboundSchema, ListSubscriptionPaymentsPaymentSelf$, ListSubscriptionPaymentsCheckout$inboundSchema, ListSubscriptionPaymentsCheckout$outboundSchema, ListSubscriptionPaymentsCheckout$, ListSubscriptionPaymentsMobileAppCheckout$inboundSchema, ListSubscriptionPaymentsMobileAppCheckout$outboundSchema, ListSubscriptionPaymentsMobileAppCheckout$, ListSubscriptionPaymentsChangePaymentState$inboundSchema, ListSubscriptionPaymentsChangePaymentState$outboundSchema, ListSubscriptionPaymentsChangePaymentState$, ListSubscriptionPaymentsDashboard$inboundSchema, ListSubscriptionPaymentsDashboard$outboundSchema, ListSubscriptionPaymentsDashboard$, ListSubscriptionPaymentsRefunds$inboundSchema, ListSubscriptionPaymentsRefunds$outboundSchema, ListSubscriptionPaymentsRefunds$, ListSubscriptionPaymentsChargebacks$inboundSchema, ListSubscriptionPaymentsChargebacks$outboundSchema, ListSubscriptionPaymentsChargebacks$, ListSubscriptionPaymentsCaptures$inboundSchema, ListSubscriptionPaymentsCaptures$outboundSchema, ListSubscriptionPaymentsCaptures$, ListSubscriptionPaymentsSettlement$inboundSchema, ListSubscriptionPaymentsSettlement$outboundSchema, ListSubscriptionPaymentsSettlement$, ListSubscriptionPaymentsCustomer$inboundSchema, ListSubscriptionPaymentsCustomer$outboundSchema, ListSubscriptionPaymentsCustomer$, ListSubscriptionPaymentsMandate$inboundSchema, ListSubscriptionPaymentsMandate$outboundSchema, ListSubscriptionPaymentsMandate$, ListSubscriptionPaymentsSubscription$inboundSchema, ListSubscriptionPaymentsSubscription$outboundSchema, ListSubscriptionPaymentsSubscription$, ListSubscriptionPaymentsOrder$inboundSchema, ListSubscriptionPaymentsOrder$outboundSchema, ListSubscriptionPaymentsOrder$, ListSubscriptionPaymentsTerminal$inboundSchema, ListSubscriptionPaymentsTerminal$outboundSchema, ListSubscriptionPaymentsTerminal$, ListSubscriptionPaymentsPaymentDocumentation$inboundSchema, ListSubscriptionPaymentsPaymentDocumentation$outboundSchema, ListSubscriptionPaymentsPaymentDocumentation$, ListSubscriptionPaymentsLinksStatus$inboundSchema, ListSubscriptionPaymentsLinksStatus$outboundSchema, ListSubscriptionPaymentsLinksStatus$, ListSubscriptionPaymentsPayOnline$inboundSchema, ListSubscriptionPaymentsPayOnline$outboundSchema, ListSubscriptionPaymentsPayOnline$, ListSubscriptionPaymentsPaymentLinks$inboundSchema, ListSubscriptionPaymentsPaymentLinks$outboundSchema, ListSubscriptionPaymentsPaymentLinks$, ListSubscriptionPaymentsPaymentOutput$inboundSchema, ListSubscriptionPaymentsPaymentOutput$outboundSchema, ListSubscriptionPaymentsPaymentOutput$, ListSubscriptionPaymentsEmbedded$inboundSchema, ListSubscriptionPaymentsEmbedded$outboundSchema, ListSubscriptionPaymentsEmbedded$, ListSubscriptionPaymentsSelf$inboundSchema, ListSubscriptionPaymentsSelf$outboundSchema, ListSubscriptionPaymentsSelf$, ListSubscriptionPaymentsPrevious$inboundSchema, ListSubscriptionPaymentsPrevious$outboundSchema, ListSubscriptionPaymentsPrevious$, ListSubscriptionPaymentsNext$inboundSchema, ListSubscriptionPaymentsNext$outboundSchema, ListSubscriptionPaymentsNext$, ListSubscriptionPaymentsDocumentation$inboundSchema, ListSubscriptionPaymentsDocumentation$outboundSchema, ListSubscriptionPaymentsDocumentation$, ListSubscriptionPaymentsLinks$inboundSchema, ListSubscriptionPaymentsLinks$outboundSchema, ListSubscriptionPaymentsLinks$, ListSubscriptionPaymentsResponse$inboundSchema, ListSubscriptionPaymentsResponse$outboundSchema, ListSubscriptionPaymentsResponse$;
|
|
84325
84160
|
var init_listsubscriptionpayments = __esm(() => {
|
|
84326
84161
|
init_esm();
|
|
84327
84162
|
init_primitives();
|
|
@@ -84350,11 +84185,6 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
84350
84185
|
Gift: "gift",
|
|
84351
84186
|
SportCulture: "sport_culture"
|
|
84352
84187
|
};
|
|
84353
|
-
ListSubscriptionPaymentsInterval = {
|
|
84354
|
-
DotDotDotMonths: "... months",
|
|
84355
|
-
DotDotDotWeeks: "... weeks",
|
|
84356
|
-
DotDotDotDays: "... days"
|
|
84357
|
-
};
|
|
84358
84188
|
ListSubscriptionPaymentsLocale = {
|
|
84359
84189
|
EnUS: "en_US",
|
|
84360
84190
|
EnGB: "en_GB",
|
|
@@ -84837,12 +84667,6 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
84837
84667
|
ListSubscriptionPaymentsCategory$.inboundSchema = ListSubscriptionPaymentsCategory$inboundSchema;
|
|
84838
84668
|
ListSubscriptionPaymentsCategory$.outboundSchema = ListSubscriptionPaymentsCategory$outboundSchema;
|
|
84839
84669
|
})(ListSubscriptionPaymentsCategory$ ||= {});
|
|
84840
|
-
ListSubscriptionPaymentsInterval$inboundSchema = nativeEnumType(ListSubscriptionPaymentsInterval);
|
|
84841
|
-
ListSubscriptionPaymentsInterval$outboundSchema = ListSubscriptionPaymentsInterval$inboundSchema;
|
|
84842
|
-
((ListSubscriptionPaymentsInterval$) => {
|
|
84843
|
-
ListSubscriptionPaymentsInterval$.inboundSchema = ListSubscriptionPaymentsInterval$inboundSchema;
|
|
84844
|
-
ListSubscriptionPaymentsInterval$.outboundSchema = ListSubscriptionPaymentsInterval$outboundSchema;
|
|
84845
|
-
})(ListSubscriptionPaymentsInterval$ ||= {});
|
|
84846
84670
|
ListSubscriptionPaymentsRecurringAmount$inboundSchema = objectType({
|
|
84847
84671
|
currency: stringType(),
|
|
84848
84672
|
value: stringType()
|
|
@@ -84857,14 +84681,14 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
84857
84681
|
})(ListSubscriptionPaymentsRecurringAmount$ ||= {});
|
|
84858
84682
|
ListSubscriptionPaymentsRecurring$inboundSchema = objectType({
|
|
84859
84683
|
description: stringType().optional(),
|
|
84860
|
-
interval:
|
|
84684
|
+
interval: stringType(),
|
|
84861
84685
|
amount: lazyType(() => ListSubscriptionPaymentsRecurringAmount$inboundSchema).optional(),
|
|
84862
84686
|
times: numberType().int().optional(),
|
|
84863
84687
|
startDate: nullableType(stringType()).optional()
|
|
84864
84688
|
});
|
|
84865
84689
|
ListSubscriptionPaymentsRecurring$outboundSchema = objectType({
|
|
84866
84690
|
description: stringType().optional(),
|
|
84867
|
-
interval:
|
|
84691
|
+
interval: stringType(),
|
|
84868
84692
|
amount: lazyType(() => ListSubscriptionPaymentsRecurringAmount$outboundSchema).optional(),
|
|
84869
84693
|
times: numberType().int().optional(),
|
|
84870
84694
|
startDate: nullableType(stringType()).optional()
|
|
@@ -85830,7 +85654,7 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
85830
85654
|
});
|
|
85831
85655
|
|
|
85832
85656
|
// src/models/operations/listsubscriptions.ts
|
|
85833
|
-
var ListSubscriptionsSort, ListSubscriptionsMode, ListSubscriptionsStatus,
|
|
85657
|
+
var ListSubscriptionsSort, ListSubscriptionsMode, ListSubscriptionsStatus, ListSubscriptionsMethod, ListSubscriptionsSort$inboundSchema, ListSubscriptionsSort$outboundSchema, ListSubscriptionsSort$, ListSubscriptionsRequest$inboundSchema, ListSubscriptionsRequest$outboundSchema, ListSubscriptionsRequest$, ListSubscriptionsNotFoundDocumentation$inboundSchema, ListSubscriptionsNotFoundDocumentation$outboundSchema, ListSubscriptionsNotFoundDocumentation$, ListSubscriptionsNotFoundLinks$inboundSchema, ListSubscriptionsNotFoundLinks$outboundSchema, ListSubscriptionsNotFoundLinks$, ListSubscriptionsBadRequestDocumentation$inboundSchema, ListSubscriptionsBadRequestDocumentation$outboundSchema, ListSubscriptionsBadRequestDocumentation$, ListSubscriptionsBadRequestLinks$inboundSchema, ListSubscriptionsBadRequestLinks$outboundSchema, ListSubscriptionsBadRequestLinks$, ListSubscriptionsMode$inboundSchema, ListSubscriptionsMode$outboundSchema, ListSubscriptionsMode$, ListSubscriptionsStatus$inboundSchema, ListSubscriptionsStatus$outboundSchema, ListSubscriptionsStatus$, ListSubscriptionsAmount$inboundSchema, ListSubscriptionsAmount$outboundSchema, ListSubscriptionsAmount$, ListSubscriptionsMethod$inboundSchema, ListSubscriptionsMethod$outboundSchema, ListSubscriptionsMethod$, ListSubscriptionsApplicationFeeAmount$inboundSchema, ListSubscriptionsApplicationFeeAmount$outboundSchema, ListSubscriptionsApplicationFeeAmount$, ListSubscriptionsApplicationFee$inboundSchema, ListSubscriptionsApplicationFee$outboundSchema, ListSubscriptionsApplicationFee$, ListSubscriptionsMetadata$inboundSchema, ListSubscriptionsMetadata$outboundSchema, ListSubscriptionsMetadata$, ListSubscriptionsSubscriptionSelf$inboundSchema, ListSubscriptionsSubscriptionSelf$outboundSchema, ListSubscriptionsSubscriptionSelf$, ListSubscriptionsCustomer$inboundSchema, ListSubscriptionsCustomer$outboundSchema, ListSubscriptionsCustomer$, ListSubscriptionsMandate$inboundSchema, ListSubscriptionsMandate$outboundSchema, ListSubscriptionsMandate$, ListSubscriptionsProfile$inboundSchema, ListSubscriptionsProfile$outboundSchema, ListSubscriptionsProfile$, ListSubscriptionsPayments$inboundSchema, ListSubscriptionsPayments$outboundSchema, ListSubscriptionsPayments$, ListSubscriptionsSubscriptionDocumentation$inboundSchema, ListSubscriptionsSubscriptionDocumentation$outboundSchema, ListSubscriptionsSubscriptionDocumentation$, ListSubscriptionsSubscriptionLinks$inboundSchema, ListSubscriptionsSubscriptionLinks$outboundSchema, ListSubscriptionsSubscriptionLinks$, ListSubscriptionsSubscription$inboundSchema, ListSubscriptionsSubscription$outboundSchema, ListSubscriptionsSubscription$, ListSubscriptionsEmbedded$inboundSchema, ListSubscriptionsEmbedded$outboundSchema, ListSubscriptionsEmbedded$, ListSubscriptionsSelf$inboundSchema, ListSubscriptionsSelf$outboundSchema, ListSubscriptionsSelf$, ListSubscriptionsPrevious$inboundSchema, ListSubscriptionsPrevious$outboundSchema, ListSubscriptionsPrevious$, ListSubscriptionsNext$inboundSchema, ListSubscriptionsNext$outboundSchema, ListSubscriptionsNext$, ListSubscriptionsDocumentation$inboundSchema, ListSubscriptionsDocumentation$outboundSchema, ListSubscriptionsDocumentation$, ListSubscriptionsLinks$inboundSchema, ListSubscriptionsLinks$outboundSchema, ListSubscriptionsLinks$, ListSubscriptionsResponse$inboundSchema, ListSubscriptionsResponse$outboundSchema, ListSubscriptionsResponse$;
|
|
85834
85658
|
var init_listsubscriptions = __esm(() => {
|
|
85835
85659
|
init_esm();
|
|
85836
85660
|
init_primitives();
|
|
@@ -85849,11 +85673,6 @@ var init_listsubscriptions = __esm(() => {
|
|
|
85849
85673
|
Suspended: "suspended",
|
|
85850
85674
|
Completed: "completed"
|
|
85851
85675
|
};
|
|
85852
|
-
ListSubscriptionsInterval = {
|
|
85853
|
-
DotDotDotDays: "... days",
|
|
85854
|
-
DotDotDotWeeks: "... weeks",
|
|
85855
|
-
DotDotDotMonths: "... months"
|
|
85856
|
-
};
|
|
85857
85676
|
ListSubscriptionsMethod = {
|
|
85858
85677
|
Creditcard: "creditcard",
|
|
85859
85678
|
Directdebit: "directdebit",
|
|
@@ -85951,12 +85770,6 @@ var init_listsubscriptions = __esm(() => {
|
|
|
85951
85770
|
ListSubscriptionsAmount$.inboundSchema = ListSubscriptionsAmount$inboundSchema;
|
|
85952
85771
|
ListSubscriptionsAmount$.outboundSchema = ListSubscriptionsAmount$outboundSchema;
|
|
85953
85772
|
})(ListSubscriptionsAmount$ ||= {});
|
|
85954
|
-
ListSubscriptionsInterval$inboundSchema = nativeEnumType(ListSubscriptionsInterval);
|
|
85955
|
-
ListSubscriptionsInterval$outboundSchema = ListSubscriptionsInterval$inboundSchema;
|
|
85956
|
-
((ListSubscriptionsInterval$) => {
|
|
85957
|
-
ListSubscriptionsInterval$.inboundSchema = ListSubscriptionsInterval$inboundSchema;
|
|
85958
|
-
ListSubscriptionsInterval$.outboundSchema = ListSubscriptionsInterval$outboundSchema;
|
|
85959
|
-
})(ListSubscriptionsInterval$ ||= {});
|
|
85960
85773
|
ListSubscriptionsMethod$inboundSchema = nativeEnumType(ListSubscriptionsMethod);
|
|
85961
85774
|
ListSubscriptionsMethod$outboundSchema = ListSubscriptionsMethod$inboundSchema;
|
|
85962
85775
|
((ListSubscriptionsMethod$) => {
|
|
@@ -86092,8 +85905,8 @@ var init_listsubscriptions = __esm(() => {
|
|
|
86092
85905
|
status: ListSubscriptionsStatus$inboundSchema,
|
|
86093
85906
|
amount: lazyType(() => ListSubscriptionsAmount$inboundSchema),
|
|
86094
85907
|
times: nullableType(numberType().int()),
|
|
86095
|
-
timesRemaining: numberType().int(),
|
|
86096
|
-
interval:
|
|
85908
|
+
timesRemaining: nullableType(numberType().int()),
|
|
85909
|
+
interval: stringType(),
|
|
86097
85910
|
startDate: stringType(),
|
|
86098
85911
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
86099
85912
|
description: stringType(),
|
|
@@ -86105,7 +85918,7 @@ var init_listsubscriptions = __esm(() => {
|
|
|
86105
85918
|
mandateId: nullableType(stringType()).optional(),
|
|
86106
85919
|
createdAt: stringType(),
|
|
86107
85920
|
canceledAt: nullableType(stringType()).optional(),
|
|
86108
|
-
_links: lazyType(() => ListSubscriptionsSubscriptionLinks$inboundSchema)
|
|
85921
|
+
_links: lazyType(() => ListSubscriptionsSubscriptionLinks$inboundSchema)
|
|
86109
85922
|
}).transform((v2) => {
|
|
86110
85923
|
return remap(v2, {
|
|
86111
85924
|
_links: "links"
|
|
@@ -86118,8 +85931,8 @@ var init_listsubscriptions = __esm(() => {
|
|
|
86118
85931
|
status: ListSubscriptionsStatus$outboundSchema,
|
|
86119
85932
|
amount: lazyType(() => ListSubscriptionsAmount$outboundSchema),
|
|
86120
85933
|
times: nullableType(numberType().int()),
|
|
86121
|
-
timesRemaining: numberType().int(),
|
|
86122
|
-
interval:
|
|
85934
|
+
timesRemaining: nullableType(numberType().int()),
|
|
85935
|
+
interval: stringType(),
|
|
86123
85936
|
startDate: stringType(),
|
|
86124
85937
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
86125
85938
|
description: stringType(),
|
|
@@ -86131,7 +85944,7 @@ var init_listsubscriptions = __esm(() => {
|
|
|
86131
85944
|
mandateId: nullableType(stringType()).optional(),
|
|
86132
85945
|
createdAt: stringType(),
|
|
86133
85946
|
canceledAt: nullableType(stringType()).optional(),
|
|
86134
|
-
links: lazyType(() => ListSubscriptionsSubscriptionLinks$outboundSchema)
|
|
85947
|
+
links: lazyType(() => ListSubscriptionsSubscriptionLinks$outboundSchema)
|
|
86135
85948
|
}).transform((v2) => {
|
|
86136
85949
|
return remap(v2, {
|
|
86137
85950
|
links: "_links"
|
|
@@ -86216,9 +86029,9 @@ var init_listsubscriptions = __esm(() => {
|
|
|
86216
86029
|
ListSubscriptionsLinks$.outboundSchema = ListSubscriptionsLinks$outboundSchema;
|
|
86217
86030
|
})(ListSubscriptionsLinks$ ||= {});
|
|
86218
86031
|
ListSubscriptionsResponse$inboundSchema = objectType({
|
|
86219
|
-
count: numberType().int()
|
|
86220
|
-
_embedded: lazyType(() => ListSubscriptionsEmbedded$inboundSchema)
|
|
86221
|
-
_links: lazyType(() => ListSubscriptionsLinks$inboundSchema)
|
|
86032
|
+
count: numberType().int(),
|
|
86033
|
+
_embedded: lazyType(() => ListSubscriptionsEmbedded$inboundSchema),
|
|
86034
|
+
_links: lazyType(() => ListSubscriptionsLinks$inboundSchema)
|
|
86222
86035
|
}).transform((v2) => {
|
|
86223
86036
|
return remap(v2, {
|
|
86224
86037
|
_embedded: "embedded",
|
|
@@ -86226,9 +86039,9 @@ var init_listsubscriptions = __esm(() => {
|
|
|
86226
86039
|
});
|
|
86227
86040
|
});
|
|
86228
86041
|
ListSubscriptionsResponse$outboundSchema = objectType({
|
|
86229
|
-
count: numberType().int()
|
|
86230
|
-
embedded: lazyType(() => ListSubscriptionsEmbedded$outboundSchema)
|
|
86231
|
-
links: lazyType(() => ListSubscriptionsLinks$outboundSchema)
|
|
86042
|
+
count: numberType().int(),
|
|
86043
|
+
embedded: lazyType(() => ListSubscriptionsEmbedded$outboundSchema),
|
|
86044
|
+
links: lazyType(() => ListSubscriptionsLinks$outboundSchema)
|
|
86232
86045
|
}).transform((v2) => {
|
|
86233
86046
|
return remap(v2, {
|
|
86234
86047
|
embedded: "_embedded",
|
|
@@ -87767,7 +87580,7 @@ var init_updatecustomer = __esm(() => {
|
|
|
87767
87580
|
});
|
|
87768
87581
|
|
|
87769
87582
|
// src/models/operations/updatepayment.ts
|
|
87770
|
-
var UpdatePaymentMethodRequest, UpdatePaymentLocaleRequest, UpdatePaymentMode, UpdatePaymentLineType, UpdatePaymentCategory,
|
|
87583
|
+
var UpdatePaymentMethodRequest, UpdatePaymentLocaleRequest, UpdatePaymentMode, UpdatePaymentLineType, UpdatePaymentCategory, UpdatePaymentLocaleResponse, UpdatePaymentMethodResponse, UpdatePaymentCaptureMode, UpdatePaymentRoutingMode, UpdatePaymentRoutingType, UpdatePaymentSequenceType, UpdatePaymentStatusEnum, UpdatePaymentCode, UpdatePaymentCardAudition, UpdatePaymentCardLabel, UpdatePaymentCardFunding, UpdatePaymentCardSecurity, UpdatePaymentFeeRegion, UpdatePaymentFailureReason, UpdatePaymentWallet, UpdatePaymentSellerProtection, UpdatePaymentCardReadMethod, UpdatePaymentCardVerificationMethod, UpdatePaymentMetadataRequest$inboundSchema, UpdatePaymentMetadataRequest$outboundSchema, UpdatePaymentMetadataRequest$, UpdatePaymentMethodRequest$inboundSchema, UpdatePaymentMethodRequest$outboundSchema, UpdatePaymentMethodRequest$, UpdatePaymentLocaleRequest$inboundSchema, UpdatePaymentLocaleRequest$outboundSchema, UpdatePaymentLocaleRequest$, UpdatePaymentBillingAddressRequest$inboundSchema, UpdatePaymentBillingAddressRequest$outboundSchema, UpdatePaymentBillingAddressRequest$, UpdatePaymentShippingAddressRequest$inboundSchema, UpdatePaymentShippingAddressRequest$outboundSchema, UpdatePaymentShippingAddressRequest$, UpdatePaymentRequestBody$inboundSchema, UpdatePaymentRequestBody$outboundSchema, UpdatePaymentRequestBody$, UpdatePaymentRequest$inboundSchema, UpdatePaymentRequest$outboundSchema, UpdatePaymentRequest$, UpdatePaymentUnprocessableEntityDocumentation$inboundSchema, UpdatePaymentUnprocessableEntityDocumentation$outboundSchema, UpdatePaymentUnprocessableEntityDocumentation$, UpdatePaymentUnprocessableEntityLinks$inboundSchema, UpdatePaymentUnprocessableEntityLinks$outboundSchema, UpdatePaymentUnprocessableEntityLinks$, UpdatePaymentNotFoundDocumentation$inboundSchema, UpdatePaymentNotFoundDocumentation$outboundSchema, UpdatePaymentNotFoundDocumentation$, UpdatePaymentNotFoundLinks$inboundSchema, UpdatePaymentNotFoundLinks$outboundSchema, UpdatePaymentNotFoundLinks$, UpdatePaymentMode$inboundSchema, UpdatePaymentMode$outboundSchema, UpdatePaymentMode$, UpdatePaymentAmount$inboundSchema, UpdatePaymentAmount$outboundSchema, UpdatePaymentAmount$, UpdatePaymentAmountRefunded$inboundSchema, UpdatePaymentAmountRefunded$outboundSchema, UpdatePaymentAmountRefunded$, UpdatePaymentAmountRemaining$inboundSchema, UpdatePaymentAmountRemaining$outboundSchema, UpdatePaymentAmountRemaining$, UpdatePaymentAmountCaptured$inboundSchema, UpdatePaymentAmountCaptured$outboundSchema, UpdatePaymentAmountCaptured$, UpdatePaymentAmountChargedBack$inboundSchema, UpdatePaymentAmountChargedBack$outboundSchema, UpdatePaymentAmountChargedBack$, UpdatePaymentSettlementAmount$inboundSchema, UpdatePaymentSettlementAmount$outboundSchema, UpdatePaymentSettlementAmount$, UpdatePaymentLineType$inboundSchema, UpdatePaymentLineType$outboundSchema, UpdatePaymentLineType$, UpdatePaymentUnitPrice$inboundSchema, UpdatePaymentUnitPrice$outboundSchema, UpdatePaymentUnitPrice$, UpdatePaymentDiscountAmount$inboundSchema, UpdatePaymentDiscountAmount$outboundSchema, UpdatePaymentDiscountAmount$, UpdatePaymentTotalAmount$inboundSchema, UpdatePaymentTotalAmount$outboundSchema, UpdatePaymentTotalAmount$, UpdatePaymentVatAmount$inboundSchema, UpdatePaymentVatAmount$outboundSchema, UpdatePaymentVatAmount$, UpdatePaymentCategory$inboundSchema, UpdatePaymentCategory$outboundSchema, UpdatePaymentCategory$, UpdatePaymentRecurringAmount$inboundSchema, UpdatePaymentRecurringAmount$outboundSchema, UpdatePaymentRecurringAmount$, UpdatePaymentRecurring$inboundSchema, UpdatePaymentRecurring$outboundSchema, UpdatePaymentRecurring$, UpdatePaymentLine$inboundSchema, UpdatePaymentLine$outboundSchema, UpdatePaymentLine$, UpdatePaymentBillingAddressResponse$inboundSchema, UpdatePaymentBillingAddressResponse$outboundSchema, UpdatePaymentBillingAddressResponse$, UpdatePaymentShippingAddressResponse$inboundSchema, UpdatePaymentShippingAddressResponse$outboundSchema, UpdatePaymentShippingAddressResponse$, UpdatePaymentLocaleResponse$inboundSchema, UpdatePaymentLocaleResponse$outboundSchema, UpdatePaymentLocaleResponse$, UpdatePaymentMethodResponse$inboundSchema, UpdatePaymentMethodResponse$outboundSchema, UpdatePaymentMethodResponse$, UpdatePaymentMetadataResponse$inboundSchema, UpdatePaymentMetadataResponse$outboundSchema, UpdatePaymentMetadataResponse$, UpdatePaymentCaptureMode$inboundSchema, UpdatePaymentCaptureMode$outboundSchema, UpdatePaymentCaptureMode$, UpdatePaymentApplicationFeeAmount$inboundSchema, UpdatePaymentApplicationFeeAmount$outboundSchema, UpdatePaymentApplicationFeeAmount$, UpdatePaymentApplicationFee$inboundSchema, UpdatePaymentApplicationFee$outboundSchema, UpdatePaymentApplicationFee$, UpdatePaymentRoutingMode$inboundSchema, UpdatePaymentRoutingMode$outboundSchema, UpdatePaymentRoutingMode$, UpdatePaymentRoutingAmount$inboundSchema, UpdatePaymentRoutingAmount$outboundSchema, UpdatePaymentRoutingAmount$, UpdatePaymentRoutingType$inboundSchema, UpdatePaymentRoutingType$outboundSchema, UpdatePaymentRoutingType$, UpdatePaymentDestination$inboundSchema, UpdatePaymentDestination$outboundSchema, UpdatePaymentDestination$, UpdatePaymentRoutingSelf$inboundSchema, UpdatePaymentRoutingSelf$outboundSchema, UpdatePaymentRoutingSelf$, UpdatePaymentPayment$inboundSchema, UpdatePaymentPayment$outboundSchema, UpdatePaymentPayment$, UpdatePaymentRoutingLinks$inboundSchema, UpdatePaymentRoutingLinks$outboundSchema, UpdatePaymentRoutingLinks$, UpdatePaymentRouting$inboundSchema, UpdatePaymentRouting$outboundSchema, UpdatePaymentRouting$, UpdatePaymentSequenceType$inboundSchema, UpdatePaymentSequenceType$outboundSchema, UpdatePaymentSequenceType$, UpdatePaymentStatusEnum$inboundSchema, UpdatePaymentStatusEnum$outboundSchema, UpdatePaymentStatusEnum$, UpdatePaymentCode$inboundSchema, UpdatePaymentCode$outboundSchema, UpdatePaymentCode$, UpdatePaymentStatusReason$inboundSchema, UpdatePaymentStatusReason$outboundSchema, UpdatePaymentStatusReason$, UpdatePaymentCardAudition$inboundSchema, UpdatePaymentCardAudition$outboundSchema, UpdatePaymentCardAudition$, UpdatePaymentCardLabel$inboundSchema, UpdatePaymentCardLabel$outboundSchema, UpdatePaymentCardLabel$, UpdatePaymentCardFunding$inboundSchema, UpdatePaymentCardFunding$outboundSchema, UpdatePaymentCardFunding$, UpdatePaymentCardSecurity$inboundSchema, UpdatePaymentCardSecurity$outboundSchema, UpdatePaymentCardSecurity$, UpdatePaymentFeeRegion$inboundSchema, UpdatePaymentFeeRegion$outboundSchema, UpdatePaymentFeeRegion$, UpdatePaymentFailureReason$inboundSchema, UpdatePaymentFailureReason$outboundSchema, UpdatePaymentFailureReason$, UpdatePaymentWallet$inboundSchema, UpdatePaymentWallet$outboundSchema, UpdatePaymentWallet$, UpdatePaymentSellerProtection$inboundSchema, UpdatePaymentSellerProtection$outboundSchema, UpdatePaymentSellerProtection$, UpdatePaymentPaypalFee$inboundSchema, UpdatePaymentPaypalFee$outboundSchema, UpdatePaymentPaypalFee$, UpdatePaymentCardReadMethod$inboundSchema, UpdatePaymentCardReadMethod$outboundSchema, UpdatePaymentCardReadMethod$, UpdatePaymentCardVerificationMethod$inboundSchema, UpdatePaymentCardVerificationMethod$outboundSchema, UpdatePaymentCardVerificationMethod$, UpdatePaymentReceipt$inboundSchema, UpdatePaymentReceipt$outboundSchema, UpdatePaymentReceipt$, UpdatePaymentQrCode$inboundSchema, UpdatePaymentQrCode$outboundSchema, UpdatePaymentQrCode$, UpdatePaymentRemainderAmount$inboundSchema, UpdatePaymentRemainderAmount$outboundSchema, UpdatePaymentRemainderAmount$, UpdatePaymentDetails$inboundSchema, UpdatePaymentDetails$outboundSchema, UpdatePaymentDetails$, UpdatePaymentSelf$inboundSchema, UpdatePaymentSelf$outboundSchema, UpdatePaymentSelf$, UpdatePaymentCheckout$inboundSchema, UpdatePaymentCheckout$outboundSchema, UpdatePaymentCheckout$, UpdatePaymentMobileAppCheckout$inboundSchema, UpdatePaymentMobileAppCheckout$outboundSchema, UpdatePaymentMobileAppCheckout$, UpdatePaymentChangePaymentState$inboundSchema, UpdatePaymentChangePaymentState$outboundSchema, UpdatePaymentChangePaymentState$, UpdatePaymentDashboard$inboundSchema, UpdatePaymentDashboard$outboundSchema, UpdatePaymentDashboard$, UpdatePaymentRefunds$inboundSchema, UpdatePaymentRefunds$outboundSchema, UpdatePaymentRefunds$, UpdatePaymentChargebacks$inboundSchema, UpdatePaymentChargebacks$outboundSchema, UpdatePaymentChargebacks$, UpdatePaymentCaptures$inboundSchema, UpdatePaymentCaptures$outboundSchema, UpdatePaymentCaptures$, UpdatePaymentSettlement$inboundSchema, UpdatePaymentSettlement$outboundSchema, UpdatePaymentSettlement$, UpdatePaymentCustomer$inboundSchema, UpdatePaymentCustomer$outboundSchema, UpdatePaymentCustomer$, UpdatePaymentMandate$inboundSchema, UpdatePaymentMandate$outboundSchema, UpdatePaymentMandate$, UpdatePaymentSubscription$inboundSchema, UpdatePaymentSubscription$outboundSchema, UpdatePaymentSubscription$, UpdatePaymentOrder$inboundSchema, UpdatePaymentOrder$outboundSchema, UpdatePaymentOrder$, UpdatePaymentTerminal$inboundSchema, UpdatePaymentTerminal$outboundSchema, UpdatePaymentTerminal$, UpdatePaymentDocumentation$inboundSchema, UpdatePaymentDocumentation$outboundSchema, UpdatePaymentDocumentation$, UpdatePaymentLinksStatus$inboundSchema, UpdatePaymentLinksStatus$outboundSchema, UpdatePaymentLinksStatus$, UpdatePaymentPayOnline$inboundSchema, UpdatePaymentPayOnline$outboundSchema, UpdatePaymentPayOnline$, UpdatePaymentLinks$inboundSchema, UpdatePaymentLinks$outboundSchema, UpdatePaymentLinks$, UpdatePaymentResponse$inboundSchema, UpdatePaymentResponse$outboundSchema, UpdatePaymentResponse$;
|
|
87771
87584
|
var init_updatepayment = __esm(() => {
|
|
87772
87585
|
init_esm();
|
|
87773
87586
|
init_primitives();
|
|
@@ -87854,11 +87667,6 @@ var init_updatepayment = __esm(() => {
|
|
|
87854
87667
|
Gift: "gift",
|
|
87855
87668
|
SportCulture: "sport_culture"
|
|
87856
87669
|
};
|
|
87857
|
-
UpdatePaymentInterval = {
|
|
87858
|
-
DotDotDotMonths: "... months",
|
|
87859
|
-
DotDotDotWeeks: "... weeks",
|
|
87860
|
-
DotDotDotDays: "... days"
|
|
87861
|
-
};
|
|
87862
87670
|
UpdatePaymentLocaleResponse = {
|
|
87863
87671
|
EnUS: "en_US",
|
|
87864
87672
|
EnGB: "en_GB",
|
|
@@ -88473,12 +88281,6 @@ var init_updatepayment = __esm(() => {
|
|
|
88473
88281
|
UpdatePaymentCategory$.inboundSchema = UpdatePaymentCategory$inboundSchema;
|
|
88474
88282
|
UpdatePaymentCategory$.outboundSchema = UpdatePaymentCategory$outboundSchema;
|
|
88475
88283
|
})(UpdatePaymentCategory$ ||= {});
|
|
88476
|
-
UpdatePaymentInterval$inboundSchema = nativeEnumType(UpdatePaymentInterval);
|
|
88477
|
-
UpdatePaymentInterval$outboundSchema = UpdatePaymentInterval$inboundSchema;
|
|
88478
|
-
((UpdatePaymentInterval$) => {
|
|
88479
|
-
UpdatePaymentInterval$.inboundSchema = UpdatePaymentInterval$inboundSchema;
|
|
88480
|
-
UpdatePaymentInterval$.outboundSchema = UpdatePaymentInterval$outboundSchema;
|
|
88481
|
-
})(UpdatePaymentInterval$ ||= {});
|
|
88482
88284
|
UpdatePaymentRecurringAmount$inboundSchema = objectType({
|
|
88483
88285
|
currency: stringType(),
|
|
88484
88286
|
value: stringType()
|
|
@@ -88493,14 +88295,14 @@ var init_updatepayment = __esm(() => {
|
|
|
88493
88295
|
})(UpdatePaymentRecurringAmount$ ||= {});
|
|
88494
88296
|
UpdatePaymentRecurring$inboundSchema = objectType({
|
|
88495
88297
|
description: stringType().optional(),
|
|
88496
|
-
interval:
|
|
88298
|
+
interval: stringType(),
|
|
88497
88299
|
amount: lazyType(() => UpdatePaymentRecurringAmount$inboundSchema).optional(),
|
|
88498
88300
|
times: numberType().int().optional(),
|
|
88499
88301
|
startDate: nullableType(stringType()).optional()
|
|
88500
88302
|
});
|
|
88501
88303
|
UpdatePaymentRecurring$outboundSchema = objectType({
|
|
88502
88304
|
description: stringType().optional(),
|
|
88503
|
-
interval:
|
|
88305
|
+
interval: stringType(),
|
|
88504
88306
|
amount: lazyType(() => UpdatePaymentRecurringAmount$outboundSchema).optional(),
|
|
88505
88307
|
times: numberType().int().optional(),
|
|
88506
88308
|
startDate: nullableType(stringType()).optional()
|
|
@@ -91042,15 +90844,10 @@ var init_updatesalesinvoice = __esm(() => {
|
|
|
91042
90844
|
});
|
|
91043
90845
|
|
|
91044
90846
|
// src/models/operations/updatesubscription.ts
|
|
91045
|
-
var
|
|
90847
|
+
var UpdateSubscriptionMode, UpdateSubscriptionStatus, UpdateSubscriptionMethod, UpdateSubscriptionAmountRequest$inboundSchema, UpdateSubscriptionAmountRequest$outboundSchema, UpdateSubscriptionAmountRequest$, UpdateSubscriptionMetadataRequest$inboundSchema, UpdateSubscriptionMetadataRequest$outboundSchema, UpdateSubscriptionMetadataRequest$, UpdateSubscriptionRequestBody$inboundSchema, UpdateSubscriptionRequestBody$outboundSchema, UpdateSubscriptionRequestBody$, UpdateSubscriptionRequest$inboundSchema, UpdateSubscriptionRequest$outboundSchema, UpdateSubscriptionRequest$, UpdateSubscriptionNotFoundDocumentation$inboundSchema, UpdateSubscriptionNotFoundDocumentation$outboundSchema, UpdateSubscriptionNotFoundDocumentation$, UpdateSubscriptionNotFoundLinks$inboundSchema, UpdateSubscriptionNotFoundLinks$outboundSchema, UpdateSubscriptionNotFoundLinks$, UpdateSubscriptionMode$inboundSchema, UpdateSubscriptionMode$outboundSchema, UpdateSubscriptionMode$, UpdateSubscriptionStatus$inboundSchema, UpdateSubscriptionStatus$outboundSchema, UpdateSubscriptionStatus$, UpdateSubscriptionAmountResponse$inboundSchema, UpdateSubscriptionAmountResponse$outboundSchema, UpdateSubscriptionAmountResponse$, UpdateSubscriptionMethod$inboundSchema, UpdateSubscriptionMethod$outboundSchema, UpdateSubscriptionMethod$, UpdateSubscriptionApplicationFeeAmount$inboundSchema, UpdateSubscriptionApplicationFeeAmount$outboundSchema, UpdateSubscriptionApplicationFeeAmount$, UpdateSubscriptionApplicationFee$inboundSchema, UpdateSubscriptionApplicationFee$outboundSchema, UpdateSubscriptionApplicationFee$, UpdateSubscriptionMetadataResponse$inboundSchema, UpdateSubscriptionMetadataResponse$outboundSchema, UpdateSubscriptionMetadataResponse$, UpdateSubscriptionSelf$inboundSchema, UpdateSubscriptionSelf$outboundSchema, UpdateSubscriptionSelf$, UpdateSubscriptionCustomer$inboundSchema, UpdateSubscriptionCustomer$outboundSchema, UpdateSubscriptionCustomer$, UpdateSubscriptionMandate$inboundSchema, UpdateSubscriptionMandate$outboundSchema, UpdateSubscriptionMandate$, UpdateSubscriptionProfile$inboundSchema, UpdateSubscriptionProfile$outboundSchema, UpdateSubscriptionProfile$, UpdateSubscriptionPayments$inboundSchema, UpdateSubscriptionPayments$outboundSchema, UpdateSubscriptionPayments$, UpdateSubscriptionDocumentation$inboundSchema, UpdateSubscriptionDocumentation$outboundSchema, UpdateSubscriptionDocumentation$, UpdateSubscriptionLinks$inboundSchema, UpdateSubscriptionLinks$outboundSchema, UpdateSubscriptionLinks$, UpdateSubscriptionResponse$inboundSchema, UpdateSubscriptionResponse$outboundSchema, UpdateSubscriptionResponse$;
|
|
91046
90848
|
var init_updatesubscription = __esm(() => {
|
|
91047
90849
|
init_esm();
|
|
91048
90850
|
init_primitives();
|
|
91049
|
-
UpdateSubscriptionIntervalRequest = {
|
|
91050
|
-
DotDotDotDays: "... days",
|
|
91051
|
-
DotDotDotWeeks: "... weeks",
|
|
91052
|
-
DotDotDotMonths: "... months"
|
|
91053
|
-
};
|
|
91054
90851
|
UpdateSubscriptionMode = {
|
|
91055
90852
|
Live: "live",
|
|
91056
90853
|
Test: "test"
|
|
@@ -91062,11 +90859,6 @@ var init_updatesubscription = __esm(() => {
|
|
|
91062
90859
|
Suspended: "suspended",
|
|
91063
90860
|
Completed: "completed"
|
|
91064
90861
|
};
|
|
91065
|
-
UpdateSubscriptionIntervalResponse = {
|
|
91066
|
-
DotDotDotDays: "... days",
|
|
91067
|
-
DotDotDotWeeks: "... weeks",
|
|
91068
|
-
DotDotDotMonths: "... months"
|
|
91069
|
-
};
|
|
91070
90862
|
UpdateSubscriptionMethod = {
|
|
91071
90863
|
Creditcard: "creditcard",
|
|
91072
90864
|
Directdebit: "directdebit",
|
|
@@ -91084,12 +90876,6 @@ var init_updatesubscription = __esm(() => {
|
|
|
91084
90876
|
UpdateSubscriptionAmountRequest$.inboundSchema = UpdateSubscriptionAmountRequest$inboundSchema;
|
|
91085
90877
|
UpdateSubscriptionAmountRequest$.outboundSchema = UpdateSubscriptionAmountRequest$outboundSchema;
|
|
91086
90878
|
})(UpdateSubscriptionAmountRequest$ ||= {});
|
|
91087
|
-
UpdateSubscriptionIntervalRequest$inboundSchema = nativeEnumType(UpdateSubscriptionIntervalRequest);
|
|
91088
|
-
UpdateSubscriptionIntervalRequest$outboundSchema = UpdateSubscriptionIntervalRequest$inboundSchema;
|
|
91089
|
-
((UpdateSubscriptionIntervalRequest$) => {
|
|
91090
|
-
UpdateSubscriptionIntervalRequest$.inboundSchema = UpdateSubscriptionIntervalRequest$inboundSchema;
|
|
91091
|
-
UpdateSubscriptionIntervalRequest$.outboundSchema = UpdateSubscriptionIntervalRequest$outboundSchema;
|
|
91092
|
-
})(UpdateSubscriptionIntervalRequest$ ||= {});
|
|
91093
90879
|
UpdateSubscriptionMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
91094
90880
|
UpdateSubscriptionMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
91095
90881
|
((UpdateSubscriptionMetadataRequest$) => {
|
|
@@ -91099,7 +90885,7 @@ var init_updatesubscription = __esm(() => {
|
|
|
91099
90885
|
UpdateSubscriptionRequestBody$inboundSchema = objectType({
|
|
91100
90886
|
amount: lazyType(() => UpdateSubscriptionAmountRequest$inboundSchema).optional(),
|
|
91101
90887
|
description: stringType().optional(),
|
|
91102
|
-
interval:
|
|
90888
|
+
interval: stringType().optional(),
|
|
91103
90889
|
startDate: stringType().optional(),
|
|
91104
90890
|
times: numberType().int().optional(),
|
|
91105
90891
|
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
@@ -91110,7 +90896,7 @@ var init_updatesubscription = __esm(() => {
|
|
|
91110
90896
|
UpdateSubscriptionRequestBody$outboundSchema = objectType({
|
|
91111
90897
|
amount: lazyType(() => UpdateSubscriptionAmountRequest$outboundSchema).optional(),
|
|
91112
90898
|
description: stringType().optional(),
|
|
91113
|
-
interval:
|
|
90899
|
+
interval: stringType().optional(),
|
|
91114
90900
|
startDate: stringType().optional(),
|
|
91115
90901
|
times: numberType().int().optional(),
|
|
91116
90902
|
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
@@ -91190,12 +90976,6 @@ var init_updatesubscription = __esm(() => {
|
|
|
91190
90976
|
UpdateSubscriptionAmountResponse$.inboundSchema = UpdateSubscriptionAmountResponse$inboundSchema;
|
|
91191
90977
|
UpdateSubscriptionAmountResponse$.outboundSchema = UpdateSubscriptionAmountResponse$outboundSchema;
|
|
91192
90978
|
})(UpdateSubscriptionAmountResponse$ ||= {});
|
|
91193
|
-
UpdateSubscriptionIntervalResponse$inboundSchema = nativeEnumType(UpdateSubscriptionIntervalResponse);
|
|
91194
|
-
UpdateSubscriptionIntervalResponse$outboundSchema = UpdateSubscriptionIntervalResponse$inboundSchema;
|
|
91195
|
-
((UpdateSubscriptionIntervalResponse$) => {
|
|
91196
|
-
UpdateSubscriptionIntervalResponse$.inboundSchema = UpdateSubscriptionIntervalResponse$inboundSchema;
|
|
91197
|
-
UpdateSubscriptionIntervalResponse$.outboundSchema = UpdateSubscriptionIntervalResponse$outboundSchema;
|
|
91198
|
-
})(UpdateSubscriptionIntervalResponse$ ||= {});
|
|
91199
90979
|
UpdateSubscriptionMethod$inboundSchema = nativeEnumType(UpdateSubscriptionMethod);
|
|
91200
90980
|
UpdateSubscriptionMethod$outboundSchema = UpdateSubscriptionMethod$inboundSchema;
|
|
91201
90981
|
((UpdateSubscriptionMethod$) => {
|
|
@@ -91331,8 +91111,8 @@ var init_updatesubscription = __esm(() => {
|
|
|
91331
91111
|
status: UpdateSubscriptionStatus$inboundSchema,
|
|
91332
91112
|
amount: lazyType(() => UpdateSubscriptionAmountResponse$inboundSchema),
|
|
91333
91113
|
times: nullableType(numberType().int()),
|
|
91334
|
-
timesRemaining: numberType().int(),
|
|
91335
|
-
interval:
|
|
91114
|
+
timesRemaining: nullableType(numberType().int()),
|
|
91115
|
+
interval: stringType(),
|
|
91336
91116
|
startDate: stringType(),
|
|
91337
91117
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
91338
91118
|
description: stringType(),
|
|
@@ -91344,7 +91124,7 @@ var init_updatesubscription = __esm(() => {
|
|
|
91344
91124
|
mandateId: nullableType(stringType()).optional(),
|
|
91345
91125
|
createdAt: stringType(),
|
|
91346
91126
|
canceledAt: nullableType(stringType()).optional(),
|
|
91347
|
-
_links: lazyType(() => UpdateSubscriptionLinks$inboundSchema)
|
|
91127
|
+
_links: lazyType(() => UpdateSubscriptionLinks$inboundSchema)
|
|
91348
91128
|
}).transform((v2) => {
|
|
91349
91129
|
return remap(v2, {
|
|
91350
91130
|
_links: "links"
|
|
@@ -91357,8 +91137,8 @@ var init_updatesubscription = __esm(() => {
|
|
|
91357
91137
|
status: UpdateSubscriptionStatus$outboundSchema,
|
|
91358
91138
|
amount: lazyType(() => UpdateSubscriptionAmountResponse$outboundSchema),
|
|
91359
91139
|
times: nullableType(numberType().int()),
|
|
91360
|
-
timesRemaining: numberType().int(),
|
|
91361
|
-
interval:
|
|
91140
|
+
timesRemaining: nullableType(numberType().int()),
|
|
91141
|
+
interval: stringType(),
|
|
91362
91142
|
startDate: stringType(),
|
|
91363
91143
|
nextPaymentDate: nullableType(stringType()).optional(),
|
|
91364
91144
|
description: stringType(),
|
|
@@ -91370,7 +91150,7 @@ var init_updatesubscription = __esm(() => {
|
|
|
91370
91150
|
mandateId: nullableType(stringType()).optional(),
|
|
91371
91151
|
createdAt: stringType(),
|
|
91372
91152
|
canceledAt: nullableType(stringType()).optional(),
|
|
91373
|
-
links: lazyType(() => UpdateSubscriptionLinks$outboundSchema)
|
|
91153
|
+
links: lazyType(() => UpdateSubscriptionLinks$outboundSchema)
|
|
91374
91154
|
}).transform((v2) => {
|
|
91375
91155
|
return remap(v2, {
|
|
91376
91156
|
links: "_links"
|
|
@@ -103111,14 +102891,15 @@ async function $do31(client, request, options) {
|
|
|
103111
102891
|
const payload = parsed.value;
|
|
103112
102892
|
const body = null;
|
|
103113
102893
|
const path = pathToFunc("/methods/all")();
|
|
103114
|
-
const query =
|
|
103115
|
-
amount: payload?.amount
|
|
102894
|
+
const query = queryJoin(encodeDeepObjectQuery({
|
|
102895
|
+
amount: payload?.amount
|
|
102896
|
+
}), encodeFormQuery({
|
|
103116
102897
|
include: payload?.include,
|
|
103117
102898
|
locale: payload?.locale,
|
|
103118
102899
|
profileId: payload?.profileId,
|
|
103119
102900
|
sequenceType: payload?.sequenceType,
|
|
103120
102901
|
testmode: payload?.testmode
|
|
103121
|
-
});
|
|
102902
|
+
}));
|
|
103122
102903
|
const headers = new Headers(compactMap({
|
|
103123
102904
|
Accept: "application/hal+json"
|
|
103124
102905
|
}));
|
|
@@ -103379,8 +103160,9 @@ async function $do33(client, request, options) {
|
|
|
103379
103160
|
const payload = parsed.value;
|
|
103380
103161
|
const body = null;
|
|
103381
103162
|
const path = pathToFunc("/methods")();
|
|
103382
|
-
const query =
|
|
103383
|
-
amount: payload?.amount
|
|
103163
|
+
const query = queryJoin(encodeDeepObjectQuery({
|
|
103164
|
+
amount: payload?.amount
|
|
103165
|
+
}), encodeFormQuery({
|
|
103384
103166
|
billingCountry: payload?.billingCountry,
|
|
103385
103167
|
include: payload?.include,
|
|
103386
103168
|
includeWallets: payload?.includeWallets,
|
|
@@ -103390,7 +103172,7 @@ async function $do33(client, request, options) {
|
|
|
103390
103172
|
resource: payload?.resource,
|
|
103391
103173
|
sequenceType: payload?.sequenceType,
|
|
103392
103174
|
testmode: payload?.testmode
|
|
103393
|
-
});
|
|
103175
|
+
}));
|
|
103394
103176
|
const headers = new Headers(compactMap({
|
|
103395
103177
|
Accept: "application/hal+json"
|
|
103396
103178
|
}));
|
|
@@ -110829,7 +110611,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
110829
110611
|
function createMCPServer(deps) {
|
|
110830
110612
|
const server = new McpServer({
|
|
110831
110613
|
name: "Client",
|
|
110832
|
-
version: "0.1.
|
|
110614
|
+
version: "0.1.5"
|
|
110833
110615
|
});
|
|
110834
110616
|
const client = new ClientCore({
|
|
110835
110617
|
security: deps.security,
|
|
@@ -112218,7 +112000,7 @@ var routes = an({
|
|
|
112218
112000
|
var app = He(routes, {
|
|
112219
112001
|
name: "mcp",
|
|
112220
112002
|
versionInfo: {
|
|
112221
|
-
currentVersion: "0.1.
|
|
112003
|
+
currentVersion: "0.1.5"
|
|
112222
112004
|
}
|
|
112223
112005
|
});
|
|
112224
112006
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -112226,5 +112008,5 @@ export {
|
|
|
112226
112008
|
app
|
|
112227
112009
|
};
|
|
112228
112010
|
|
|
112229
|
-
//# debugId=
|
|
112011
|
+
//# debugId=CE11AE406B8D9A8C64756E2164756E21
|
|
112230
112012
|
//# sourceMappingURL=mcp-server.js.map
|