UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

21 lines 576 B
import { Amount } from './amount'; import { Condition } from './condition'; export interface SchedulePaymentResponse { amount: Amount; beneficiary_id?: string; condition: Condition; fee_paid_by?: string; payer_id?: string; reason: string; reference?: string; swift_charge_option?: string; } export declare namespace SchedulePaymentResponse { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=schedulePaymentResponse.d.ts.map