@airwallex/node-sdk
Version:
Airwallex Node.js SDK
95 lines • 2.69 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceCardAttemptResponse = void 0;
var PaymentAcceptanceCardAttemptResponse;
(function (PaymentAcceptanceCardAttemptResponse) {
PaymentAcceptanceCardAttemptResponse.discriminator = 'PaymentAcceptanceCardAttemptResponse';
PaymentAcceptanceCardAttemptResponse.attributeTypeMap = [
{
name: 'additional_info',
baseName: 'additional_info',
type: 'PaymentAcceptanceCardAdditionalInfo',
},
{
name: 'billing',
baseName: 'billing',
type: 'PaymentAcceptanceBilling',
},
{
name: 'bin',
baseName: 'bin',
type: 'string',
},
{
name: 'brand',
baseName: 'brand',
type: 'string',
},
{
name: 'card_type',
baseName: 'card_type',
type: 'string',
},
{
name: 'card_updater_info',
baseName: 'card_updater_info',
type: 'PaymentAcceptanceCardUpdaterInfo',
},
{
name: 'expiry_month',
baseName: 'expiry_month',
type: 'string',
},
{
name: 'expiry_year',
baseName: 'expiry_year',
type: 'string',
},
{
name: 'fingerprint',
baseName: 'fingerprint',
type: 'string',
},
{
name: 'is_commercial',
baseName: 'is_commercial',
type: 'boolean',
},
{
name: 'issuer_country_code',
baseName: 'issuer_country_code',
type: 'string',
},
{
name: 'issuer_name',
baseName: 'issuer_name',
type: 'string',
},
{
name: 'korean_card',
baseName: 'korean_card',
type: 'PaymentAcceptanceKoreanCardData',
},
{
name: 'last4',
baseName: 'last4',
type: 'string',
},
{
name: 'lifecycle_id',
baseName: 'lifecycle_id',
type: 'string',
},
{
name: 'name',
baseName: 'name',
type: 'string',
},
{
name: 'number_type',
baseName: 'number_type',
type: 'string',
},
];
})(PaymentAcceptanceCardAttemptResponse || (exports.PaymentAcceptanceCardAttemptResponse = PaymentAcceptanceCardAttemptResponse = {}));
//# sourceMappingURL=paymentAcceptanceCardAttemptResponse.js.map