@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 642 B
TypeScript
import { PaymentAcceptancePaymentIntentListResponse } from './paymentAcceptancePaymentIntentListResponse';
export interface PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse {
has_more?: boolean;
items?: Array<PaymentAcceptancePaymentIntentListResponse>;
}
export declare namespace PaymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceListResponseOfPaymentAcceptancePaymentIntentListResponse.d.ts.map