Package com.stripe.model
Class Quote.SubscriptionData.BillOnAcceptance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.SubscriptionData.BillOnAcceptance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.SubscriptionData
For more details about BillOnAcceptance, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about BillFrom, please refer to the API Reference.static class
For 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 boolean
boolean
The start of the period to bill from when the Quote is accepted.The end of the period to bill until when the Quote is accepted.int
hashCode()
void
The start of the period to bill from when the Quote is accepted.void
The end of the period to bill until when the Quote is accepted.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillOnAcceptance
public BillOnAcceptance()
-
-
Method Details
-
getBillFrom
The start of the period to bill from when the Quote is accepted. -
getBillUntil
The end of the period to bill until when the Quote is accepted. -
setBillFrom
The start of the period to bill from when the Quote is accepted. -
setBillUntil
The end of the period to bill until when the Quote is accepted. -
equals
-
canEqual
-
hashCode
public int hashCode()
-