@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 576 B
TypeScript
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