Package com.stripe.model
Class QuotePreviewSubscriptionSchedule.Phase.InvoiceSettings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewSubscriptionSchedule.Phase.InvoiceSettings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewSubscriptionSchedule.Phase
The discount end type.
Equal to timestamp
.
-
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
Get expandedaccountTaxIds
.Get IDs of expandableaccountTaxIds
object list.Number of days within which a customer must pay invoices generated by this subscription schedule.The connected account that issues the invoice.int
hashCode()
void
setAccountTaxIdObjects
(List<TaxId> objs) void
setAccountTaxIds
(List<String> ids) void
setDaysUntilDue
(Long daysUntilDue) Number of days within which a customer must pay invoices generated by this subscription schedule.void
The connected account that issues the invoice.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceSettings
public InvoiceSettings()
-
-
Method Details
-
getAccountTaxIds
Get IDs of expandableaccountTaxIds
object list. -
setAccountTaxIds
-
getAccountTaxIdObjects
Get expandedaccountTaxIds
. -
setAccountTaxIdObjects
-
getDaysUntilDue
Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benull
for subscription schedules wherebilling=charge_automatically
. -
getIssuer
The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account. -
setDaysUntilDue
Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benull
for subscription schedules wherebilling=charge_automatically
. -
setIssuer
The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-