@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 779 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceShopperDetails = void 0;
var PaymentAcceptanceShopperDetails;
(function (PaymentAcceptanceShopperDetails) {
PaymentAcceptanceShopperDetails.discriminator = 'PaymentAcceptanceShopperDetails';
PaymentAcceptanceShopperDetails.attributeTypeMap = [
{
name: 'shopper_id',
baseName: 'shopper_id',
type: 'string',
},
{
name: 'shopper_name',
baseName: 'shopper_name',
type: 'string',
},
];
})(PaymentAcceptanceShopperDetails || (exports.PaymentAcceptanceShopperDetails = PaymentAcceptanceShopperDetails = {}));
//# sourceMappingURL=paymentAcceptanceShopperDetails.js.map