UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 410 B
export interface PaymentAcceptanceAddress { city?: string; country_code: string; postcode?: string; state?: string; street?: string; } export declare namespace PaymentAcceptanceAddress { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceAddress.d.ts.map