UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 622 B
import { PaymentAcceptanceSellerSalesSummary } from './paymentAcceptanceSellerSalesSummary'; export interface PaymentAcceptanceSellerAdditionalInfo { address_updated_at?: string; email_updated_at?: string; password_updated_at?: string; products_updated_at?: string; sales_summary?: PaymentAcceptanceSellerSalesSummary; } export declare namespace PaymentAcceptanceSellerAdditionalInfo { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceSellerAdditionalInfo.d.ts.map