@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 397 B
TypeScript
export interface SettlementPaymentDateOptions {
allow_ccy_holiday: boolean;
allow_tod: boolean;
allow_weekend: boolean;
}
export declare namespace SettlementPaymentDateOptions {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=settlementPaymentDateOptions.d.ts.map