UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 419 B
export interface PaymentAcceptanceEnhancedSchemeCustomer { first_name?: string; last_name?: string; reference?: string; } export declare namespace PaymentAcceptanceEnhancedSchemeCustomer { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceEnhancedSchemeCustomer.d.ts.map