UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 574 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceAtome = void 0; var PaymentAcceptanceAtome; (function (PaymentAcceptanceAtome) { PaymentAcceptanceAtome.discriminator = 'PaymentAcceptanceAtome'; PaymentAcceptanceAtome.attributeTypeMap = [ { name: 'shopper_phone', baseName: 'shopper_phone', type: 'string', }, ]; })(PaymentAcceptanceAtome || (exports.PaymentAcceptanceAtome = PaymentAcceptanceAtome = {})); //# sourceMappingURL=paymentAcceptanceAtome.js.map