Package com.stripe.param
Class SubscriptionUpdateParams.InvoiceSettings
java.lang.Object
com.stripe.param.SubscriptionUpdateParams.InvoiceSettings
- Enclosing class:
- SubscriptionUpdateParams
ID of the promotion code to create a new discount for.
-
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 the subscription.A list of up to 4 custom fields to be displayed on the invoice.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 the subscription. Will be set on invoices generated by the subscription. -
getCustomFields
A list of up to 4 custom fields to be displayed on the invoice. -
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()
-