@airwallex/node-sdk
Version:
Airwallex Node.js SDK
80 lines • 2.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceCustomsDeclaration = void 0;
var PaymentAcceptanceCustomsDeclaration;
(function (PaymentAcceptanceCustomsDeclaration) {
PaymentAcceptanceCustomsDeclaration.discriminator = 'PaymentAcceptanceCustomsDeclaration';
PaymentAcceptanceCustomsDeclaration.attributeTypeMap = [
{
name: 'awx_request_id',
baseName: 'awx_request_id',
type: 'string',
},
{
name: 'created_at',
baseName: 'created_at',
type: 'Date',
},
{
name: 'customs_details',
baseName: 'customs_details',
type: 'PaymentAcceptanceCustomsDetails',
},
{
name: 'customs_status_message',
baseName: 'customs_status_message',
type: 'string',
},
{
name: 'id',
baseName: 'id',
type: 'string',
},
{
name: 'payment_method_type',
baseName: 'payment_method_type',
type: 'string',
},
{
name: 'provider_transaction_id',
baseName: 'provider_transaction_id',
type: 'string',
},
{
name: 'request_id',
baseName: 'request_id',
type: 'string',
},
{
name: 'shopper_identity_check_result',
baseName: 'shopper_identity_check_result',
type: 'string',
},
{
name: 'status',
baseName: 'status',
type: 'string',
},
{
name: 'sub_order',
baseName: 'sub_order',
type: 'PaymentAcceptanceSubOrder',
},
{
name: 'updated_at',
baseName: 'updated_at',
type: 'Date',
},
{
name: 'verification_department_code',
baseName: 'verification_department_code',
type: 'string',
},
{
name: 'verification_department_transaction_id',
baseName: 'verification_department_transaction_id',
type: 'string',
},
];
})(PaymentAcceptanceCustomsDeclaration || (exports.PaymentAcceptanceCustomsDeclaration = PaymentAcceptanceCustomsDeclaration = {}));
//# sourceMappingURL=paymentAcceptanceCustomsDeclaration.js.map