UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

21 lines 598 B
export interface PaymentAcceptanceEnhancedSchemeProduct { code?: string; commodity_code?: string; description?: string; discount_amount?: number; quantity?: number; tax_percent?: number; total_amount?: number; total_tax_amount?: number; unit?: string; unit_price?: number; } export declare namespace PaymentAcceptanceEnhancedSchemeProduct { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceEnhancedSchemeProduct.d.ts.map