@airwallex/node-sdk
Version:
Airwallex Node.js SDK
21 lines • 774 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RefundSetting = void 0;
var RefundSetting;
(function (RefundSetting) {
RefundSetting.validBalanceTypeEnum = ['AVAILABLE', 'RECEIVABLE', 'AVAILABLE_BALANCE', 'SETTLEMENT_AMOUNT'];
RefundSetting.discriminator = 'RefundSetting';
RefundSetting.attributeTypeMap = [
{
name: 'balance_type',
baseName: 'balance_type',
type: 'RefundSetting.BalanceTypeEnum',
},
{
name: 'max_batch_count_for_receivable',
baseName: 'max_batch_count_for_receivable',
type: 'number',
},
];
})(RefundSetting || (exports.RefundSetting = RefundSetting = {}));
//# sourceMappingURL=refundSetting.js.map