UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 576 B
import { PaymentAcceptancePaymentConsent } from './paymentAcceptancePaymentConsent'; export interface PaymentAcceptanceListResponseOfPaymentAcceptancePaymentConsent { has_more?: boolean; items?: Array<PaymentAcceptancePaymentConsent>; } export declare namespace PaymentAcceptanceListResponseOfPaymentAcceptancePaymentConsent { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceListResponseOfPaymentAcceptancePaymentConsent.d.ts.map