UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 918 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceKoreanCardData = void 0; var PaymentAcceptanceKoreanCardData; (function (PaymentAcceptanceKoreanCardData) { PaymentAcceptanceKoreanCardData.discriminator = 'PaymentAcceptanceKoreanCardData'; PaymentAcceptanceKoreanCardData.attributeTypeMap = [ { name: 'business_number', baseName: 'business_number', type: 'string', }, { name: 'date_of_birth', baseName: 'date_of_birth', type: 'string', }, { name: 'password_first2', baseName: 'password_first2', type: 'string', }, ]; })(PaymentAcceptanceKoreanCardData || (exports.PaymentAcceptanceKoreanCardData = PaymentAcceptanceKoreanCardData = {})); //# sourceMappingURL=paymentAcceptanceKoreanCardData.js.map