@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 771 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAutoDispatched = void 0;
var PaymentAutoDispatched;
(function (PaymentAutoDispatched) {
PaymentAutoDispatched.discriminator = 'PaymentAutoDispatched';
PaymentAutoDispatched.attributeTypeMap = [
{
name: 'cn_inbound',
baseName: 'cn_inbound',
type: 'boolean',
},
{
name: 'cp',
baseName: 'cp',
type: 'boolean',
},
{
name: 'others',
baseName: 'others',
type: 'boolean',
},
];
})(PaymentAutoDispatched || (exports.PaymentAutoDispatched = PaymentAutoDispatched = {}));
//# sourceMappingURL=paymentAutoDispatched.js.map