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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The materialized time.The timestamp the given line starts at.A precise Unix timestamp.getType()
The type of method to specify thebill_from
time.int
hashCode()
void
setComputed
(Long computed) The materialized time.void
The timestamp the given line starts at.void
setTimestamp
(Long timestamp) A precise Unix timestamp.void
The type of method to specify thebill_from
time.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_from
time.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_from
time.One of
line_starts_at
,now
,pause_collection_start
,quote_acceptance_date
, ortimestamp
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-