UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 528 B
import { PaymentAcceptanceRefund } from './paymentAcceptanceRefund'; export interface PaymentAcceptanceListResponseOfPaymentAcceptanceRefund { has_more?: boolean; items?: Array<PaymentAcceptanceRefund>; } export declare namespace PaymentAcceptanceListResponseOfPaymentAcceptanceRefund { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceListResponseOfPaymentAcceptanceRefund.d.ts.map