UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

19 lines 631 B
import { PaymentAcceptanceAddressUpdate } from './paymentAcceptanceAddressUpdate'; export interface PaymentAcceptanceCustomerDetailsUpdate { address?: PaymentAcceptanceAddressUpdate; business_name?: string; email?: string; first_name?: string; last_name?: string; merchant_customer_id?: string; phone_number?: string; } export declare namespace PaymentAcceptanceCustomerDetailsUpdate { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceCustomerDetailsUpdate.d.ts.map