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