UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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