public static class CustomerUpdateParams.InvoiceSettings
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CustomerUpdateParams.InvoiceSettings.Builder |
static class |
CustomerUpdateParams.InvoiceSettings.CustomField |
Modifier and Type | Method and Description |
---|---|
static CustomerUpdateParams.InvoiceSettings.Builder |
builder() |
java.lang.Object |
getCustomFields()
Default custom fields to be displayed on invoices for this customer.
|
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.
|
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.Object |
getFooter()
Default footer to be displayed on invoices for this customer.
|
public static CustomerUpdateParams.InvoiceSettings.Builder builder()
public java.lang.Object getCustomFields()
public java.lang.Object getDefaultPaymentMethod()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. 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.public java.lang.Object getFooter()