UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

18 lines 572 B
import { PaymentAcceptanceProduct } from './paymentAcceptanceProduct'; export interface PaymentAcceptanceOrderInformation { created_at?: Date; id?: string; invoice_number?: string; products?: Array<PaymentAcceptanceProduct>; total_amount?: number; total_currency?: string; } export declare namespace PaymentAcceptanceOrderInformation { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceOrderInformation.d.ts.map