UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 389 B
export interface SellerAddressLines { address?: string; city?: string; country?: string; postcode?: string; state?: string; } export declare namespace SellerAddressLines { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=sellerAddressLines.d.ts.map