Package com.stripe.model
Class PaymentIntent.PaymentDetails.Subscription
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.Subscription
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentDetails
For more details about Subscription, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Affiliate, please refer to the API Reference.static classFor more details about BillingInterval, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()inthashCode()voidvoidsetAutoRenewal(Boolean autoRenewal) voidvoidvoidvoidsetStartsAt(Long startsAt) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Subscription
public Subscription()
-
-
Method Details
-
getAffiliate
-
getAutoRenewal
-
getBillingInterval
-
getEndsAt
-
getName
-
getStartsAt
-
setAffiliate
-
setAutoRenewal
-
setBillingInterval
public void setBillingInterval(PaymentIntent.PaymentDetails.Subscription.BillingInterval billingInterval) -
setEndsAt
-
setName
-
setStartsAt
-
equals
-
canEqual
-
hashCode
public int hashCode()
-