UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 469 B
import { PaymentAcceptanceEventInfo } from './paymentAcceptanceEventInfo'; export interface PaymentAcceptanceOnlineTicketAgencyData { events?: Array<PaymentAcceptanceEventInfo>; } export declare namespace PaymentAcceptanceOnlineTicketAgencyData { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceOnlineTicketAgencyData.d.ts.map