UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

19 lines 532 B
export interface PaymentAcceptanceRefundCreateRequestRaw { amount?: number; metadata?: { [key: string]: string; }; payment_attempt_id?: string; payment_intent_id?: string; reason?: string; request_id: string; } export declare namespace PaymentAcceptanceRefundCreateRequestRaw { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceRefundCreateRequestRaw.d.ts.map