UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

18 lines 536 B
import { PaymentAcceptanceAddress } from './paymentAcceptanceAddress'; export interface PaymentAcceptanceBilling { address?: PaymentAcceptanceAddress; date_of_birth?: string; email?: string; first_name?: string; last_name?: string; phone_number?: string; } export declare namespace PaymentAcceptanceBilling { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceBilling.d.ts.map