UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 868 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceFamilyMart = void 0; var PaymentAcceptanceFamilyMart; (function (PaymentAcceptanceFamilyMart) { PaymentAcceptanceFamilyMart.discriminator = 'PaymentAcceptanceFamilyMart'; PaymentAcceptanceFamilyMart.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', }, ]; })(PaymentAcceptanceFamilyMart || (exports.PaymentAcceptanceFamilyMart = PaymentAcceptanceFamilyMart = {})); //# sourceMappingURL=paymentAcceptanceFamilyMart.js.map