UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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