import { OpenAPIToolset, ToolAction } from '@mastra/core'; import * as integrationClient from './client/services.gen'; import * as zodSchema from './client/zodSchema'; import { StripeConfig } from './types'; export declare class StripeToolset extends OpenAPIToolset { readonly name = "STRIPE"; readonly logoUrl: any; config: StripeConfig; readonly tools: Record, ToolAction>; categories: string[]; description: string; constructor({ config }: { config: StripeConfig; }); protected get toolSchemas(): typeof zodSchema; protected get toolDocumentations(): { getAccount: { comment: string; doc: string; }; postAccountLinks: { comment: string; doc: string; }; postAccountSessions: { comment: string; doc: string; }; getAccounts: { comment: string; doc: string; }; postAccounts: { comment: string; doc: string; }; deleteAccountsAccount: { comment: string; doc: string; }; getAccountsAccount: { comment: string; doc: string; }; postAccountsAccount: { comment: string; doc: string; }; postAccountsAccountBankAccounts: { comment: string; doc: string; }; deleteAccountsAccountBankAccountsId: { comment: string; doc: string; }; getAccountsAccountBankAccountsId: { comment: string; doc: string; }; postAccountsAccountBankAccountsId: { comment: string; doc: string; }; getAccountsAccountCapabilities: { comment: string; doc: string; }; getAccountsAccountCapabilitiesCapability: { comment: string; doc: string; }; postAccountsAccountCapabilitiesCapability: { comment: string; doc: string; }; getAccountsAccountExternalAccounts: { comment: string; doc: string; }; postAccountsAccountExternalAccounts: { comment: string; doc: string; }; deleteAccountsAccountExternalAccountsId: { comment: string; doc: string; }; getAccountsAccountExternalAccountsId: { comment: string; doc: string; }; postAccountsAccountExternalAccountsId: { comment: string; doc: string; }; postAccountsAccountLoginLinks: { comment: string; doc: string; }; getAccountsAccountPeople: { comment: string; doc: string; }; postAccountsAccountPeople: { comment: string; doc: string; }; deleteAccountsAccountPeoplePerson: { comment: string; doc: string; }; getAccountsAccountPeoplePerson: { comment: string; doc: string; }; postAccountsAccountPeoplePerson: { comment: string; doc: string; }; getAccountsAccountPersons: { comment: string; doc: string; }; postAccountsAccountPersons: { comment: string; doc: string; }; deleteAccountsAccountPersonsPerson: { comment: string; doc: string; }; getAccountsAccountPersonsPerson: { comment: string; doc: string; }; postAccountsAccountPersonsPerson: { comment: string; doc: string; }; postAccountsAccountReject: { comment: string; doc: string; }; getApplePayDomains: { comment: string; doc: string; }; postApplePayDomains: { comment: string; doc: string; }; deleteApplePayDomainsDomain: { comment: string; doc: string; }; getApplePayDomainsDomain: { comment: string; doc: string; }; getApplicationFees: { comment: string; doc: string; }; getApplicationFeesFeeRefundsId: { comment: string; doc: string; }; postApplicationFeesFeeRefundsId: { comment: string; doc: string; }; getApplicationFeesId: { comment: string; doc: string; }; getApplicationFeesIdRefunds: { comment: string; doc: string; }; postApplicationFeesIdRefunds: { comment: string; doc: string; }; getAppsSecrets: { comment: string; doc: string; }; postAppsSecrets: { comment: string; doc: string; }; postAppsSecretsDelete: { comment: string; doc: string; }; getAppsSecretsFind: { comment: string; doc: string; }; getBalance: { comment: string; doc: string; }; getBalanceHistory: { comment: string; doc: string; }; getBalanceHistoryId: { comment: string; doc: string; }; getBalanceTransactions: { comment: string; doc: string; }; getBalanceTransactionsId: { comment: string; doc: string; }; postBillingMeterEventAdjustments: { comment: string; doc: string; }; postBillingMeterEvents: { comment: string; doc: string; }; getBillingMeters: { comment: string; doc: string; }; postBillingMeters: { comment: string; doc: string; }; getBillingMetersId: { comment: string; doc: string; }; postBillingMetersId: { comment: string; doc: string; }; postBillingMetersIdDeactivate: { comment: string; doc: string; }; getBillingMetersIdEventSummaries: { comment: string; doc: string; }; postBillingMetersIdReactivate: { comment: string; doc: string; }; getBillingPortalConfigurations: { comment: string; doc: string; }; postBillingPortalConfigurations: { comment: string; doc: string; }; getBillingPortalConfigurationsConfiguration: { comment: string; doc: string; }; postBillingPortalConfigurationsConfiguration: { comment: string; doc: string; }; postBillingPortalSessions: { comment: string; doc: string; }; getCharges: { comment: string; doc: string; }; postCharges: { comment: string; doc: string; }; getChargesSearch: { comment: string; doc: string; }; getChargesCharge: { comment: string; doc: string; }; postChargesCharge: { comment: string; doc: string; }; postChargesChargeCapture: { comment: string; doc: string; }; getChargesChargeDispute: { comment: string; doc: string; }; postChargesChargeRefund: { comment: string; doc: string; }; getChargesChargeRefunds: { comment: string; doc: string; }; postChargesChargeRefunds: { comment: string; doc: string; }; getChargesChargeRefundsRefund: { comment: string; doc: string; }; postChargesChargeRefundsRefund: { comment: string; doc: string; }; getCheckoutSessions: { comment: string; doc: string; }; postCheckoutSessions: { comment: string; doc: string; }; getCheckoutSessionsSession: { comment: string; doc: string; }; postCheckoutSessionsSessionExpire: { comment: string; doc: string; }; getCheckoutSessionsSessionLineItems: { comment: string; doc: string; }; getClimateOrders: { comment: string; doc: string; }; postClimateOrders: { comment: string; doc: string; }; getClimateOrdersOrder: { comment: string; doc: string; }; postClimateOrdersOrder: { comment: string; doc: string; }; postClimateOrdersOrderCancel: { comment: string; doc: string; }; getClimateProducts: { comment: string; doc: string; }; getClimateProductsProduct: { comment: string; doc: string; }; getClimateSuppliers: { comment: string; doc: string; }; getClimateSuppliersSupplier: { comment: string; doc: string; }; getConfirmationTokensConfirmationToken: { comment: string; doc: string; }; getCountrySpecs: { comment: string; doc: string; }; getCountrySpecsCountry: { comment: string; doc: string; }; getCoupons: { comment: string; doc: string; }; postCoupons: { comment: string; doc: string; }; deleteCouponsCoupon: { comment: string; doc: string; }; getCouponsCoupon: { comment: string; doc: string; }; postCouponsCoupon: { comment: string; doc: string; }; getCreditNotes: { comment: string; doc: string; }; postCreditNotes: { comment: string; doc: string; }; getCreditNotesPreview: { comment: string; doc: string; }; getCreditNotesPreviewLines: { comment: string; doc: string; }; getCreditNotesCreditNoteLines: { comment: string; doc: string; }; getCreditNotesId: { comment: string; doc: string; }; postCreditNotesId: { comment: string; doc: string; }; postCreditNotesIdVoid: { comment: string; doc: string; }; postCustomerSessions: { comment: string; doc: string; }; getCustomers: { comment: string; doc: string; }; postCustomers: { comment: string; doc: string; }; getCustomersSearch: { comment: string; doc: string; }; deleteCustomersCustomer: { comment: string; doc: string; }; getCustomersCustomer: { comment: string; doc: string; }; postCustomersCustomer: { comment: string; doc: string; }; getCustomersCustomerBalanceTransactions: { comment: string; doc: string; }; postCustomersCustomerBalanceTransactions: { comment: string; doc: string; }; getCustomersCustomerBalanceTransactionsTransaction: { comment: string; doc: string; }; postCustomersCustomerBalanceTransactionsTransaction: { comment: string; doc: string; }; getCustomersCustomerBankAccounts: { comment: string; doc: string; }; postCustomersCustomerBankAccounts: { comment: string; doc: string; }; deleteCustomersCustomerBankAccountsId: { comment: string; doc: string; }; getCustomersCustomerBankAccountsId: { comment: string; doc: string; }; postCustomersCustomerBankAccountsId: { comment: string; doc: string; }; postCustomersCustomerBankAccountsIdVerify: { comment: string; doc: string; }; getCustomersCustomerCards: { comment: string; doc: string; }; postCustomersCustomerCards: { comment: string; doc: string; }; deleteCustomersCustomerCardsId: { comment: string; doc: string; }; getCustomersCustomerCardsId: { comment: string; doc: string; }; postCustomersCustomerCardsId: { comment: string; doc: string; }; getCustomersCustomerCashBalance: { comment: string; doc: string; }; postCustomersCustomerCashBalance: { comment: string; doc: string; }; getCustomersCustomerCashBalanceTransactions: { comment: string; doc: string; }; getCustomersCustomerCashBalanceTransactionsTransaction: { comment: string; doc: string; }; deleteCustomersCustomerDiscount: { comment: string; doc: string; }; postCustomersCustomerFundingInstructions: { comment: string; doc: string; }; getCustomersCustomerPaymentMethods: { comment: string; doc: string; }; getCustomersCustomerPaymentMethodsPaymentMethod: { comment: string; doc: string; }; getCustomersCustomerSources: { comment: string; doc: string; }; postCustomersCustomerSources: { comment: string; doc: string; }; deleteCustomersCustomerSourcesId: { comment: string; doc: string; }; getCustomersCustomerSourcesId: { comment: string; doc: string; }; postCustomersCustomerSourcesId: { comment: string; doc: string; }; postCustomersCustomerSourcesIdVerify: { comment: string; doc: string; }; getCustomersCustomerSubscriptions: { comment: string; doc: string; }; postCustomersCustomerSubscriptions: { comment: string; doc: string; }; deleteCustomersCustomerSubscriptionsSubscriptionExposedId: { comment: string; doc: string; }; getCustomersCustomerSubscriptionsSubscriptionExposedId: { comment: string; doc: string; }; postCustomersCustomerSubscriptionsSubscriptionExposedId: { comment: string; doc: string; }; deleteCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount: { comment: string; doc: string; }; getCustomersCustomerTaxIds: { comment: string; doc: string; }; postCustomersCustomerTaxIds: { comment: string; doc: string; }; deleteCustomersCustomerTaxIdsId: { comment: string; doc: string; }; getCustomersCustomerTaxIdsId: { comment: string; doc: string; }; getDisputes: { comment: string; doc: string; }; getDisputesDispute: { comment: string; doc: string; }; postDisputesDispute: { comment: string; doc: string; }; postDisputesDisputeClose: { comment: string; doc: string; }; getEntitlementsActiveEntitlements: { comment: string; doc: string; }; getEntitlementsActiveEntitlementsId: { comment: string; doc: string; }; getEntitlementsFeatures: { comment: string; doc: string; }; postEntitlementsFeatures: { comment: string; doc: string; }; getEntitlementsFeaturesId: { comment: string; doc: string; }; postEntitlementsFeaturesId: { comment: string; doc: string; }; postEphemeralKeys: { comment: string; doc: string; }; deleteEphemeralKeysKey: { comment: string; doc: string; }; getEvents: { comment: string; doc: string; }; getEventsId: { comment: string; doc: string; }; getExchangeRates: { comment: string; doc: string; }; getExchangeRatesRateId: { comment: string; doc: string; }; getFileLinks: { comment: string; doc: string; }; postFileLinks: { comment: string; doc: string; }; getFileLinksLink: { comment: string; doc: string; }; postFileLinksLink: { comment: string; doc: string; }; getFiles: { comment: string; doc: string; }; postFiles: { comment: string; doc: string; }; getFilesFile: { comment: string; doc: string; }; getFinancialConnectionsAccounts: { comment: string; doc: string; }; getFinancialConnectionsAccountsAccount: { comment: string; doc: string; }; postFinancialConnectionsAccountsAccountDisconnect: { comment: string; doc: string; }; getFinancialConnectionsAccountsAccountOwners: { comment: string; doc: string; }; postFinancialConnectionsAccountsAccountRefresh: { comment: string; doc: string; }; postFinancialConnectionsAccountsAccountSubscribe: { comment: string; doc: string; }; postFinancialConnectionsAccountsAccountUnsubscribe: { comment: string; doc: string; }; postFinancialConnectionsSessions: { comment: string; doc: string; }; getFinancialConnectionsSessionsSession: { comment: string; doc: string; }; getFinancialConnectionsTransactions: { comment: string; doc: string; }; getFinancialConnectionsTransactionsTransaction: { comment: string; doc: string; }; getForwardingRequests: { comment: string; doc: string; }; postForwardingRequests: { comment: string; doc: string; }; getForwardingRequestsId: { comment: string; doc: string; }; getIdentityVerificationReports: { comment: string; doc: string; }; getIdentityVerificationReportsReport: { comment: string; doc: string; }; getIdentityVerificationSessions: { comment: string; doc: string; }; postIdentityVerificationSessions: { comment: string; doc: string; }; getIdentityVerificationSessionsSession: { comment: string; doc: string; }; postIdentityVerificationSessionsSession: { comment: string; doc: string; }; postIdentityVerificationSessionsSessionCancel: { comment: string; doc: string; }; postIdentityVerificationSessionsSessionRedact: { comment: string; doc: string; }; getInvoiceitems: { comment: string; doc: string; }; postInvoiceitems: { comment: string; doc: string; }; deleteInvoiceitemsInvoiceitem: { comment: string; doc: string; }; getInvoiceitemsInvoiceitem: { comment: string; doc: string; }; postInvoiceitemsInvoiceitem: { comment: string; doc: string; }; getInvoices: { comment: string; doc: string; }; postInvoices: { comment: string; doc: string; }; postInvoicesCreatePreview: { comment: string; doc: string; }; getInvoicesSearch: { comment: string; doc: string; }; getInvoicesUpcoming: { comment: string; doc: string; }; getInvoicesUpcomingLines: { comment: string; doc: string; }; deleteInvoicesInvoice: { comment: string; doc: string; }; getInvoicesInvoice: { comment: string; doc: string; }; postInvoicesInvoice: { comment: string; doc: string; }; postInvoicesInvoiceFinalize: { comment: string; doc: string; }; getInvoicesInvoiceLines: { comment: string; doc: string; }; postInvoicesInvoiceLinesLineItemId: { comment: string; doc: string; }; postInvoicesInvoiceMarkUncollectible: { comment: string; doc: string; }; postInvoicesInvoicePay: { comment: string; doc: string; }; postInvoicesInvoiceSend: { comment: string; doc: string; }; postInvoicesInvoiceVoid: { comment: string; doc: string; }; getIssuingAuthorizations: { comment: string; doc: string; }; getIssuingAuthorizationsAuthorization: { comment: string; doc: string; }; postIssuingAuthorizationsAuthorization: { comment: string; doc: string; }; postIssuingAuthorizationsAuthorizationApprove: { comment: string; doc: string; }; postIssuingAuthorizationsAuthorizationDecline: { comment: string; doc: string; }; getIssuingCardholders: { comment: string; doc: string; }; postIssuingCardholders: { comment: string; doc: string; }; getIssuingCardholdersCardholder: { comment: string; doc: string; }; postIssuingCardholdersCardholder: { comment: string; doc: string; }; getIssuingCards: { comment: string; doc: string; }; postIssuingCards: { comment: string; doc: string; }; getIssuingCardsCard: { comment: string; doc: string; }; postIssuingCardsCard: { comment: string; doc: string; }; getIssuingDisputes: { comment: string; doc: string; }; postIssuingDisputes: { comment: string; doc: string; }; getIssuingDisputesDispute: { comment: string; doc: string; }; postIssuingDisputesDispute: { comment: string; doc: string; }; postIssuingDisputesDisputeSubmit: { comment: string; doc: string; }; getIssuingPersonalizationDesigns: { comment: string; doc: string; }; postIssuingPersonalizationDesigns: { comment: string; doc: string; }; getIssuingPersonalizationDesignsPersonalizationDesign: { comment: string; doc: string; }; postIssuingPersonalizationDesignsPersonalizationDesign: { comment: string; doc: string; }; getIssuingPhysicalBundles: { comment: string; doc: string; }; getIssuingPhysicalBundlesPhysicalBundle: { comment: string; doc: string; }; getIssuingSettlementsSettlement: { comment: string; doc: string; }; postIssuingSettlementsSettlement: { comment: string; doc: string; }; getIssuingTokens: { comment: string; doc: string; }; getIssuingTokensToken: { comment: string; doc: string; }; postIssuingTokensToken: { comment: string; doc: string; }; getIssuingTransactions: { comment: string; doc: string; }; getIssuingTransactionsTransaction: { comment: string; doc: string; }; postIssuingTransactionsTransaction: { comment: string; doc: string; }; postLinkAccountSessions: { comment: string; doc: string; }; getLinkAccountSessionsSession: { comment: string; doc: string; }; getLinkedAccounts: { comment: string; doc: string; }; getLinkedAccountsAccount: { comment: string; doc: string; }; postLinkedAccountsAccountDisconnect: { comment: string; doc: string; }; getLinkedAccountsAccountOwners: { comment: string; doc: string; }; postLinkedAccountsAccountRefresh: { comment: string; doc: string; }; getMandatesMandate: { comment: string; doc: string; }; getPaymentIntents: { comment: string; doc: string; }; postPaymentIntents: { comment: string; doc: string; }; getPaymentIntentsSearch: { comment: string; doc: string; }; getPaymentIntentsIntent: { comment: string; doc: string; }; postPaymentIntentsIntent: { comment: string; doc: string; }; postPaymentIntentsIntentApplyCustomerBalance: { comment: string; doc: string; }; postPaymentIntentsIntentCancel: { comment: string; doc: string; }; postPaymentIntentsIntentCapture: { comment: string; doc: string; }; postPaymentIntentsIntentConfirm: { comment: string; doc: string; }; postPaymentIntentsIntentIncrementAuthorization: { comment: string; doc: string; }; postPaymentIntentsIntentVerifyMicrodeposits: { comment: string; doc: string; }; getPaymentLinks: { comment: string; doc: string; }; postPaymentLinks: { comment: string; doc: string; }; getPaymentLinksPaymentLink: { comment: string; doc: string; }; postPaymentLinksPaymentLink: { comment: string; doc: string; }; getPaymentLinksPaymentLinkLineItems: { comment: string; doc: string; }; getPaymentMethodConfigurations: { comment: string; doc: string; }; postPaymentMethodConfigurations: { comment: string; doc: string; }; getPaymentMethodConfigurationsConfiguration: { comment: string; doc: string; }; postPaymentMethodConfigurationsConfiguration: { comment: string; doc: string; }; getPaymentMethodDomains: { comment: string; doc: string; }; postPaymentMethodDomains: { comment: string; doc: string; }; getPaymentMethodDomainsPaymentMethodDomain: { comment: string; doc: string; }; postPaymentMethodDomainsPaymentMethodDomain: { comment: string; doc: string; }; postPaymentMethodDomainsPaymentMethodDomainValidate: { comment: string; doc: string; }; getPaymentMethods: { comment: string; doc: string; }; postPaymentMethods: { comment: string; doc: string; }; getPaymentMethodsPaymentMethod: { comment: string; doc: string; }; postPaymentMethodsPaymentMethod: { comment: string; doc: string; }; postPaymentMethodsPaymentMethodAttach: { comment: string; doc: string; }; postPaymentMethodsPaymentMethodDetach: { comment: string; doc: string; }; getPayouts: { comment: string; doc: string; }; postPayouts: { comment: string; doc: string; }; getPayoutsPayout: { comment: string; doc: string; }; postPayoutsPayout: { comment: string; doc: string; }; postPayoutsPayoutCancel: { comment: string; doc: string; }; postPayoutsPayoutReverse: { comment: string; doc: string; }; getPlans: { comment: string; doc: string; }; postPlans: { comment: string; doc: string; }; deletePlansPlan: { comment: string; doc: string; }; getPlansPlan: { comment: string; doc: string; }; postPlansPlan: { comment: string; doc: string; }; getPrices: { comment: string; doc: string; }; postPrices: { comment: string; doc: string; }; getPricesSearch: { comment: string; doc: string; }; getPricesPrice: { comment: string; doc: string; }; postPricesPrice: { comment: string; doc: string; }; getProducts: { comment: string; doc: string; }; postProducts: { comment: string; doc: string; }; getProductsSearch: { comment: string; doc: string; }; deleteProductsId: { comment: string; doc: string; }; getProductsId: { comment: string; doc: string; }; postProductsId: { comment: string; doc: string; }; getProductsProductFeatures: { comment: string; doc: string; }; postProductsProductFeatures: { comment: string; doc: string; }; deleteProductsProductFeaturesId: { comment: string; doc: string; }; getProductsProductFeaturesId: { comment: string; doc: string; }; getPromotionCodes: { comment: string; doc: string; }; postPromotionCodes: { comment: string; doc: string; }; getPromotionCodesPromotionCode: { comment: string; doc: string; }; postPromotionCodesPromotionCode: { comment: string; doc: string; }; getQuotes: { comment: string; doc: string; }; postQuotes: { comment: string; doc: string; }; getQuotesQuote: { comment: string; doc: string; }; postQuotesQuote: { comment: string; doc: string; }; postQuotesQuoteAccept: { comment: string; doc: string; }; postQuotesQuoteCancel: { comment: string; doc: string; }; getQuotesQuoteComputedUpfrontLineItems: { comment: string; doc: string; }; postQuotesQuoteFinalize: { comment: string; doc: string; }; getQuotesQuoteLineItems: { comment: string; doc: string; }; getQuotesQuotePdf: { comment: string; doc: string; }; getRadarEarlyFraudWarnings: { comment: string; doc: string; }; getRadarEarlyFraudWarningsEarlyFraudWarning: { comment: string; doc: string; }; getRadarValueListItems: { comment: string; doc: string; }; postRadarValueListItems: { comment: string; doc: string; }; deleteRadarValueListItemsItem: { comment: string; doc: string; }; getRadarValueListItemsItem: { comment: string; doc: string; }; getRadarValueLists: { comment: string; doc: string; }; postRadarValueLists: { comment: string; doc: string; }; deleteRadarValueListsValueList: { comment: string; doc: string; }; getRadarValueListsValueList: { comment: string; doc: string; }; postRadarValueListsValueList: { comment: string; doc: string; }; getRefunds: { comment: string; doc: string; }; postRefunds: { comment: string; doc: string; }; getRefundsRefund: { comment: string; doc: string; }; postRefundsRefund: { comment: string; doc: string; }; postRefundsRefundCancel: { comment: string; doc: string; }; getReportingReportRuns: { comment: string; doc: string; }; postReportingReportRuns: { comment: string; doc: string; }; getReportingReportRunsReportRun: { comment: string; doc: string; }; getReportingReportTypes: { comment: string; doc: string; }; getReportingReportTypesReportType: { comment: string; doc: string; }; getReviews: { comment: string; doc: string; }; getReviewsReview: { comment: string; doc: string; }; postReviewsReviewApprove: { comment: string; doc: string; }; getSetupAttempts: { comment: string; doc: string; }; getSetupIntents: { comment: string; doc: string; }; postSetupIntents: { comment: string; doc: string; }; getSetupIntentsIntent: { comment: string; doc: string; }; postSetupIntentsIntent: { comment: string; doc: string; }; postSetupIntentsIntentCancel: { comment: string; doc: string; }; postSetupIntentsIntentConfirm: { comment: string; doc: string; }; postSetupIntentsIntentVerifyMicrodeposits: { comment: string; doc: string; }; getShippingRates: { comment: string; doc: string; }; postShippingRates: { comment: string; doc: string; }; getShippingRatesShippingRateToken: { comment: string; doc: string; }; postShippingRatesShippingRateToken: { comment: string; doc: string; }; getSigmaScheduledQueryRuns: { comment: string; doc: string; }; getSigmaScheduledQueryRunsScheduledQueryRun: { comment: string; doc: string; }; postSources: { comment: string; doc: string; }; getSourcesSource: { comment: string; doc: string; }; postSourcesSource: { comment: string; doc: string; }; getSourcesSourceMandateNotificationsMandateNotification: { comment: string; doc: string; }; getSourcesSourceSourceTransactions: { comment: string; doc: string; }; getSourcesSourceSourceTransactionsSourceTransaction: { comment: string; doc: string; }; postSourcesSourceVerify: { comment: string; doc: string; }; getSubscriptionItems: { comment: string; doc: string; }; postSubscriptionItems: { comment: string; doc: string; }; deleteSubscriptionItemsItem: { comment: string; doc: string; }; getSubscriptionItemsItem: { comment: string; doc: string; }; postSubscriptionItemsItem: { comment: string; doc: string; }; getSubscriptionItemsSubscriptionItemUsageRecordSummaries: { comment: string; doc: string; }; postSubscriptionItemsSubscriptionItemUsageRecords: { comment: string; doc: string; }; getSubscriptionSchedules: { comment: string; doc: string; }; postSubscriptionSchedules: { comment: string; doc: string; }; getSubscriptionSchedulesSchedule: { comment: string; doc: string; }; postSubscriptionSchedulesSchedule: { comment: string; doc: string; }; postSubscriptionSchedulesScheduleCancel: { comment: string; doc: string; }; postSubscriptionSchedulesScheduleRelease: { comment: string; doc: string; }; getSubscriptions: { comment: string; doc: string; }; postSubscriptions: { comment: string; doc: string; }; getSubscriptionsSearch: { comment: string; doc: string; }; deleteSubscriptionsSubscriptionExposedId: { comment: string; doc: string; }; getSubscriptionsSubscriptionExposedId: { comment: string; doc: string; }; postSubscriptionsSubscriptionExposedId: { comment: string; doc: string; }; deleteSubscriptionsSubscriptionExposedIdDiscount: { comment: string; doc: string; }; postSubscriptionsSubscriptionResume: { comment: string; doc: string; }; postTaxCalculations: { comment: string; doc: string; }; getTaxCalculationsCalculationLineItems: { comment: string; doc: string; }; getTaxRegistrations: { comment: string; doc: string; }; postTaxRegistrations: { comment: string; doc: string; }; getTaxRegistrationsId: { comment: string; doc: string; }; postTaxRegistrationsId: { comment: string; doc: string; }; getTaxSettings: { comment: string; doc: string; }; postTaxSettings: { comment: string; doc: string; }; postTaxTransactionsCreateFromCalculation: { comment: string; doc: string; }; postTaxTransactionsCreateReversal: { comment: string; doc: string; }; getTaxTransactionsTransaction: { comment: string; doc: string; }; getTaxTransactionsTransactionLineItems: { comment: string; doc: string; }; getTaxCodes: { comment: string; doc: string; }; getTaxCodesId: { comment: string; doc: string; }; getTaxIds: { comment: string; doc: string; }; postTaxIds: { comment: string; doc: string; }; deleteTaxIdsId: { comment: string; doc: string; }; getTaxIdsId: { comment: string; doc: string; }; getTaxRates: { comment: string; doc: string; }; postTaxRates: { comment: string; doc: string; }; getTaxRatesTaxRate: { comment: string; doc: string; }; postTaxRatesTaxRate: { comment: string; doc: string; }; getTerminalConfigurations: { comment: string; doc: string; }; postTerminalConfigurations: { comment: string; doc: string; }; deleteTerminalConfigurationsConfiguration: { comment: string; doc: string; }; getTerminalConfigurationsConfiguration: { comment: string; doc: string; }; postTerminalConfigurationsConfiguration: { comment: string; doc: string; }; postTerminalConnectionTokens: { comment: string; doc: string; }; getTerminalLocations: { comment: string; doc: string; }; postTerminalLocations: { comment: string; doc: string; }; deleteTerminalLocationsLocation: { comment: string; doc: string; }; getTerminalLocationsLocation: { comment: string; doc: string; }; postTerminalLocationsLocation: { comment: string; doc: string; }; getTerminalReaders: { comment: string; doc: string; }; postTerminalReaders: { comment: string; doc: string; }; deleteTerminalReadersReader: { comment: string; doc: string; }; getTerminalReadersReader: { comment: string; doc: string; }; postTerminalReadersReader: { comment: string; doc: string; }; postTerminalReadersReaderCancelAction: { comment: string; doc: string; }; postTerminalReadersReaderProcessPaymentIntent: { comment: string; doc: string; }; postTerminalReadersReaderProcessSetupIntent: { comment: string; doc: string; }; postTerminalReadersReaderRefundPayment: { comment: string; doc: string; }; postTerminalReadersReaderSetReaderDisplay: { comment: string; doc: string; }; postTestHelpersConfirmationTokens: { comment: string; doc: string; }; postTestHelpersCustomersCustomerFundCashBalance: { comment: string; doc: string; }; postTestHelpersIssuingAuthorizations: { comment: string; doc: string; }; postTestHelpersIssuingAuthorizationsAuthorizationCapture: { comment: string; doc: string; }; postTestHelpersIssuingAuthorizationsAuthorizationExpire: { comment: string; doc: string; }; postTestHelpersIssuingAuthorizationsAuthorizationIncrement: { comment: string; doc: string; }; postTestHelpersIssuingAuthorizationsAuthorizationReverse: { comment: string; doc: string; }; postTestHelpersIssuingCardsCardShippingDeliver: { comment: string; doc: string; }; postTestHelpersIssuingCardsCardShippingFail: { comment: string; doc: string; }; postTestHelpersIssuingCardsCardShippingReturn: { comment: string; doc: string; }; postTestHelpersIssuingCardsCardShippingShip: { comment: string; doc: string; }; postTestHelpersIssuingPersonalizationDesignsPersonalizationDesignActivate: { comment: string; doc: string; }; postTestHelpersIssuingPersonalizationDesignsPersonalizationDesignDeactivate: { comment: string; doc: string; }; postTestHelpersIssuingPersonalizationDesignsPersonalizationDesignReject: { comment: string; doc: string; }; postTestHelpersIssuingTransactionsCreateForceCapture: { comment: string; doc: string; }; postTestHelpersIssuingTransactionsCreateUnlinkedRefund: { comment: string; doc: string; }; postTestHelpersIssuingTransactionsTransactionRefund: { comment: string; doc: string; }; postTestHelpersRefundsRefundExpire: { comment: string; doc: string; }; postTestHelpersTerminalReadersReaderPresentPaymentMethod: { comment: string; doc: string; }; getTestHelpersTestClocks: { comment: string; doc: string; }; postTestHelpersTestClocks: { comment: string; doc: string; }; deleteTestHelpersTestClocksTestClock: { comment: string; doc: string; }; getTestHelpersTestClocksTestClock: { comment: string; doc: string; }; postTestHelpersTestClocksTestClockAdvance: { comment: string; doc: string; }; postTestHelpersTreasuryInboundTransfersIdFail: { comment: string; doc: string; }; postTestHelpersTreasuryInboundTransfersIdReturn: { comment: string; doc: string; }; postTestHelpersTreasuryInboundTransfersIdSucceed: { comment: string; doc: string; }; postTestHelpersTreasuryOutboundPaymentsId: { comment: string; doc: string; }; postTestHelpersTreasuryOutboundPaymentsIdFail: { comment: string; doc: string; }; postTestHelpersTreasuryOutboundPaymentsIdPost: { comment: string; doc: string; }; postTestHelpersTreasuryOutboundPaymentsIdReturn: { comment: string; doc: string; }; postTestHelpersTreasuryOutboundTransfersOutboundTransfer: { comment: string; doc: string; }; postTestHelpersTreasuryOutboundTransfersOutboundTransferFail: { comment: string; doc: string; }; postTestHelpersTreasuryOutboundTransfersOutboundTransferPost: { comment: string; doc: string; }; postTestHelpersTreasuryOutboundTransfersOutboundTransferReturn: { comment: string; doc: string; }; postTestHelpersTreasuryReceivedCredits: { comment: string; doc: string; }; postTestHelpersTreasuryReceivedDebits: { comment: string; doc: string; }; postTokens: { comment: string; doc: string; }; getTokensToken: { comment: string; doc: string; }; getTopups: { comment: string; doc: string; }; postTopups: { comment: string; doc: string; }; getTopupsTopup: { comment: string; doc: string; }; postTopupsTopup: { comment: string; doc: string; }; postTopupsTopupCancel: { comment: string; doc: string; }; getTransfers: { comment: string; doc: string; }; postTransfers: { comment: string; doc: string; }; getTransfersIdReversals: { comment: string; doc: string; }; postTransfersIdReversals: { comment: string; doc: string; }; getTransfersTransfer: { comment: string; doc: string; }; postTransfersTransfer: { comment: string; doc: string; }; getTransfersTransferReversalsId: { comment: string; doc: string; }; postTransfersTransferReversalsId: { comment: string; doc: string; }; getTreasuryCreditReversals: { comment: string; doc: string; }; postTreasuryCreditReversals: { comment: string; doc: string; }; getTreasuryCreditReversalsCreditReversal: { comment: string; doc: string; }; getTreasuryDebitReversals: { comment: string; doc: string; }; postTreasuryDebitReversals: { comment: string; doc: string; }; getTreasuryDebitReversalsDebitReversal: { comment: string; doc: string; }; getTreasuryFinancialAccounts: { comment: string; doc: string; }; postTreasuryFinancialAccounts: { comment: string; doc: string; }; getTreasuryFinancialAccountsFinancialAccount: { comment: string; doc: string; }; postTreasuryFinancialAccountsFinancialAccount: { comment: string; doc: string; }; getTreasuryFinancialAccountsFinancialAccountFeatures: { comment: string; doc: string; }; postTreasuryFinancialAccountsFinancialAccountFeatures: { comment: string; doc: string; }; getTreasuryInboundTransfers: { comment: string; doc: string; }; postTreasuryInboundTransfers: { comment: string; doc: string; }; getTreasuryInboundTransfersId: { comment: string; doc: string; }; postTreasuryInboundTransfersInboundTransferCancel: { comment: string; doc: string; }; getTreasuryOutboundPayments: { comment: string; doc: string; }; postTreasuryOutboundPayments: { comment: string; doc: string; }; getTreasuryOutboundPaymentsId: { comment: string; doc: string; }; postTreasuryOutboundPaymentsIdCancel: { comment: string; doc: string; }; getTreasuryOutboundTransfers: { comment: string; doc: string; }; postTreasuryOutboundTransfers: { comment: string; doc: string; }; getTreasuryOutboundTransfersOutboundTransfer: { comment: string; doc: string; }; postTreasuryOutboundTransfersOutboundTransferCancel: { comment: string; doc: string; }; getTreasuryReceivedCredits: { comment: string; doc: string; }; getTreasuryReceivedCreditsId: { comment: string; doc: string; }; getTreasuryReceivedDebits: { comment: string; doc: string; }; getTreasuryReceivedDebitsId: { comment: string; doc: string; }; getTreasuryTransactionEntries: { comment: string; doc: string; }; getTreasuryTransactionEntriesId: { comment: string; doc: string; }; getTreasuryTransactions: { comment: string; doc: string; }; getTreasuryTransactionsId: { comment: string; doc: string; }; getWebhookEndpoints: { comment: string; doc: string; }; postWebhookEndpoints: { comment: string; doc: string; }; deleteWebhookEndpointsWebhookEndpoint: { comment: string; doc: string; }; getWebhookEndpointsWebhookEndpoint: { comment: string; doc: string; }; postWebhookEndpointsWebhookEndpoint: { comment: string; doc: string; }; }; protected get baseClient(): typeof integrationClient; getApiClient: () => Promise; } //# sourceMappingURL=toolset.d.ts.map