@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig = void 0;
var PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig;
(function (PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig) {
PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig.discriminator = 'PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig';
PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig.attributeTypeMap = [
{
name: 'has_more',
baseName: 'has_more',
type: 'boolean',
},
{
name: 'items',
baseName: 'items',
type: 'Array<PaymentAcceptancePaymentMethodTypeConfig>',
},
];
})(PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig || (exports.PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig = PaymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig = {}));
//# sourceMappingURL=paymentAcceptanceListResponseOfPaymentAcceptancePaymentMethodTypeConfig.js.map