UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 436 B
export interface PaymentAcceptanceSellerInformation { name?: string; store_name?: string; store_physical_address?: string; store_url?: string; } export declare namespace PaymentAcceptanceSellerInformation { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceSellerInformation.d.ts.map