Package com.stripe.model
Interface StripeActiveObject
- All Known Implementing Classes:
Account,Account,AccountCollection,AccountCollection,AccountLink,AccountOwnerCollection,AccountSession,ActiveEntitlement,ActiveEntitlementCollection,Alert,AlertCollection,ApiResource,ApplePayDomain,ApplePayDomainCollection,ApplicationFee,ApplicationFeeCollection,Association,Authorization,AuthorizationCollection,Balance,BalanceSettings,BalanceTransaction,BalanceTransactionCollection,BankAccount,Calculation,CalculationLineItemCollection,Capability,CapabilityCollection,Card,Card,CardCollection,Cardholder,CardholderCollection,CashBalance,Charge,ChargeCollection,ChargeSearchResult,Configuration,Configuration,ConfigurationCollection,ConfigurationCollection,ConfirmationToken,ConnectionToken,CountrySpec,CountrySpecCollection,Coupon,CouponCollection,CreditBalanceSummary,CreditBalanceTransaction,CreditBalanceTransactionCollection,CreditGrant,CreditGrantCollection,CreditNote,CreditNoteCollection,CreditNoteLineItemCollection,CreditReversal,CreditReversalCollection,Customer,CustomerBalanceTransaction,CustomerBalanceTransactionCollection,CustomerCashBalanceTransactionCollection,CustomerCollection,CustomerSearchResult,CustomerSession,DebitReversal,DebitReversalCollection,Dispute,Dispute,DisputeCollection,DisputeCollection,EarlyFraudWarning,EarlyFraudWarningCollection,EphemeralKey,Event,Event,Event.Data,EventCollection,ExchangeRate,ExchangeRateCollection,ExpandableField,ExternalAccountCollection,Feature,FeatureCollection,FeeRefund,FeeRefundCollection,File,FileCollection,FileLink,FileLinkCollection,FinancialAccount,FinancialAccountCollection,InboundTransfer,InboundTransferCollection,Invoice,InvoiceCollection,InvoiceItem,InvoiceItemCollection,InvoiceLineItem,InvoiceLineItemCollection,InvoicePayment,InvoicePaymentCollection,InvoiceRenderingTemplate,InvoiceRenderingTemplateCollection,InvoiceSearchResult,LineItemCollection,Location,LocationCollection,LoginLink,Mandate,Meter,MeterCollection,MeterEvent,MeterEventAdjustment,MeterEventSummary,MeterEventSummaryCollection,OnboardingLink,Order,OrderCollection,OutboundPayment,OutboundPaymentCollection,OutboundTransfer,OutboundTransferCollection,PagingIterator,PaymentAttemptRecord,PaymentAttemptRecordCollection,PaymentIntent,PaymentIntentAmountDetailsLineItem,PaymentIntentAmountDetailsLineItemCollection,PaymentIntentCollection,PaymentIntentSearchResult,PaymentLink,PaymentLinkCollection,PaymentMethod,PaymentMethodCollection,PaymentMethodConfiguration,PaymentMethodConfigurationCollection,PaymentMethodDomain,PaymentMethodDomainCollection,PaymentRecord,PaymentSourceCollection,Payout,PayoutCollection,Person,PersonalizationDesign,PersonalizationDesignCollection,PersonCollection,PhysicalBundle,PhysicalBundleCollection,Plan,PlanCollection,Price,PriceCollection,PriceSearchResult,Product,Product,ProductCollection,ProductCollection,ProductFeature,ProductFeatureCollection,ProductSearchResult,PromotionCode,PromotionCodeCollection,Quote,QuoteCollection,Reader,ReaderCollection,ReceivedCredit,ReceivedCreditCollection,ReceivedDebit,ReceivedDebitCollection,Refund,RefundCollection,Registration,RegistrationCollection,ReportRun,ReportRunCollection,ReportType,ReportTypeCollection,Request,RequestCollection,Review,ReviewCollection,ScheduledQueryRun,ScheduledQueryRunCollection,SearchPagingIterator,Secret,SecretCollection,Session,Session,Session,SessionCollection,Settings,SetupAttempt,SetupAttemptCollection,SetupIntent,SetupIntentCollection,ShippingRate,ShippingRateCollection,Source,SourceTransactionCollection,StripeCollection,StripeCollection,StripeSearchResult,Subscription,SubscriptionCollection,SubscriptionItem,SubscriptionItemCollection,SubscriptionSchedule,SubscriptionScheduleCollection,SubscriptionSearchResult,Supplier,SupplierCollection,TaxCode,TaxCodeCollection,TaxId,TaxIdCollection,TaxRate,TaxRateCollection,TestClock,TestClockCollection,Token,Token,TokenCollection,Topup,TopupCollection,Transaction,Transaction,Transaction,Transaction,TransactionCollection,TransactionCollection,TransactionCollection,TransactionEntry,TransactionEntryCollection,TransactionLineItemCollection,Transfer,TransferCollection,TransferReversal,TransferReversalCollection,V1BillingMeterErrorReportTriggeredEvent,V1BillingMeterNoMeterFoundEvent,V2CoreEventDestinationPingEvent,ValueList,ValueListCollection,ValueListItem,ValueListItemCollection,VerificationReport,VerificationReportCollection,VerificationSession,VerificationSessionCollection,WebhookEndpoint,WebhookEndpointCollection
public interface StripeActiveObject
Represents a
StripeObject that has properties or method that can make HTTP requests.
Examples: - list that can retrieve next page - event that can fetch associated object-
Method Summary
Modifier and TypeMethodDescriptionvoidsetResponseGetter(StripeResponseGetter responseGetter) Method is used by the containing object orStripeResponseGetterimplementations to set theStripeResponseGetterinstance used to make further requests.default voidtrySetResponseGetter(Object object, StripeResponseGetter responseGetter) CallssetResponseGetteron theobjectif it's supported.
-
Method Details
-
setResponseGetter
Method is used by the containing object orStripeResponseGetterimplementations to set theStripeResponseGetterinstance used to make further requests.- Parameters:
responseGetter- theStripeResponseGetterinstance to use for making further requests.
-
trySetResponseGetter
CallssetResponseGetteron theobjectif it's supported.- Parameters:
object- the object to set theStripeResponseGetterfor.responseGetter- theStripeResponseGetterinstance to use for making further requests.
-