Package com.stripe.model
Class Quote.SubscriptionData.BillOnAcceptance.BillFrom
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.SubscriptionData.BillOnAcceptance.BillFrom
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.SubscriptionData.BillOnAcceptance
For more details about BillFrom, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about LineStartsAt, 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 booleanbooleanThe materialized time.The timestamp the given line starts at.A precise Unix timestamp.getType()The type of method to specify thebill_fromtime.inthashCode()voidsetComputed(Long computed) The materialized time.voidThe timestamp the given line starts at.voidsetTimestamp(Long timestamp) A precise Unix timestamp.voidThe type of method to specify thebill_fromtime.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillFrom
public BillFrom()
-
-
Method Details
-
getComputed
The materialized time. -
getLineStartsAt
The timestamp the given line starts at. -
getTimestamp
A precise Unix timestamp. -
getType
The type of method to specify thebill_fromtime.One of
line_starts_at,now,pause_collection_start,quote_acceptance_date, ortimestamp. -
setComputed
The materialized time. -
setLineStartsAt
public void setLineStartsAt(Quote.SubscriptionData.BillOnAcceptance.BillFrom.LineStartsAt lineStartsAt) The timestamp the given line starts at. -
setTimestamp
A precise Unix timestamp. -
setType
The type of method to specify thebill_fromtime.One of
line_starts_at,now,pause_collection_start,quote_acceptance_date, ortimestamp. -
equals
-
canEqual
-
hashCode
public int hashCode()
-