Package com.stripe.net
Class ApiService
java.lang.Object
com.stripe.net.ApiService
- Direct Known Subclasses:
AccountCapabilityService
,AccountExternalAccountService
,AccountLinkService
,AccountLoginLinkService
,AccountOwnerService
,AccountPersonService
,AccountService
,AccountService
,AccountSessionService
,ActiveEntitlementService
,AlertService
,ApplePayDomainService
,ApplicationFeeRefundService
,ApplicationFeeService
,AppsService
,AuthorizationService
,AuthorizationService
,BalanceService
,BalanceTransactionService
,BillingPortalService
,BillingService
,CalculationLineItemService
,CalculationService
,CardholderService
,CardService
,CardService
,ChargeService
,CheckoutService
,ClimateService
,ConfigurationService
,ConfigurationService
,ConfirmationTokenService
,ConfirmationTokenService
,ConnectionTokenService
,CountrySpecService
,CouponService
,CreditNoteLineItemService
,CreditNotePreviewLinesService
,CreditNoteService
,CreditReversalService
,CustomerBalanceTransactionService
,CustomerCashBalanceService
,CustomerCashBalanceTransactionService
,CustomerFundingInstructionsService
,CustomerPaymentMethodService
,CustomerPaymentSourceService
,CustomerService
,CustomerService
,CustomerSessionService
,CustomerTaxIdService
,DebitReversalService
,DisputeService
,DisputeService
,EarlyFraudWarningService
,EntitlementsService
,EphemeralKeyService
,EventService
,ExchangeRateService
,FeatureService
,FileLinkService
,FileService
,FinancialAccountFeaturesService
,FinancialAccountService
,FinancialConnectionsService
,ForwardingService
,IdentityService
,InboundTransferService
,InboundTransferService
,InvoiceItemService
,InvoiceLineItemService
,InvoiceService
,InvoiceUpcomingLinesService
,IssuingService
,IssuingService
,LocationService
,MandateService
,MeterEventAdjustmentService
,MeterEventService
,MeterEventSummaryService
,MeterService
,OrderService
,OutboundPaymentService
,OutboundPaymentService
,OutboundTransferService
,OutboundTransferService
,PaymentIntentService
,PaymentLinkLineItemService
,PaymentLinkService
,PaymentMethodConfigurationService
,PaymentMethodDomainService
,PaymentMethodService
,PayoutService
,PersonalizationDesignService
,PersonalizationDesignService
,PhysicalBundleService
,PlanService
,PriceService
,ProductFeatureService
,ProductService
,ProductService
,PromotionCodeService
,QuoteComputedUpfrontLineItemsService
,QuoteLineItemService
,QuoteService
,RadarService
,ReaderService
,ReaderService
,ReceivedCreditService
,ReceivedCreditService
,ReceivedDebitService
,ReceivedDebitService
,RefundService
,RefundService
,RegistrationService
,ReportingService
,ReportRunService
,ReportTypeService
,RequestService
,ReviewService
,ScheduledQueryRunService
,SecretService
,SessionLineItemService
,SessionService
,SessionService
,SessionService
,SettingsService
,SetupAttemptService
,SetupIntentService
,ShippingRateService
,SigmaService
,SourceService
,SourceTransactionService
,SubscriptionItemService
,SubscriptionItemUsageRecordService
,SubscriptionItemUsageRecordSummaryService
,SubscriptionScheduleService
,SubscriptionService
,SupplierService
,TaxCodeService
,TaxIdService
,TaxRateService
,TaxService
,TerminalService
,TerminalService
,TestClockService
,TestHelpersService
,TokenService
,TokenService
,TopupService
,TransactionEntryService
,TransactionLineItemService
,TransactionService
,TransactionService
,TransactionService
,TransactionService
,TransactionService
,TransferReversalService
,TransferService
,TreasuryService
,TreasuryService
,ValueListItemService
,ValueListService
,VerificationReportService
,VerificationSessionService
,WebhookEndpointService
The base class for all services.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected StripeResponseGetter
protected <T extends StripeObjectInterface>
Trequest
(ApiRequest request, Type typeToken) protected InputStream
requestStream
(ApiRequest request)
-
Constructor Details
-
ApiService
-
-
Method Details
-
request
protected <T extends StripeObjectInterface> T request(ApiRequest request, Type typeToken) throws StripeException - Throws:
StripeException
-
requestStream
- Throws:
StripeException
-
getResponseGetter
-