@airwallex/node-sdk
Version:
Airwallex Node.js SDK
19 lines • 500 B
TypeScript
import { ExecuteAt } from './executeAt';
export interface Schedule {
effective_date_time?: string;
execute_at: ExecuteAt;
expiration_date_time?: string;
monthly_anchor?: string;
once_anchor?: string;
time_interval: string;
weekly_anchor?: string;
}
export declare namespace Schedule {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=schedule.d.ts.map