UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceCustomsDeclarationCreateRequestRaw = void 0; var PaymentAcceptanceCustomsDeclarationCreateRequestRaw; (function (PaymentAcceptanceCustomsDeclarationCreateRequestRaw) { PaymentAcceptanceCustomsDeclarationCreateRequestRaw.discriminator = 'PaymentAcceptanceCustomsDeclarationCreateRequestRaw'; PaymentAcceptanceCustomsDeclarationCreateRequestRaw.attributeTypeMap = [ { name: 'customs_details', baseName: 'customs_details', type: 'PaymentAcceptanceCustomsDetails', }, { name: 'payment_intent_id', baseName: 'payment_intent_id', type: 'string', }, { name: 'request_id', baseName: 'request_id', type: 'string', }, { name: 'shopper_details', baseName: 'shopper_details', type: 'PaymentAcceptanceShopperDetails', }, { name: 'sub_order', baseName: 'sub_order', type: 'PaymentAcceptanceSubOrder', }, ]; })(PaymentAcceptanceCustomsDeclarationCreateRequestRaw || (exports.PaymentAcceptanceCustomsDeclarationCreateRequestRaw = PaymentAcceptanceCustomsDeclarationCreateRequestRaw = {})); //# sourceMappingURL=paymentAcceptanceCustomsDeclarationCreateRequestRaw.js.map