UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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