UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 650 B
import { PaymentAcceptanceSellerAdditionalInfo } from './paymentAcceptanceSellerAdditionalInfo'; import { PaymentAcceptanceSellerBusinessInfo } from './paymentAcceptanceSellerBusinessInfo'; export interface PaymentAcceptanceSeller { additional_info?: PaymentAcceptanceSellerAdditionalInfo; business_info?: PaymentAcceptanceSellerBusinessInfo; identifier?: string; name?: string; } export declare namespace PaymentAcceptanceSeller { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceSeller.d.ts.map