@airwallex/node-sdk
Version:
Airwallex Node.js SDK
60 lines • 1.68 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceEventInfo = void 0;
var PaymentAcceptanceEventInfo;
(function (PaymentAcceptanceEventInfo) {
PaymentAcceptanceEventInfo.discriminator = 'PaymentAcceptanceEventInfo';
PaymentAcceptanceEventInfo.attributeTypeMap = [
{
name: 'arena_location',
baseName: 'arena_location',
type: 'PaymentAcceptanceAddress',
},
{
name: 'arena_name',
baseName: 'arena_name',
type: 'string',
},
{
name: 'arena_seat_number',
baseName: 'arena_seat_number',
type: 'string',
},
{
name: 'company',
baseName: 'company',
type: 'string',
},
{
name: 'customer_name',
baseName: 'customer_name',
type: 'string',
},
{
name: 'customer_title',
baseName: 'customer_title',
type: 'string',
},
{
name: 'ends_at',
baseName: 'ends_at',
type: 'string',
},
{
name: 'name',
baseName: 'name',
type: 'string',
},
{
name: 'starts_at',
baseName: 'starts_at',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
];
})(PaymentAcceptanceEventInfo || (exports.PaymentAcceptanceEventInfo = PaymentAcceptanceEventInfo = {}));
//# sourceMappingURL=paymentAcceptanceEventInfo.js.map