UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 449 B
export interface PaymentAcceptanceTerminalProcessPaymentIntentRequestRaw { payment_intent_id: string; request_id: string; } export declare namespace PaymentAcceptanceTerminalProcessPaymentIntentRequestRaw { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceTerminalProcessPaymentIntentRequestRaw.d.ts.map