@airwallex/node-sdk
Version:
Airwallex Node.js SDK
24 lines • 684 B
TypeScript
import { BeneficiaryDto } from './beneficiaryDto';
import { PayerDto } from './payerDto';
export interface SchedulePaymentTaskResponse {
beneficiary?: BeneficiaryDto;
error_code?: string;
id?: string;
linked_schedule_id?: string;
message?: string;
payer?: PayerDto;
payment_id?: string;
payout_amount?: number;
payout_currency?: string;
status?: string;
trigger_time?: string;
}
export declare namespace SchedulePaymentTaskResponse {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=schedulePaymentTaskResponse.d.ts.map