Package com.stripe.param
Class SubscriptionScheduleCreateParams.Phase.InvoiceSettings
java.lang.Object
com.stripe.param.SubscriptionScheduleCreateParams.Phase.InvoiceSettings
- Enclosing class:
- SubscriptionScheduleCreateParams.Phase
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRequired. The value of the custom field. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe account tax IDs associated with this phase of the subscription schedule.A list of up to 4 custom fields to be displayed on the invoice.Number of days within which a customer must pay invoices generated by this subscription schedule.An arbitrary string attached to the object.Map of extra parameters for custom features not available in this client library.Footer to be displayed on the invoice.The connected account that issues the invoice.inthashCode()
-
Method Details
-
builder
-
getAccountTaxIds
The account tax IDs associated with this phase of the subscription schedule. Will be set on invoices generated by this phase of the subscription schedule. -
getCustomFields
A list of up to 4 custom fields to be displayed on the invoice. -
getDaysUntilDue
Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benullfor subscription schedules wherecollection_method=charge_automatically. -
getDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getIssuer
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()
-