UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 700 B
import { PaymentAcceptanceProductSeller } from './paymentAcceptanceProductSeller'; export interface PaymentAcceptanceProduct { category?: string; code?: string; desc?: string; effective_end_at?: string; effective_start_at?: string; image_url?: string; name?: string; quantity?: number; seller?: PaymentAcceptanceProductSeller; sku?: string; type?: string; unit_price?: number; url?: string; } export declare namespace PaymentAcceptanceProduct { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceProduct.d.ts.map