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
The phone number of the recipient the ticket is delivered to.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
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, 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()
-