Package com.stripe.model
Class Quote.SubscriptionData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.SubscriptionData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Quote
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted.Integer representing the number of trial period days before the customer is charged for the first time.int
hashCode()
void
setEffectiveDate
(Long effectiveDate) When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted.void
setTrialPeriodDays
(Long trialPeriodDays) Integer representing the number of trial period days before the customer is charged for the first time.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SubscriptionData
public SubscriptionData()
-
-
Method Details
-
getEffectiveDate
When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted. This date is ignored if it is in the past when the quote is accepted. Measured in seconds since the Unix epoch. -
getTrialPeriodDays
Integer representing the number of trial period days before the customer is charged for the first time. -
setEffectiveDate
When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted. This date is ignored if it is in the past when the quote is accepted. Measured in seconds since the Unix epoch. -
setTrialPeriodDays
Integer representing the number of trial period days before the customer is charged for the first time. -
equals
-
canEqual
-
hashCode
public int hashCode()
-