UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 425 B
export interface PaymentAcceptancePaymentIntentCancelRequestRaw { cancellation_reason?: string; request_id: string; } export declare namespace PaymentAcceptancePaymentIntentCancelRequestRaw { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptancePaymentIntentCancelRequestRaw.d.ts.map