@airwallex/node-sdk
Version:
Airwallex Node.js SDK
18 lines • 593 B
TypeScript
import { PaymentAcceptanceProduct } from './paymentAcceptanceProduct';
export interface PaymentAcceptanceOrderInformationRequest {
created_at?: Date;
id?: string;
invoice_number?: string;
products?: Array<PaymentAcceptanceProduct>;
total_amount?: number;
total_currency?: string;
}
export declare namespace PaymentAcceptanceOrderInformationRequest {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceOrderInformationRequest.d.ts.map