Package com.stripe.model
Class SubscriptionSchedule.DefaultSettings.InvoiceSettings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.DefaultSettings.InvoiceSettings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule.DefaultSettings
For more details about InvoiceSettings, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Issuer, 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 booleanbooleanGet expandedaccountTaxIds.Get IDs of expandableaccountTaxIdsobject list.Number of days within which a customer must pay invoices generated by this subscription schedule.inthashCode()voidsetAccountTaxIdObjects(List<TaxId> objs) voidsetAccountTaxIds(List<String> ids) voidsetDaysUntilDue(Long daysUntilDue) Number of days within which a customer must pay invoices generated by this subscription schedule.voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceSettings
public InvoiceSettings()
-
-
Method Details
-
getAccountTaxIds
Get IDs of expandableaccountTaxIdsobject 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 benullfor subscription schedules wherebilling=charge_automatically. -
getIssuer
-
setDaysUntilDue
Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benullfor subscription schedules wherebilling=charge_automatically. -
setIssuer
-
equals
-
canEqual
-
hashCode
public int hashCode()
-