@airwallex/node-sdk
Version:
Airwallex Node.js SDK
16 lines • 465 B
TypeScript
export interface PaymentAcceptancePayIdRequest {
australian_business_number?: string;
organisation_id?: string;
owner_email?: string;
payer_name?: string;
phone_number?: string;
}
export declare namespace PaymentAcceptancePayIdRequest {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptancePayIdRequest.d.ts.map