Package com.stripe.model
Class SubscriptionSchedule.Phase.InvoiceSettings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.Phase.InvoiceSettings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule.Phase
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-