UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

23 lines 700 B
import { PaymentAcceptanceAddress } from './paymentAcceptanceAddress'; export interface PaymentAcceptanceCustomerCreateRequestRaw { address?: PaymentAcceptanceAddress; business_name?: string; email?: string; first_name?: string; last_name?: string; merchant_customer_id: string; metadata?: { [key: string]: string; }; phone_number?: string; request_id: string; } export declare namespace PaymentAcceptanceCustomerCreateRequestRaw { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceCustomerCreateRequestRaw.d.ts.map