@channelpayments/node-sdk 1.24.0 → 1.35.4
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/README.md +2 -1
- package/dist/cjs/{src/apis → apis}/ChannelPaymentsApi.d.ts +13 -2
- package/dist/cjs/{src/apis → apis}/ChannelPaymentsApi.js +44 -31
- package/dist/cjs/models/AddressEntity1.d.ts +62 -0
- package/dist/cjs/models/AddressEntity1.js +63 -0
- package/dist/cjs/models/AmountRuleConditionEntity.d.ts +53 -0
- package/dist/cjs/models/AmountRuleConditionEntity.js +61 -0
- package/dist/cjs/{src/models → models}/BuyerEntity1.d.ts +9 -3
- package/dist/cjs/{src/models → models}/BuyerEntity1.js +5 -3
- package/dist/cjs/models/BuyerEntity1Address.d.ts +62 -0
- package/dist/cjs/models/BuyerEntity1Address.js +63 -0
- package/dist/cjs/models/CFeeRuleConditionEntity.d.ts +40 -0
- package/dist/cjs/models/CFeeRuleConditionEntity.js +57 -0
- package/dist/cjs/{src/models → models}/CardDetails.d.ts +6 -6
- package/dist/cjs/{src/models → models}/CardDetails.js +8 -8
- package/dist/cjs/models/CreateAmountRuleConditionDto.d.ts +44 -0
- package/dist/cjs/models/CreateAmountRuleConditionDto.js +53 -0
- package/dist/cjs/models/CreateCFeeDto.d.ts +40 -0
- package/dist/cjs/{src/models/CFeeDto.js → models/CreateCFeeDto.js} +12 -12
- package/dist/cjs/models/CreateCFeeRuleConditionDto.d.ts +32 -0
- package/dist/cjs/models/CreateCFeeRuleConditionDto.js +50 -0
- package/dist/{mjs/src → cjs}/models/CreateMerchantAccountDto.d.ts +48 -13
- package/dist/cjs/{src/models → models}/CreateMerchantAccountDto.js +41 -16
- package/dist/cjs/models/CreateMerchantAccountDtoCFee.d.ts +40 -0
- package/dist/cjs/{src/models/CreateMerchantAccountDtoCfee.js → models/CreateMerchantAccountDtoCFee.js} +12 -12
- package/dist/cjs/models/CreateMerchantAccountWithoutMerchantIdDto.d.ts +149 -0
- package/dist/cjs/models/CreateMerchantAccountWithoutMerchantIdDto.js +121 -0
- package/dist/cjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.d.ts +62 -0
- package/dist/cjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.js +71 -0
- package/dist/{mjs/src → cjs}/models/CreateMerchantDto.d.ts +3 -3
- package/dist/cjs/{src/models → models}/CreateMerchantDto.js +3 -3
- package/dist/cjs/models/CreateMerchantRoutingFlowDto.d.ts +47 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowDto.js +61 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowRuleDto.d.ts +60 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowRuleDto.js +66 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDto.d.ts +54 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDto.js +64 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConditions.d.ts +41 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConditions.js +53 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConnectors.d.ts +52 -0
- package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConnectors.js +66 -0
- package/dist/cjs/models/CreateMetadataRuleConditionDto.d.ts +49 -0
- package/dist/cjs/models/CreateMetadataRuleConditionDto.js +63 -0
- package/dist/{mjs/src → cjs}/models/CreatePaymentMethodDto.d.ts +2 -1
- package/dist/cjs/{src/models → models}/CreatePaymentMethodDto.js +3 -3
- package/dist/cjs/models/CreateRuleConditionsDto.d.ts +41 -0
- package/dist/cjs/models/CreateRuleConditionsDto.js +53 -0
- package/dist/cjs/models/CreateRuleConditionsDtoAmount.d.ts +44 -0
- package/dist/cjs/models/CreateRuleConditionsDtoAmount.js +53 -0
- package/dist/cjs/models/CreateRuleConditionsDtoCFee.d.ts +32 -0
- package/dist/cjs/models/CreateRuleConditionsDtoCFee.js +50 -0
- package/dist/cjs/models/CreateRuleConnectorsDto.d.ts +52 -0
- package/dist/cjs/models/CreateRuleConnectorsDto.js +66 -0
- package/dist/cjs/{src/models → models}/CreateTransactionDto.d.ts +4 -4
- package/dist/cjs/{src/models → models}/CreateTransactionDto.js +4 -4
- package/dist/{mjs/src → cjs}/models/CreateTransactionDtoPaymentMethod.d.ts +0 -1
- package/dist/cjs/{src/models → models}/CreateTransactionDtoPaymentMethod.js +1 -2
- package/dist/cjs/models/CreateUserDto.d.ts +65 -0
- package/dist/cjs/models/CreateUserDto.js +69 -0
- package/dist/cjs/models/MerchantAccountEntity.d.ts +172 -0
- package/dist/cjs/{src/models → models}/MerchantAccountEntity.js +63 -18
- package/dist/cjs/models/MerchantAccountEntityCFee.d.ts +40 -0
- package/dist/cjs/{src/models/MerchantAccountEntityCfee.js → models/MerchantAccountEntityCFee.js} +12 -12
- package/dist/cjs/models/MerchantConnectorEntity.d.ts +92 -0
- package/dist/cjs/models/MerchantConnectorEntity.js +86 -0
- package/dist/cjs/{src/models → models}/MerchantEntity.d.ts +6 -0
- package/dist/cjs/{src/models → models}/MerchantEntity.js +3 -0
- package/dist/cjs/models/MerchantRoutingFlowEntity.d.ts +65 -0
- package/dist/cjs/models/MerchantRoutingFlowEntity.js +70 -0
- package/dist/cjs/models/MerchantRoutingFlowRuleEntity.d.ts +78 -0
- package/dist/cjs/models/MerchantRoutingFlowRuleEntity.js +76 -0
- package/dist/cjs/models/MerchantRoutingFlowRuleEntityConditions.d.ts +41 -0
- package/dist/cjs/models/MerchantRoutingFlowRuleEntityConditions.js +53 -0
- package/dist/cjs/models/MerchantRoutingFlowRuleEntityConnectors.d.ts +52 -0
- package/dist/cjs/models/MerchantRoutingFlowRuleEntityConnectors.js +67 -0
- package/dist/cjs/models/MetadataRuleConditionEntity.d.ts +49 -0
- package/dist/cjs/models/MetadataRuleConditionEntity.js +63 -0
- package/dist/cjs/{src/models → models}/PaymentMethodDto.d.ts +0 -1
- package/dist/cjs/{src/models → models}/PaymentMethodDto.js +1 -2
- package/dist/{mjs/src → cjs}/models/PaymentMethodEntity.d.ts +11 -8
- package/dist/cjs/{src/models → models}/PaymentMethodEntity.js +10 -7
- package/dist/{mjs/src → cjs}/models/PaymentMethodEntity1.d.ts +27 -3
- package/dist/cjs/{src/models → models}/PaymentMethodEntity1.js +11 -3
- package/dist/{mjs/src → cjs}/models/PaymentMethodEntityBuyer.d.ts +9 -3
- package/dist/cjs/{src/models → models}/PaymentMethodEntityBuyer.js +5 -3
- package/dist/cjs/models/PaymentMethodEntityCardDetails.d.ts +59 -0
- package/dist/cjs/models/PaymentMethodEntityCardDetails.js +67 -0
- package/dist/cjs/models/RuleConditionsEntity.d.ts +41 -0
- package/dist/cjs/models/RuleConditionsEntity.js +53 -0
- package/dist/cjs/models/RuleConditionsEntityAmount.d.ts +53 -0
- package/dist/cjs/models/RuleConditionsEntityAmount.js +61 -0
- package/dist/cjs/models/RuleConditionsEntityCfee.d.ts +40 -0
- package/dist/cjs/models/RuleConditionsEntityCfee.js +57 -0
- package/dist/cjs/models/RuleConnectorsEntity.d.ts +52 -0
- package/dist/cjs/models/RuleConnectorsEntity.js +67 -0
- package/dist/cjs/{src/models → models}/TransactionEntity.d.ts +37 -0
- package/dist/cjs/{src/models → models}/TransactionEntity.js +22 -2
- package/dist/cjs/{src/models → models}/UpdateBuyerDto.d.ts +1 -1
- package/dist/{mjs/src → cjs}/models/UpdateCFeeDto.d.ts +4 -4
- package/dist/cjs/{src/models → models}/UpdateCFeeDto.js +4 -2
- package/dist/cjs/{src/models → models}/UpdateMerchantAccountDto.d.ts +44 -9
- package/dist/cjs/{src/models → models}/UpdateMerchantAccountDto.js +35 -10
- package/dist/cjs/models/UpdateMerchantAccountDtoCFee.d.ts +40 -0
- package/dist/cjs/models/UpdateMerchantAccountDtoCFee.js +57 -0
- package/dist/cjs/models/UpdateMerchantRoutingFlowRuleDto.d.ts +60 -0
- package/dist/cjs/models/UpdateMerchantRoutingFlowRuleDto.js +64 -0
- package/dist/cjs/models/UpdateSelfDto.d.ts +75 -0
- package/dist/cjs/models/UpdateSelfDto.js +73 -0
- package/dist/cjs/models/UpdateUserDto.d.ts +81 -0
- package/dist/cjs/models/UpdateUserDto.js +76 -0
- package/dist/cjs/models/UserEntity.d.ts +99 -0
- package/dist/cjs/models/UserEntity.js +90 -0
- package/dist/cjs/{src/models → models}/index.d.ts +38 -9
- package/dist/cjs/{src/models → models}/index.js +38 -9
- package/dist/cjs/{src/runtime.d.ts → runtime.d.ts} +0 -1
- package/dist/cjs/{src/runtime.js → runtime.js} +1 -19
- package/dist/mjs/{src/apis → apis}/ChannelPaymentsApi.d.ts +13 -2
- package/dist/mjs/{src/apis → apis}/ChannelPaymentsApi.js +44 -31
- package/dist/mjs/models/AddressEntity1.d.ts +62 -0
- package/dist/mjs/models/AddressEntity1.js +56 -0
- package/dist/mjs/models/AmountRuleConditionEntity.d.ts +53 -0
- package/dist/mjs/models/AmountRuleConditionEntity.js +54 -0
- package/dist/mjs/{src/models → models}/BuyerEntity1.d.ts +9 -3
- package/dist/mjs/{src/models → models}/BuyerEntity1.js +5 -3
- package/dist/mjs/models/BuyerEntity1Address.d.ts +62 -0
- package/dist/mjs/models/BuyerEntity1Address.js +56 -0
- package/dist/mjs/models/CFeeRuleConditionEntity.d.ts +40 -0
- package/dist/mjs/models/CFeeRuleConditionEntity.js +50 -0
- package/dist/mjs/{src/models → models}/CardDetails.d.ts +6 -6
- package/dist/mjs/{src/models → models}/CardDetails.js +7 -7
- package/dist/mjs/models/CreateAmountRuleConditionDto.d.ts +44 -0
- package/dist/mjs/models/CreateAmountRuleConditionDto.js +46 -0
- package/dist/mjs/models/CreateCFeeDto.d.ts +40 -0
- package/dist/mjs/{src/models/CFeeDto.js → models/CreateCFeeDto.js} +7 -7
- package/dist/mjs/models/CreateCFeeRuleConditionDto.d.ts +32 -0
- package/dist/mjs/models/CreateCFeeRuleConditionDto.js +43 -0
- package/dist/{cjs/src → mjs}/models/CreateMerchantAccountDto.d.ts +48 -13
- package/dist/mjs/{src/models → models}/CreateMerchantAccountDto.js +40 -15
- package/dist/mjs/models/CreateMerchantAccountDtoCFee.d.ts +40 -0
- package/dist/mjs/{src/models/CreateMerchantAccountDtoCfee.js → models/CreateMerchantAccountDtoCFee.js} +7 -7
- package/dist/mjs/models/CreateMerchantAccountWithoutMerchantIdDto.d.ts +149 -0
- package/dist/mjs/models/CreateMerchantAccountWithoutMerchantIdDto.js +114 -0
- package/dist/mjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.d.ts +62 -0
- package/dist/mjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.js +64 -0
- package/dist/{cjs/src → mjs}/models/CreateMerchantDto.d.ts +3 -3
- package/dist/mjs/{src/models → models}/CreateMerchantDto.js +3 -3
- package/dist/mjs/models/CreateMerchantRoutingFlowDto.d.ts +47 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowDto.js +54 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowRuleDto.d.ts +60 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowRuleDto.js +59 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDto.d.ts +54 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDto.js +57 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConditions.d.ts +41 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConditions.js +46 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConnectors.d.ts +52 -0
- package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConnectors.js +59 -0
- package/dist/mjs/models/CreateMetadataRuleConditionDto.d.ts +49 -0
- package/dist/mjs/models/CreateMetadataRuleConditionDto.js +56 -0
- package/dist/{cjs/src → mjs}/models/CreatePaymentMethodDto.d.ts +2 -1
- package/dist/mjs/{src/models → models}/CreatePaymentMethodDto.js +3 -3
- package/dist/mjs/models/CreateRuleConditionsDto.d.ts +41 -0
- package/dist/mjs/models/CreateRuleConditionsDto.js +46 -0
- package/dist/mjs/models/CreateRuleConditionsDtoAmount.d.ts +44 -0
- package/dist/mjs/models/CreateRuleConditionsDtoAmount.js +46 -0
- package/dist/mjs/models/CreateRuleConditionsDtoCFee.d.ts +32 -0
- package/dist/mjs/models/CreateRuleConditionsDtoCFee.js +43 -0
- package/dist/mjs/models/CreateRuleConnectorsDto.d.ts +52 -0
- package/dist/mjs/models/CreateRuleConnectorsDto.js +59 -0
- package/dist/mjs/{src/models → models}/CreateTransactionDto.d.ts +4 -4
- package/dist/mjs/{src/models → models}/CreateTransactionDto.js +4 -4
- package/dist/{cjs/src → mjs}/models/CreateTransactionDtoPaymentMethod.d.ts +0 -1
- package/dist/mjs/{src/models → models}/CreateTransactionDtoPaymentMethod.js +1 -2
- package/dist/mjs/models/CreateUserDto.d.ts +65 -0
- package/dist/mjs/models/CreateUserDto.js +62 -0
- package/dist/mjs/models/MerchantAccountEntity.d.ts +172 -0
- package/dist/mjs/models/MerchantAccountEntity.js +135 -0
- package/dist/mjs/models/MerchantAccountEntityCFee.d.ts +40 -0
- package/dist/mjs/{src/models/MerchantAccountEntityCfee.js → models/MerchantAccountEntityCFee.js} +7 -7
- package/dist/mjs/models/MerchantConnectorEntity.d.ts +92 -0
- package/dist/mjs/models/MerchantConnectorEntity.js +79 -0
- package/dist/mjs/{src/models → models}/MerchantEntity.d.ts +6 -0
- package/dist/mjs/{src/models → models}/MerchantEntity.js +3 -0
- package/dist/mjs/models/MerchantRoutingFlowEntity.d.ts +65 -0
- package/dist/mjs/models/MerchantRoutingFlowEntity.js +63 -0
- package/dist/mjs/models/MerchantRoutingFlowRuleEntity.d.ts +78 -0
- package/dist/mjs/models/MerchantRoutingFlowRuleEntity.js +69 -0
- package/dist/mjs/models/MerchantRoutingFlowRuleEntityConditions.d.ts +41 -0
- package/dist/mjs/models/MerchantRoutingFlowRuleEntityConditions.js +46 -0
- package/dist/mjs/models/MerchantRoutingFlowRuleEntityConnectors.d.ts +52 -0
- package/dist/mjs/models/MerchantRoutingFlowRuleEntityConnectors.js +60 -0
- package/dist/mjs/models/MetadataRuleConditionEntity.d.ts +49 -0
- package/dist/mjs/models/MetadataRuleConditionEntity.js +56 -0
- package/dist/mjs/{src/models → models}/PaymentMethodDto.d.ts +0 -1
- package/dist/mjs/{src/models → models}/PaymentMethodDto.js +1 -2
- package/dist/{cjs/src → mjs}/models/PaymentMethodEntity.d.ts +11 -8
- package/dist/mjs/{src/models → models}/PaymentMethodEntity.js +10 -7
- package/dist/{cjs/src → mjs}/models/PaymentMethodEntity1.d.ts +27 -3
- package/dist/mjs/{src/models → models}/PaymentMethodEntity1.js +11 -3
- package/dist/{cjs/src → mjs}/models/PaymentMethodEntityBuyer.d.ts +9 -3
- package/dist/mjs/{src/models → models}/PaymentMethodEntityBuyer.js +5 -3
- package/dist/mjs/models/PaymentMethodEntityCardDetails.d.ts +59 -0
- package/dist/mjs/{src/models/PaymentMethodEntityDetails.js → models/PaymentMethodEntityCardDetails.js} +13 -13
- package/dist/mjs/models/RuleConditionsEntity.d.ts +41 -0
- package/dist/mjs/models/RuleConditionsEntity.js +46 -0
- package/dist/mjs/models/RuleConditionsEntityAmount.d.ts +53 -0
- package/dist/mjs/models/RuleConditionsEntityAmount.js +54 -0
- package/dist/mjs/models/RuleConditionsEntityCfee.d.ts +40 -0
- package/dist/mjs/models/RuleConditionsEntityCfee.js +50 -0
- package/dist/mjs/models/RuleConnectorsEntity.d.ts +52 -0
- package/dist/mjs/models/RuleConnectorsEntity.js +60 -0
- package/dist/mjs/{src/models → models}/TransactionEntity.d.ts +37 -0
- package/dist/mjs/{src/models → models}/TransactionEntity.js +22 -2
- package/dist/mjs/{src/models → models}/UpdateBuyerDto.d.ts +1 -1
- package/dist/{cjs/src → mjs}/models/UpdateCFeeDto.d.ts +4 -4
- package/dist/mjs/{src/models → models}/UpdateCFeeDto.js +5 -3
- package/dist/mjs/{src/models → models}/UpdateMerchantAccountDto.d.ts +44 -9
- package/dist/mjs/{src/models → models}/UpdateMerchantAccountDto.js +34 -9
- package/dist/mjs/models/UpdateMerchantAccountDtoCFee.d.ts +40 -0
- package/dist/mjs/models/UpdateMerchantAccountDtoCFee.js +50 -0
- package/dist/mjs/models/UpdateMerchantRoutingFlowRuleDto.d.ts +60 -0
- package/dist/mjs/models/UpdateMerchantRoutingFlowRuleDto.js +57 -0
- package/dist/mjs/models/UpdateSelfDto.d.ts +75 -0
- package/dist/mjs/models/UpdateSelfDto.js +66 -0
- package/dist/mjs/models/UpdateUserDto.d.ts +81 -0
- package/dist/mjs/models/UpdateUserDto.js +69 -0
- package/dist/mjs/models/UserEntity.d.ts +99 -0
- package/dist/mjs/models/UserEntity.js +83 -0
- package/dist/mjs/{src/models → models}/index.d.ts +38 -9
- package/dist/mjs/{src/models → models}/index.js +38 -9
- package/dist/mjs/{src/runtime.d.ts → runtime.d.ts} +0 -1
- package/dist/mjs/{src/runtime.js → runtime.js} +1 -19
- package/package.json +1 -1
- package/dist/cjs/src/models/CFeeDto.d.ts +0 -40
- package/dist/cjs/src/models/CreateMerchantAccountDtoCfee.d.ts +0 -40
- package/dist/cjs/src/models/CreateMerchantAccountDtoGateways.d.ts +0 -41
- package/dist/cjs/src/models/CreateMerchantAccountDtoGateways.js +0 -58
- package/dist/cjs/src/models/CreateMerchantAccountsDto.d.ts +0 -114
- package/dist/cjs/src/models/CreateMerchantAccountsDto.js +0 -96
- package/dist/cjs/src/models/CreateMerchantGateway.d.ts +0 -41
- package/dist/cjs/src/models/CreateMerchantGateway.js +0 -58
- package/dist/cjs/src/models/MerchantAccountEntity.d.ts +0 -108
- package/dist/cjs/src/models/MerchantAccountEntityCfee.d.ts +0 -40
- package/dist/cjs/src/models/MerchantGatewayEntity.d.ts +0 -59
- package/dist/cjs/src/models/MerchantGatewayEntity.js +0 -67
- package/dist/cjs/src/models/PaymentMethodEntityDetails.d.ts +0 -59
- package/dist/cjs/src/models/PaymentMethodEntityDetails.js +0 -67
- package/dist/cjs/src/models/UpdateMerchantAccountDtoCfee.d.ts +0 -40
- package/dist/cjs/src/models/UpdateMerchantAccountDtoCfee.js +0 -55
- package/dist/cjs/test.d.ts +0 -1
- package/dist/cjs/test.js +0 -81
- package/dist/mjs/src/models/CFeeDto.d.ts +0 -40
- package/dist/mjs/src/models/CreateMerchantAccountDtoCfee.d.ts +0 -40
- package/dist/mjs/src/models/CreateMerchantAccountDtoGateways.d.ts +0 -41
- package/dist/mjs/src/models/CreateMerchantAccountDtoGateways.js +0 -51
- package/dist/mjs/src/models/CreateMerchantAccountsDto.d.ts +0 -114
- package/dist/mjs/src/models/CreateMerchantAccountsDto.js +0 -89
- package/dist/mjs/src/models/CreateMerchantGateway.d.ts +0 -41
- package/dist/mjs/src/models/CreateMerchantGateway.js +0 -51
- package/dist/mjs/src/models/MerchantAccountEntity.d.ts +0 -108
- package/dist/mjs/src/models/MerchantAccountEntity.js +0 -90
- package/dist/mjs/src/models/MerchantAccountEntityCfee.d.ts +0 -40
- package/dist/mjs/src/models/MerchantGatewayEntity.d.ts +0 -59
- package/dist/mjs/src/models/MerchantGatewayEntity.js +0 -60
- package/dist/mjs/src/models/PaymentMethodEntityDetails.d.ts +0 -59
- package/dist/mjs/src/models/UpdateMerchantAccountDtoCfee.d.ts +0 -40
- package/dist/mjs/src/models/UpdateMerchantAccountDtoCfee.js +0 -48
- package/dist/mjs/test.d.ts +0 -1
- package/dist/mjs/test.js +0 -47
- /package/dist/cjs/{src/apis → apis}/index.d.ts +0 -0
- /package/dist/cjs/{src/apis → apis}/index.js +0 -0
- /package/dist/cjs/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/cjs/{src/index.js → index.js} +0 -0
- /package/dist/cjs/{src/models → models}/AddressDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/AddressDto.js +0 -0
- /package/dist/cjs/{src/models → models}/AddressEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/AddressEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/BuyerAddressEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/BuyerAddressEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/BuyerEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/BuyerEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/BuyerEntityAddress.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/BuyerEntityAddress.js +0 -0
- /package/dist/cjs/{src/models → models}/BuyersSearchEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/BuyersSearchEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/CFeeEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/CFeeEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/CaptureTransactionDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/CaptureTransactionDto.js +0 -0
- /package/dist/cjs/{src/models → models}/CreateBuyerDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/CreateBuyerDto.js +0 -0
- /package/dist/cjs/{src/models → models}/CreateBuyerDtoAddress.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/CreateBuyerDtoAddress.js +0 -0
- /package/dist/cjs/{src/models → models}/CreateMerchantAddressDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/CreateMerchantAddressDto.js +0 -0
- /package/dist/cjs/{src/models → models}/CreateMerchantCredentialsDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/CreateMerchantCredentialsDto.js +0 -0
- /package/dist/cjs/{src/models → models}/CreateMerchantDtoAddress.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/CreateMerchantDtoAddress.js +0 -0
- /package/dist/cjs/{src/models → models}/ErrorEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/ErrorEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/MerchantAddressEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/MerchantAddressEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/MerchantCredentialsEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/MerchantCredentialsEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/MerchantEntityAddress.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/MerchantEntityAddress.js +0 -0
- /package/dist/cjs/{src/models → models}/PaymentMethodsSearchEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/PaymentMethodsSearchEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/PaymentsBuyerEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/PaymentsBuyerEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/RefundTransactionDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/RefundTransactionDto.js +0 -0
- /package/dist/cjs/{src/models → models}/TransactionRefundEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/TransactionRefundEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/TransactionRefundsSearchEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/TransactionRefundsSearchEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/TransactionsSearchEntity.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/TransactionsSearchEntity.js +0 -0
- /package/dist/cjs/{src/models → models}/UpdateAddressDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/UpdateAddressDto.js +0 -0
- /package/dist/cjs/{src/models → models}/UpdateBuyerDto.js +0 -0
- /package/dist/cjs/{src/models → models}/UpdateBuyerDtoAddress.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/UpdateBuyerDtoAddress.js +0 -0
- /package/dist/cjs/{src/models → models}/UpdateMerchantAddressDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/UpdateMerchantAddressDto.js +0 -0
- /package/dist/cjs/{src/models → models}/UpdateMerchantCredentialsDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/UpdateMerchantCredentialsDto.js +0 -0
- /package/dist/cjs/{src/models → models}/UpdateMerchantDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/UpdateMerchantDto.js +0 -0
- /package/dist/cjs/{src/models → models}/UpdateMerchantDtoAddress.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/UpdateMerchantDtoAddress.js +0 -0
- /package/dist/cjs/{src/models → models}/ValidateMerchantCredentialsDto.d.ts +0 -0
- /package/dist/cjs/{src/models → models}/ValidateMerchantCredentialsDto.js +0 -0
- /package/dist/mjs/{src/apis → apis}/index.d.ts +0 -0
- /package/dist/mjs/{src/apis → apis}/index.js +0 -0
- /package/dist/mjs/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/mjs/{src/index.js → index.js} +0 -0
- /package/dist/mjs/{src/models → models}/AddressDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/AddressDto.js +0 -0
- /package/dist/mjs/{src/models → models}/AddressEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/AddressEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/BuyerAddressEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/BuyerAddressEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/BuyerEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/BuyerEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/BuyerEntityAddress.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/BuyerEntityAddress.js +0 -0
- /package/dist/mjs/{src/models → models}/BuyersSearchEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/BuyersSearchEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/CFeeEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/CFeeEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/CaptureTransactionDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/CaptureTransactionDto.js +0 -0
- /package/dist/mjs/{src/models → models}/CreateBuyerDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/CreateBuyerDto.js +0 -0
- /package/dist/mjs/{src/models → models}/CreateBuyerDtoAddress.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/CreateBuyerDtoAddress.js +0 -0
- /package/dist/mjs/{src/models → models}/CreateMerchantAddressDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/CreateMerchantAddressDto.js +0 -0
- /package/dist/mjs/{src/models → models}/CreateMerchantCredentialsDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/CreateMerchantCredentialsDto.js +0 -0
- /package/dist/mjs/{src/models → models}/CreateMerchantDtoAddress.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/CreateMerchantDtoAddress.js +0 -0
- /package/dist/mjs/{src/models → models}/ErrorEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/ErrorEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/MerchantAddressEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/MerchantAddressEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/MerchantCredentialsEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/MerchantCredentialsEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/MerchantEntityAddress.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/MerchantEntityAddress.js +0 -0
- /package/dist/mjs/{src/models → models}/PaymentMethodsSearchEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/PaymentMethodsSearchEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/PaymentsBuyerEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/PaymentsBuyerEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/RefundTransactionDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/RefundTransactionDto.js +0 -0
- /package/dist/mjs/{src/models → models}/TransactionRefundEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/TransactionRefundEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/TransactionRefundsSearchEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/TransactionRefundsSearchEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/TransactionsSearchEntity.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/TransactionsSearchEntity.js +0 -0
- /package/dist/mjs/{src/models → models}/UpdateAddressDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/UpdateAddressDto.js +0 -0
- /package/dist/mjs/{src/models → models}/UpdateBuyerDto.js +0 -0
- /package/dist/mjs/{src/models → models}/UpdateBuyerDtoAddress.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/UpdateBuyerDtoAddress.js +0 -0
- /package/dist/mjs/{src/models → models}/UpdateMerchantAddressDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/UpdateMerchantAddressDto.js +0 -0
- /package/dist/mjs/{src/models → models}/UpdateMerchantCredentialsDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/UpdateMerchantCredentialsDto.js +0 -0
- /package/dist/mjs/{src/models → models}/UpdateMerchantDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/UpdateMerchantDto.js +0 -0
- /package/dist/mjs/{src/models → models}/UpdateMerchantDtoAddress.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/UpdateMerchantDtoAddress.js +0 -0
- /package/dist/mjs/{src/models → models}/ValidateMerchantCredentialsDto.d.ts +0 -0
- /package/dist/mjs/{src/models → models}/ValidateMerchantCredentialsDto.js +0 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Channel Payments API
|
|
3
|
+
*
|
|
4
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* The card details
|
|
9
|
+
* @export
|
|
10
|
+
* @interface PaymentMethodEntityCardDetails
|
|
11
|
+
*/
|
|
12
|
+
export interface PaymentMethodEntityCardDetails {
|
|
13
|
+
/**
|
|
14
|
+
* The card type
|
|
15
|
+
* @type {string}
|
|
16
|
+
* @memberof PaymentMethodEntityCardDetails
|
|
17
|
+
*/
|
|
18
|
+
cardType: PaymentMethodEntityCardDetailsCardTypeEnum;
|
|
19
|
+
/**
|
|
20
|
+
* The card BIN
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PaymentMethodEntityCardDetails
|
|
23
|
+
*/
|
|
24
|
+
bin: string;
|
|
25
|
+
/**
|
|
26
|
+
* The card scheme
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PaymentMethodEntityCardDetails
|
|
29
|
+
*/
|
|
30
|
+
scheme: string;
|
|
31
|
+
/**
|
|
32
|
+
* The last 4 digits of the card
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof PaymentMethodEntityCardDetails
|
|
35
|
+
*/
|
|
36
|
+
label: string;
|
|
37
|
+
/**
|
|
38
|
+
* The card expiration date
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PaymentMethodEntityCardDetails
|
|
41
|
+
*/
|
|
42
|
+
expirationDate: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @export
|
|
46
|
+
*/
|
|
47
|
+
export declare const PaymentMethodEntityCardDetailsCardTypeEnum: {
|
|
48
|
+
readonly Credit: "CREDIT";
|
|
49
|
+
readonly Debit: "DEBIT";
|
|
50
|
+
readonly Prepaid: "PREPAID";
|
|
51
|
+
};
|
|
52
|
+
export type PaymentMethodEntityCardDetailsCardTypeEnum = typeof PaymentMethodEntityCardDetailsCardTypeEnum[keyof typeof PaymentMethodEntityCardDetailsCardTypeEnum];
|
|
53
|
+
/**
|
|
54
|
+
* Check if a given object implements the PaymentMethodEntityCardDetails interface.
|
|
55
|
+
*/
|
|
56
|
+
export declare function instanceOfPaymentMethodEntityCardDetails(value: object): boolean;
|
|
57
|
+
export declare function PaymentMethodEntityCardDetailsFromJSON(json: any): PaymentMethodEntityCardDetails;
|
|
58
|
+
export declare function PaymentMethodEntityCardDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaymentMethodEntityCardDetails;
|
|
59
|
+
export declare function PaymentMethodEntityCardDetailsToJSON(value?: PaymentMethodEntityCardDetails | null): any;
|
|
@@ -10,32 +10,32 @@ import { removeNullUndefined } from '../runtime';
|
|
|
10
10
|
/**
|
|
11
11
|
* @export
|
|
12
12
|
*/
|
|
13
|
-
export const
|
|
14
|
-
Credit: '
|
|
15
|
-
Debit: '
|
|
16
|
-
Prepaid: '
|
|
13
|
+
export const PaymentMethodEntityCardDetailsCardTypeEnum = {
|
|
14
|
+
Credit: 'CREDIT',
|
|
15
|
+
Debit: 'DEBIT',
|
|
16
|
+
Prepaid: 'PREPAID'
|
|
17
17
|
};
|
|
18
18
|
/**
|
|
19
|
-
* Check if a given object implements the
|
|
19
|
+
* Check if a given object implements the PaymentMethodEntityCardDetails interface.
|
|
20
20
|
*/
|
|
21
|
-
export function
|
|
21
|
+
export function instanceOfPaymentMethodEntityCardDetails(value) {
|
|
22
22
|
let isInstance = true;
|
|
23
|
-
isInstance = isInstance && "
|
|
23
|
+
isInstance = isInstance && "cardType" in value;
|
|
24
24
|
isInstance = isInstance && "bin" in value;
|
|
25
25
|
isInstance = isInstance && "scheme" in value;
|
|
26
26
|
isInstance = isInstance && "label" in value;
|
|
27
27
|
isInstance = isInstance && "expirationDate" in value;
|
|
28
28
|
return isInstance;
|
|
29
29
|
}
|
|
30
|
-
export function
|
|
31
|
-
return
|
|
30
|
+
export function PaymentMethodEntityCardDetailsFromJSON(json) {
|
|
31
|
+
return PaymentMethodEntityCardDetailsFromJSONTyped(json, false);
|
|
32
32
|
}
|
|
33
|
-
export function
|
|
33
|
+
export function PaymentMethodEntityCardDetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
34
|
if ((json === undefined) || (json === null)) {
|
|
35
35
|
return json;
|
|
36
36
|
}
|
|
37
37
|
const typed = {
|
|
38
|
-
'
|
|
38
|
+
'cardType': json['cardType'],
|
|
39
39
|
'bin': json['bin'],
|
|
40
40
|
'scheme': json['scheme'],
|
|
41
41
|
'label': json['label'],
|
|
@@ -43,7 +43,7 @@ export function PaymentMethodEntityDetailsFromJSONTyped(json, ignoreDiscriminato
|
|
|
43
43
|
};
|
|
44
44
|
return removeNullUndefined(typed);
|
|
45
45
|
}
|
|
46
|
-
export function
|
|
46
|
+
export function PaymentMethodEntityCardDetailsToJSON(value) {
|
|
47
47
|
if (value === undefined) {
|
|
48
48
|
return undefined;
|
|
49
49
|
}
|
|
@@ -51,7 +51,7 @@ export function PaymentMethodEntityDetailsToJSON(value) {
|
|
|
51
51
|
return null;
|
|
52
52
|
}
|
|
53
53
|
return {
|
|
54
|
-
'
|
|
54
|
+
'cardType': value.cardType,
|
|
55
55
|
'bin': value.bin,
|
|
56
56
|
'scheme': value.scheme,
|
|
57
57
|
'label': value.label,
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Channel Payments API
|
|
3
|
+
*
|
|
4
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
import type { MetadataRuleConditionEntity } from './MetadataRuleConditionEntity';
|
|
8
|
+
import type { RuleConditionsEntityAmount } from './RuleConditionsEntityAmount';
|
|
9
|
+
import type { RuleConditionsEntityCfee } from './RuleConditionsEntityCfee';
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
* @export
|
|
13
|
+
* @interface RuleConditionsEntity
|
|
14
|
+
*/
|
|
15
|
+
export interface RuleConditionsEntity {
|
|
16
|
+
/**
|
|
17
|
+
* The metadata condition for the rule
|
|
18
|
+
* @type {Array<MetadataRuleConditionEntity>}
|
|
19
|
+
* @memberof RuleConditionsEntity
|
|
20
|
+
*/
|
|
21
|
+
metadata?: Array<MetadataRuleConditionEntity>;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {RuleConditionsEntityAmount}
|
|
25
|
+
* @memberof RuleConditionsEntity
|
|
26
|
+
*/
|
|
27
|
+
amount?: RuleConditionsEntityAmount;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {RuleConditionsEntityCfee}
|
|
31
|
+
* @memberof RuleConditionsEntity
|
|
32
|
+
*/
|
|
33
|
+
cfee?: RuleConditionsEntityCfee;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Check if a given object implements the RuleConditionsEntity interface.
|
|
37
|
+
*/
|
|
38
|
+
export declare function instanceOfRuleConditionsEntity(value: object): boolean;
|
|
39
|
+
export declare function RuleConditionsEntityFromJSON(json: any): RuleConditionsEntity;
|
|
40
|
+
export declare function RuleConditionsEntityFromJSONTyped(json: any, ignoreDiscriminator: boolean): RuleConditionsEntity;
|
|
41
|
+
export declare function RuleConditionsEntityToJSON(value?: RuleConditionsEntity | null): any;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Channel Payments API
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
import { exists, removeNullUndefined } from '../runtime';
|
|
10
|
+
import { MetadataRuleConditionEntityFromJSON, MetadataRuleConditionEntityToJSON, } from './MetadataRuleConditionEntity';
|
|
11
|
+
import { RuleConditionsEntityAmountFromJSON, RuleConditionsEntityAmountToJSON, } from './RuleConditionsEntityAmount';
|
|
12
|
+
import { RuleConditionsEntityCfeeFromJSON, RuleConditionsEntityCfeeToJSON, } from './RuleConditionsEntityCfee';
|
|
13
|
+
/**
|
|
14
|
+
* Check if a given object implements the RuleConditionsEntity interface.
|
|
15
|
+
*/
|
|
16
|
+
export function instanceOfRuleConditionsEntity(value) {
|
|
17
|
+
let isInstance = true;
|
|
18
|
+
return isInstance;
|
|
19
|
+
}
|
|
20
|
+
export function RuleConditionsEntityFromJSON(json) {
|
|
21
|
+
return RuleConditionsEntityFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function RuleConditionsEntityFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if ((json === undefined) || (json === null)) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
const typed = {
|
|
28
|
+
'metadata': !exists(json, 'metadata') ? undefined : (json['metadata'].map(MetadataRuleConditionEntityFromJSON)),
|
|
29
|
+
'amount': !exists(json, 'amount') ? undefined : RuleConditionsEntityAmountFromJSON(json['amount']),
|
|
30
|
+
'cfee': !exists(json, 'cfee') ? undefined : RuleConditionsEntityCfeeFromJSON(json['cfee']),
|
|
31
|
+
};
|
|
32
|
+
return removeNullUndefined(typed);
|
|
33
|
+
}
|
|
34
|
+
export function RuleConditionsEntityToJSON(value) {
|
|
35
|
+
if (value === undefined) {
|
|
36
|
+
return undefined;
|
|
37
|
+
}
|
|
38
|
+
if (value === null) {
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'metadata': value.metadata === undefined ? undefined : (value.metadata.map(MetadataRuleConditionEntityToJSON)),
|
|
43
|
+
'amount': RuleConditionsEntityAmountToJSON(value.amount),
|
|
44
|
+
'cfee': RuleConditionsEntityCfeeToJSON(value.cfee),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Channel Payments API
|
|
3
|
+
*
|
|
4
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* The amount condition for the rule
|
|
9
|
+
* @export
|
|
10
|
+
* @interface RuleConditionsEntityAmount
|
|
11
|
+
*/
|
|
12
|
+
export interface RuleConditionsEntityAmount {
|
|
13
|
+
/**
|
|
14
|
+
* The operator for the rule
|
|
15
|
+
* @type {string}
|
|
16
|
+
* @memberof RuleConditionsEntityAmount
|
|
17
|
+
*/
|
|
18
|
+
operator: RuleConditionsEntityAmountOperatorEnum;
|
|
19
|
+
/**
|
|
20
|
+
* The minimum amount for the rule
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof RuleConditionsEntityAmount
|
|
23
|
+
*/
|
|
24
|
+
min?: number;
|
|
25
|
+
/**
|
|
26
|
+
* The maximum amount for the rule
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof RuleConditionsEntityAmount
|
|
29
|
+
*/
|
|
30
|
+
max?: number;
|
|
31
|
+
/**
|
|
32
|
+
* The amount value for the rule
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof RuleConditionsEntityAmount
|
|
35
|
+
*/
|
|
36
|
+
value?: number;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const RuleConditionsEntityAmountOperatorEnum: {
|
|
42
|
+
readonly GreaterThan: "greaterThan";
|
|
43
|
+
readonly Between: "between";
|
|
44
|
+
readonly LessThan: "lessThan";
|
|
45
|
+
};
|
|
46
|
+
export type RuleConditionsEntityAmountOperatorEnum = typeof RuleConditionsEntityAmountOperatorEnum[keyof typeof RuleConditionsEntityAmountOperatorEnum];
|
|
47
|
+
/**
|
|
48
|
+
* Check if a given object implements the RuleConditionsEntityAmount interface.
|
|
49
|
+
*/
|
|
50
|
+
export declare function instanceOfRuleConditionsEntityAmount(value: object): boolean;
|
|
51
|
+
export declare function RuleConditionsEntityAmountFromJSON(json: any): RuleConditionsEntityAmount;
|
|
52
|
+
export declare function RuleConditionsEntityAmountFromJSONTyped(json: any, ignoreDiscriminator: boolean): RuleConditionsEntityAmount;
|
|
53
|
+
export declare function RuleConditionsEntityAmountToJSON(value?: RuleConditionsEntityAmount | null): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Channel Payments API
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
import { exists, removeNullUndefined } from '../runtime';
|
|
10
|
+
/**
|
|
11
|
+
* @export
|
|
12
|
+
*/
|
|
13
|
+
export const RuleConditionsEntityAmountOperatorEnum = {
|
|
14
|
+
GreaterThan: 'greaterThan',
|
|
15
|
+
Between: 'between',
|
|
16
|
+
LessThan: 'lessThan'
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the RuleConditionsEntityAmount interface.
|
|
20
|
+
*/
|
|
21
|
+
export function instanceOfRuleConditionsEntityAmount(value) {
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
isInstance = isInstance && "operator" in value;
|
|
24
|
+
return isInstance;
|
|
25
|
+
}
|
|
26
|
+
export function RuleConditionsEntityAmountFromJSON(json) {
|
|
27
|
+
return RuleConditionsEntityAmountFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function RuleConditionsEntityAmountFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if ((json === undefined) || (json === null)) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
const typed = {
|
|
34
|
+
'operator': json['operator'],
|
|
35
|
+
'min': !exists(json, 'min') ? undefined : json['min'],
|
|
36
|
+
'max': !exists(json, 'max') ? undefined : json['max'],
|
|
37
|
+
'value': !exists(json, 'value') ? undefined : json['value'],
|
|
38
|
+
};
|
|
39
|
+
return removeNullUndefined(typed);
|
|
40
|
+
}
|
|
41
|
+
export function RuleConditionsEntityAmountToJSON(value) {
|
|
42
|
+
if (value === undefined) {
|
|
43
|
+
return undefined;
|
|
44
|
+
}
|
|
45
|
+
if (value === null) {
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'operator': value.operator,
|
|
50
|
+
'min': value.min,
|
|
51
|
+
'max': value.max,
|
|
52
|
+
'value': value.value,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Channel Payments API
|
|
3
|
+
*
|
|
4
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* The cfee condition for the rule
|
|
9
|
+
* @export
|
|
10
|
+
* @interface RuleConditionsEntityCfee
|
|
11
|
+
*/
|
|
12
|
+
export interface RuleConditionsEntityCfee {
|
|
13
|
+
/**
|
|
14
|
+
* The cfee value for the rule
|
|
15
|
+
* @type {boolean}
|
|
16
|
+
* @memberof RuleConditionsEntityCfee
|
|
17
|
+
*/
|
|
18
|
+
value: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The cfee operator for the rule
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof RuleConditionsEntityCfee
|
|
23
|
+
*/
|
|
24
|
+
operator: RuleConditionsEntityCfeeOperatorEnum;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @export
|
|
28
|
+
*/
|
|
29
|
+
export declare const RuleConditionsEntityCfeeOperatorEnum: {
|
|
30
|
+
readonly Includes: "includes";
|
|
31
|
+
readonly Excludes: "excludes";
|
|
32
|
+
};
|
|
33
|
+
export type RuleConditionsEntityCfeeOperatorEnum = typeof RuleConditionsEntityCfeeOperatorEnum[keyof typeof RuleConditionsEntityCfeeOperatorEnum];
|
|
34
|
+
/**
|
|
35
|
+
* Check if a given object implements the RuleConditionsEntityCfee interface.
|
|
36
|
+
*/
|
|
37
|
+
export declare function instanceOfRuleConditionsEntityCfee(value: object): boolean;
|
|
38
|
+
export declare function RuleConditionsEntityCfeeFromJSON(json: any): RuleConditionsEntityCfee;
|
|
39
|
+
export declare function RuleConditionsEntityCfeeFromJSONTyped(json: any, ignoreDiscriminator: boolean): RuleConditionsEntityCfee;
|
|
40
|
+
export declare function RuleConditionsEntityCfeeToJSON(value?: RuleConditionsEntityCfee | null): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Channel Payments API
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
import { removeNullUndefined } from '../runtime';
|
|
10
|
+
/**
|
|
11
|
+
* @export
|
|
12
|
+
*/
|
|
13
|
+
export const RuleConditionsEntityCfeeOperatorEnum = {
|
|
14
|
+
Includes: 'includes',
|
|
15
|
+
Excludes: 'excludes'
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the RuleConditionsEntityCfee interface.
|
|
19
|
+
*/
|
|
20
|
+
export function instanceOfRuleConditionsEntityCfee(value) {
|
|
21
|
+
let isInstance = true;
|
|
22
|
+
isInstance = isInstance && "value" in value;
|
|
23
|
+
isInstance = isInstance && "operator" in value;
|
|
24
|
+
return isInstance;
|
|
25
|
+
}
|
|
26
|
+
export function RuleConditionsEntityCfeeFromJSON(json) {
|
|
27
|
+
return RuleConditionsEntityCfeeFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function RuleConditionsEntityCfeeFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if ((json === undefined) || (json === null)) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
const typed = {
|
|
34
|
+
'value': json['value'],
|
|
35
|
+
'operator': json['operator'],
|
|
36
|
+
};
|
|
37
|
+
return removeNullUndefined(typed);
|
|
38
|
+
}
|
|
39
|
+
export function RuleConditionsEntityCfeeToJSON(value) {
|
|
40
|
+
if (value === undefined) {
|
|
41
|
+
return undefined;
|
|
42
|
+
}
|
|
43
|
+
if (value === null) {
|
|
44
|
+
return null;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'value': value.value,
|
|
48
|
+
'operator': value.operator,
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Channel Payments API
|
|
3
|
+
*
|
|
4
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @export
|
|
10
|
+
* @interface RuleConnectorsEntity
|
|
11
|
+
*/
|
|
12
|
+
export interface RuleConnectorsEntity {
|
|
13
|
+
/**
|
|
14
|
+
* The primary connector for the rule
|
|
15
|
+
* @type {string}
|
|
16
|
+
* @memberof RuleConnectorsEntity
|
|
17
|
+
*/
|
|
18
|
+
primaryAccount: RuleConnectorsEntityPrimaryAccountEnum;
|
|
19
|
+
/**
|
|
20
|
+
* The fallback connectors for the rule
|
|
21
|
+
* @type {Array<string>}
|
|
22
|
+
* @memberof RuleConnectorsEntity
|
|
23
|
+
*/
|
|
24
|
+
fallbackAccounts?: Array<RuleConnectorsEntityFallbackAccountsEnum>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @export
|
|
28
|
+
*/
|
|
29
|
+
export declare const RuleConnectorsEntityPrimaryAccountEnum: {
|
|
30
|
+
readonly Epay: "EPAY";
|
|
31
|
+
readonly Nmi: "NMI";
|
|
32
|
+
readonly AuthorizeNet: "AUTHORIZE_NET";
|
|
33
|
+
readonly ChannelPayments: "CHANNEL_PAYMENTS";
|
|
34
|
+
};
|
|
35
|
+
export type RuleConnectorsEntityPrimaryAccountEnum = typeof RuleConnectorsEntityPrimaryAccountEnum[keyof typeof RuleConnectorsEntityPrimaryAccountEnum];
|
|
36
|
+
/**
|
|
37
|
+
* @export
|
|
38
|
+
*/
|
|
39
|
+
export declare const RuleConnectorsEntityFallbackAccountsEnum: {
|
|
40
|
+
readonly Epay: "EPAY";
|
|
41
|
+
readonly Nmi: "NMI";
|
|
42
|
+
readonly AuthorizeNet: "AUTHORIZE_NET";
|
|
43
|
+
readonly ChannelPayments: "CHANNEL_PAYMENTS";
|
|
44
|
+
};
|
|
45
|
+
export type RuleConnectorsEntityFallbackAccountsEnum = typeof RuleConnectorsEntityFallbackAccountsEnum[keyof typeof RuleConnectorsEntityFallbackAccountsEnum];
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the RuleConnectorsEntity interface.
|
|
48
|
+
*/
|
|
49
|
+
export declare function instanceOfRuleConnectorsEntity(value: object): boolean;
|
|
50
|
+
export declare function RuleConnectorsEntityFromJSON(json: any): RuleConnectorsEntity;
|
|
51
|
+
export declare function RuleConnectorsEntityFromJSONTyped(json: any, ignoreDiscriminator: boolean): RuleConnectorsEntity;
|
|
52
|
+
export declare function RuleConnectorsEntityToJSON(value?: RuleConnectorsEntity | null): any;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Channel Payments API
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
import { exists, removeNullUndefined } from '../runtime';
|
|
10
|
+
/**
|
|
11
|
+
* @export
|
|
12
|
+
*/
|
|
13
|
+
export const RuleConnectorsEntityPrimaryAccountEnum = {
|
|
14
|
+
Epay: 'EPAY',
|
|
15
|
+
Nmi: 'NMI',
|
|
16
|
+
AuthorizeNet: 'AUTHORIZE_NET',
|
|
17
|
+
ChannelPayments: 'CHANNEL_PAYMENTS'
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* @export
|
|
21
|
+
*/
|
|
22
|
+
export const RuleConnectorsEntityFallbackAccountsEnum = {
|
|
23
|
+
Epay: 'EPAY',
|
|
24
|
+
Nmi: 'NMI',
|
|
25
|
+
AuthorizeNet: 'AUTHORIZE_NET',
|
|
26
|
+
ChannelPayments: 'CHANNEL_PAYMENTS'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the RuleConnectorsEntity interface.
|
|
30
|
+
*/
|
|
31
|
+
export function instanceOfRuleConnectorsEntity(value) {
|
|
32
|
+
let isInstance = true;
|
|
33
|
+
isInstance = isInstance && "primaryAccount" in value;
|
|
34
|
+
return isInstance;
|
|
35
|
+
}
|
|
36
|
+
export function RuleConnectorsEntityFromJSON(json) {
|
|
37
|
+
return RuleConnectorsEntityFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function RuleConnectorsEntityFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
+
if ((json === undefined) || (json === null)) {
|
|
41
|
+
return json;
|
|
42
|
+
}
|
|
43
|
+
const typed = {
|
|
44
|
+
'primaryAccount': json['primaryAccount'],
|
|
45
|
+
'fallbackAccounts': !exists(json, 'fallbackAccounts') ? undefined : json['fallbackAccounts'],
|
|
46
|
+
};
|
|
47
|
+
return removeNullUndefined(typed);
|
|
48
|
+
}
|
|
49
|
+
export function RuleConnectorsEntityToJSON(value) {
|
|
50
|
+
if (value === undefined) {
|
|
51
|
+
return undefined;
|
|
52
|
+
}
|
|
53
|
+
if (value === null) {
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'primaryAccount': value.primaryAccount,
|
|
58
|
+
'fallbackAccounts': value.fallbackAccounts,
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -12,6 +12,12 @@ import type { PaymentsBuyerEntity } from './PaymentsBuyerEntity';
|
|
|
12
12
|
* @interface TransactionEntity
|
|
13
13
|
*/
|
|
14
14
|
export interface TransactionEntity {
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @type {string}
|
|
18
|
+
* @memberof TransactionEntity
|
|
19
|
+
*/
|
|
20
|
+
transactionIntegrationId: string;
|
|
15
21
|
/**
|
|
16
22
|
*
|
|
17
23
|
* @type {string}
|
|
@@ -42,6 +48,24 @@ export interface TransactionEntity {
|
|
|
42
48
|
* @memberof TransactionEntity
|
|
43
49
|
*/
|
|
44
50
|
amount: number;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof TransactionEntity
|
|
55
|
+
*/
|
|
56
|
+
netAmount: number;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof TransactionEntity
|
|
61
|
+
*/
|
|
62
|
+
fee: number;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {Array<object>}
|
|
66
|
+
* @memberof TransactionEntity
|
|
67
|
+
*/
|
|
68
|
+
feeDetails?: Array<object>;
|
|
45
69
|
/**
|
|
46
70
|
*
|
|
47
71
|
* @type {number}
|
|
@@ -156,6 +180,12 @@ export interface TransactionEntity {
|
|
|
156
180
|
* @memberof TransactionEntity
|
|
157
181
|
*/
|
|
158
182
|
buyerId?: string;
|
|
183
|
+
/**
|
|
184
|
+
*
|
|
185
|
+
* @type {string}
|
|
186
|
+
* @memberof TransactionEntity
|
|
187
|
+
*/
|
|
188
|
+
sECCode?: string;
|
|
159
189
|
}
|
|
160
190
|
/**
|
|
161
191
|
* @export
|
|
@@ -170,6 +200,11 @@ export declare const TransactionEntityStatusEnum: {
|
|
|
170
200
|
readonly Captured: "captured";
|
|
171
201
|
readonly VoidPending: "voidPending";
|
|
172
202
|
readonly Voided: "voided";
|
|
203
|
+
readonly Held: "held";
|
|
204
|
+
readonly Submitted: "submitted";
|
|
205
|
+
readonly Transmitted: "transmitted";
|
|
206
|
+
readonly Settled: "settled";
|
|
207
|
+
readonly Returned: "returned";
|
|
173
208
|
};
|
|
174
209
|
export type TransactionEntityStatusEnum = typeof TransactionEntityStatusEnum[keyof typeof TransactionEntityStatusEnum];
|
|
175
210
|
/**
|
|
@@ -178,6 +213,8 @@ export type TransactionEntityStatusEnum = typeof TransactionEntityStatusEnum[key
|
|
|
178
213
|
export declare const TransactionEntityIntentEnum: {
|
|
179
214
|
readonly Capture: "capture";
|
|
180
215
|
readonly Authorize: "authorize";
|
|
216
|
+
readonly Debit: "debit";
|
|
217
|
+
readonly Credit: "credit";
|
|
181
218
|
};
|
|
182
219
|
export type TransactionEntityIntentEnum = typeof TransactionEntityIntentEnum[keyof typeof TransactionEntityIntentEnum];
|
|
183
220
|
/**
|
|
@@ -21,14 +21,21 @@ export const TransactionEntityStatusEnum = {
|
|
|
21
21
|
CapturePending: 'capturePending',
|
|
22
22
|
Captured: 'captured',
|
|
23
23
|
VoidPending: 'voidPending',
|
|
24
|
-
Voided: 'voided'
|
|
24
|
+
Voided: 'voided',
|
|
25
|
+
Held: 'held',
|
|
26
|
+
Submitted: 'submitted',
|
|
27
|
+
Transmitted: 'transmitted',
|
|
28
|
+
Settled: 'settled',
|
|
29
|
+
Returned: 'returned'
|
|
25
30
|
};
|
|
26
31
|
/**
|
|
27
32
|
* @export
|
|
28
33
|
*/
|
|
29
34
|
export const TransactionEntityIntentEnum = {
|
|
30
35
|
Capture: 'capture',
|
|
31
|
-
Authorize: 'authorize'
|
|
36
|
+
Authorize: 'authorize',
|
|
37
|
+
Debit: 'debit',
|
|
38
|
+
Credit: 'credit'
|
|
32
39
|
};
|
|
33
40
|
/**
|
|
34
41
|
* @export
|
|
@@ -43,11 +50,14 @@ export const TransactionEntityCurrencyEnum = {
|
|
|
43
50
|
*/
|
|
44
51
|
export function instanceOfTransactionEntity(value) {
|
|
45
52
|
let isInstance = true;
|
|
53
|
+
isInstance = isInstance && "transactionIntegrationId" in value;
|
|
46
54
|
isInstance = isInstance && "transactionId" in value;
|
|
47
55
|
isInstance = isInstance && "merchantId" in value;
|
|
48
56
|
isInstance = isInstance && "status" in value;
|
|
49
57
|
isInstance = isInstance && "intent" in value;
|
|
50
58
|
isInstance = isInstance && "amount" in value;
|
|
59
|
+
isInstance = isInstance && "netAmount" in value;
|
|
60
|
+
isInstance = isInstance && "fee" in value;
|
|
51
61
|
return isInstance;
|
|
52
62
|
}
|
|
53
63
|
export function TransactionEntityFromJSON(json) {
|
|
@@ -58,11 +68,15 @@ export function TransactionEntityFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
58
68
|
return json;
|
|
59
69
|
}
|
|
60
70
|
const typed = {
|
|
71
|
+
'transactionIntegrationId': json['transactionIntegrationId'],
|
|
61
72
|
'transactionId': json['transactionId'],
|
|
62
73
|
'merchantId': json['merchantId'],
|
|
63
74
|
'status': json['status'],
|
|
64
75
|
'intent': json['intent'],
|
|
65
76
|
'amount': json['amount'],
|
|
77
|
+
'netAmount': json['netAmount'],
|
|
78
|
+
'fee': json['fee'],
|
|
79
|
+
'feeDetails': !exists(json, 'feeDetails') ? undefined : json['feeDetails'],
|
|
66
80
|
'capturedAmount': !exists(json, 'capturedAmount') ? undefined : json['capturedAmount'],
|
|
67
81
|
'refundedAmount': !exists(json, 'refundedAmount') ? undefined : json['refundedAmount'],
|
|
68
82
|
'currency': !exists(json, 'currency') ? undefined : json['currency'],
|
|
@@ -82,6 +96,7 @@ export function TransactionEntityFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
82
96
|
'voidedAt': !exists(json, 'voidedAt') ? undefined : (new Date(json['voidedAt'])),
|
|
83
97
|
'externalTransactionId': !exists(json, 'externalTransactionId') ? undefined : json['externalTransactionId'],
|
|
84
98
|
'buyerId': !exists(json, 'buyerId') ? undefined : json['buyerId'],
|
|
99
|
+
'sECCode': !exists(json, 'SECCode') ? undefined : json['SECCode'],
|
|
85
100
|
};
|
|
86
101
|
return removeNullUndefined(typed);
|
|
87
102
|
}
|
|
@@ -93,11 +108,15 @@ export function TransactionEntityToJSON(value) {
|
|
|
93
108
|
return null;
|
|
94
109
|
}
|
|
95
110
|
return {
|
|
111
|
+
'transactionIntegrationId': value.transactionIntegrationId,
|
|
96
112
|
'transactionId': value.transactionId,
|
|
97
113
|
'merchantId': value.merchantId,
|
|
98
114
|
'status': value.status,
|
|
99
115
|
'intent': value.intent,
|
|
100
116
|
'amount': value.amount,
|
|
117
|
+
'netAmount': value.netAmount,
|
|
118
|
+
'fee': value.fee,
|
|
119
|
+
'feeDetails': value.feeDetails,
|
|
101
120
|
'capturedAmount': value.capturedAmount,
|
|
102
121
|
'refundedAmount': value.refundedAmount,
|
|
103
122
|
'currency': value.currency,
|
|
@@ -117,5 +136,6 @@ export function TransactionEntityToJSON(value) {
|
|
|
117
136
|
'voidedAt': value.voidedAt === undefined ? undefined : (value.voidedAt.toISOString()),
|
|
118
137
|
'externalTransactionId': value.externalTransactionId,
|
|
119
138
|
'buyerId': value.buyerId,
|
|
139
|
+
'SECCode': value.sECCode,
|
|
120
140
|
};
|
|
121
141
|
}
|