Package com.stripe.param
Class CustomerUpdateParams.InvoiceSettings
- java.lang.Object
-
- com.stripe.param.CustomerUpdateParams.InvoiceSettings
-
- Enclosing class:
- CustomerUpdateParams
public static class CustomerUpdateParams.InvoiceSettings extends java.lang.ObjectState, county, province, or region.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerUpdateParams.InvoiceSettings.Builderstatic classCustomerUpdateParams.InvoiceSettings.CustomField
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerUpdateParams.InvoiceSettings.Builderbuilder()java.lang.ObjectgetCustomFields()Default custom fields to be displayed on invoices for this customer.java.lang.ObjectgetDefaultPaymentMethod()ID of a payment method that's attached to the customer, to be used as the customer's default payment method for subscriptions and invoices.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.java.lang.ObjectgetFooter()Default footer to be displayed on invoices for this customer.
-
-
-
Method Detail
-
builder
public static CustomerUpdateParams.InvoiceSettings.Builder builder()
-
getCustomFields
public java.lang.Object getCustomFields()
Default custom fields to be displayed on invoices for this customer. When updating, pass an empty string to remove previously-defined fields.
-
getDefaultPaymentMethod
public java.lang.Object getDefaultPaymentMethod()
ID of a payment method that's attached to the customer, to be used as the customer's default payment method for subscriptions and invoices.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> 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.
-
getFooter
public java.lang.Object getFooter()
Default footer to be displayed on invoices for this customer.
-
-