Package com.stripe.model
Class Quote.SubscriptionData.BillingSchedule
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.SubscriptionData.BillingSchedule
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.SubscriptionData
Sets the billing schedule for the quote.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the entities that the billing schedule applies to.static classFor more details about BillFrom, please refer to the API Reference.static classFor more details about BillUntil, 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 booleanbooleanSpecifies which subscription items the billing schedule applies to.Specifies the start of the billing period.getKey()Unique identifier for the billing schedule.inthashCode()voidSpecifies which subscription items the billing schedule applies to.voidSpecifies the start of the billing period.voidvoidUnique identifier for the billing schedule.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillingSchedule
public BillingSchedule()
-
-
Method Details
-
getAppliesTo
Specifies which subscription items the billing schedule applies to. -
getBillFrom
Specifies the start of the billing period. -
getBillUntil
-
getKey
Unique identifier for the billing schedule. -
setAppliesTo
Specifies which subscription items the billing schedule applies to. -
setBillFrom
Specifies the start of the billing period. -
setBillUntil
-
setKey
Unique identifier for the billing schedule. -
equals
-
canEqual
-
hashCode
public int hashCode()
-