@airwallex/node-sdk
Version:
Airwallex Node.js SDK
45 lines • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Schedule = void 0;
var Schedule;
(function (Schedule) {
Schedule.discriminator = 'Schedule';
Schedule.attributeTypeMap = [
{
name: 'effective_date_time',
baseName: 'effective_date_time',
type: 'string',
},
{
name: 'execute_at',
baseName: 'execute_at',
type: 'ExecuteAt',
},
{
name: 'expiration_date_time',
baseName: 'expiration_date_time',
type: 'string',
},
{
name: 'monthly_anchor',
baseName: 'monthly_anchor',
type: 'string',
},
{
name: 'once_anchor',
baseName: 'once_anchor',
type: 'string',
},
{
name: 'time_interval',
baseName: 'time_interval',
type: 'string',
},
{
name: 'weekly_anchor',
baseName: 'weekly_anchor',
type: 'string',
},
];
})(Schedule || (exports.Schedule = Schedule = {}));
//# sourceMappingURL=schedule.js.map