@airwallex/node-sdk
Version:
Airwallex Node.js SDK
31 lines • 1.99 kB
TypeScript
import { AutoPaymentsApi } from './autoPaymentsApi';
import { PaymentAcceptanceConfigApi } from './paymentAcceptanceConfigApi';
import { PaymentAcceptanceCustomersApi } from './paymentAcceptanceCustomersApi';
import { PaymentAcceptanceCustomsDeclarationsApi } from './paymentAcceptanceCustomsDeclarationsApi';
import { PaymentAcceptanceFundsSplitDestinationsApi } from './paymentAcceptanceFundsSplitDestinationsApi';
import { PaymentAcceptanceFundsSplitReversalsApi } from './paymentAcceptanceFundsSplitReversalsApi';
import { PaymentAcceptanceFundsSplitsApi } from './paymentAcceptanceFundsSplitsApi';
import { PaymentAcceptancePaymentAttemptsApi } from './paymentAcceptancePaymentAttemptsApi';
import { PaymentAcceptancePaymentConsentsApi } from './paymentAcceptancePaymentConsentsApi';
import { PaymentAcceptancePaymentDisputesApi } from './paymentAcceptancePaymentDisputesApi';
import { PaymentAcceptancePaymentIntentsApi } from './paymentAcceptancePaymentIntentsApi';
import { PaymentAcceptancePaymentMethodsApi } from './paymentAcceptancePaymentMethodsApi';
import { PaymentAcceptanceRefundsApi } from './paymentAcceptanceRefundsApi';
import { ReservesApi } from './reservesApi';
export declare class PaymentAcceptance {
autoPayments: AutoPaymentsApi;
config: PaymentAcceptanceConfigApi;
customers: PaymentAcceptanceCustomersApi;
customsDeclarations: PaymentAcceptanceCustomsDeclarationsApi;
fundsSplitDestinations: PaymentAcceptanceFundsSplitDestinationsApi;
fundsSplitReversals: PaymentAcceptanceFundsSplitReversalsApi;
fundsSplits: PaymentAcceptanceFundsSplitsApi;
paymentAttempts: PaymentAcceptancePaymentAttemptsApi;
paymentConsents: PaymentAcceptancePaymentConsentsApi;
paymentDisputes: PaymentAcceptancePaymentDisputesApi;
paymentIntents: PaymentAcceptancePaymentIntentsApi;
paymentMethods: PaymentAcceptancePaymentMethodsApi;
refunds: PaymentAcceptanceRefundsApi;
reserves: ReservesApi;
}
//# sourceMappingURL=index.d.ts.map