UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 494 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DelayedPlanDto = void 0; var DelayedPlanDto; (function (DelayedPlanDto) { DelayedPlanDto.discriminator = 'DelayedPlanDto'; DelayedPlanDto.attributeTypeMap = [ { name: 'delay_in_days', baseName: 'delay_in_days', type: 'number', }, ]; })(DelayedPlanDto || (exports.DelayedPlanDto = DelayedPlanDto = {})); //# sourceMappingURL=delayedPlanDto.js.map