@airwallex/node-sdk
Version:
Airwallex Node.js SDK
90 lines • 2.61 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePaymentMethod = void 0;
var PaymentAcceptancePaymentMethod;
(function (PaymentAcceptancePaymentMethod) {
PaymentAcceptancePaymentMethod.discriminator = 'PaymentAcceptancePaymentMethod';
PaymentAcceptancePaymentMethod.attributeTypeMap = [
{
name: 'ach_direct_debit',
baseName: 'ach_direct_debit',
type: 'PaymentAcceptanceAchDirectDebit',
},
{
name: 'applepay',
baseName: 'applepay',
type: 'PaymentAcceptanceApplepay',
},
{
name: 'bacs_direct_debit',
baseName: 'bacs_direct_debit',
type: 'PaymentAcceptanceBacsDirectDebit',
},
{
name: 'becs_direct_debit',
baseName: 'becs_direct_debit',
type: 'PaymentAcceptanceBecsDirectDebit',
},
{
name: 'card',
baseName: 'card',
type: 'PaymentAcceptanceCard',
},
{
name: 'created_at',
baseName: 'created_at',
type: 'Date',
},
{
name: 'customer_id',
baseName: 'customer_id',
type: 'string',
},
{
name: 'eft_direct_debit',
baseName: 'eft_direct_debit',
type: 'PaymentAcceptanceEftDirectDebit',
},
{
name: 'googlepay',
baseName: 'googlepay',
type: 'PaymentAcceptanceGooglepay',
},
{
name: 'id',
baseName: 'id',
type: 'string',
},
{
name: 'metadata',
baseName: 'metadata',
type: '{ [key: string]: string; }',
},
{
name: 'request_id',
baseName: 'request_id',
type: 'string',
},
{
name: 'sepa_direct_debit',
baseName: 'sepa_direct_debit',
type: 'PaymentAcceptanceSepaDirectDebit',
},
{
name: 'status',
baseName: 'status',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
{
name: 'updated_at',
baseName: 'updated_at',
type: 'Date',
},
];
})(PaymentAcceptancePaymentMethod || (exports.PaymentAcceptancePaymentMethod = PaymentAcceptancePaymentMethod = {}));
//# sourceMappingURL=paymentAcceptancePaymentMethod.js.map