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 class
For more details about Affiliate, please refer to the API Reference.static class
For 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 boolean
boolean
getName()
int
hashCode()
void
void
setAutoRenewal
(Boolean autoRenewal) void
void
void
void
setStartsAt
(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()
-