@airwallex/node-sdk
Version:
Airwallex Node.js SDK
17 lines • 761 B
TypeScript
import { PaymentAcceptanceAccountFundingRecipientUpdate } from './paymentAcceptanceAccountFundingRecipientUpdate';
import { PaymentAcceptanceAccountFundingSenderUpdate } from './paymentAcceptanceAccountFundingSenderUpdate';
export interface PaymentAcceptanceAccountFundingDataUpdate {
recipient?: PaymentAcceptanceAccountFundingRecipientUpdate;
sender?: PaymentAcceptanceAccountFundingSenderUpdate;
transfer_between_own_accounts?: boolean;
type: string;
}
export declare namespace PaymentAcceptanceAccountFundingDataUpdate {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceAccountFundingDataUpdate.d.ts.map