Package com.stripe.param.v2.billing
Class BillSettingUpdateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.billing.BillSettingUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Required. Determines if tax will be calculated automatically based on a PTC or manually based on rules defined by the merchant.Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Settings related to calculating a bill.An optional customer-facing display name for the BillSetting object.Map of extra parameters for custom features not available in this client library.Settings related to invoice behavior.The ID of the invoice rendering template to be used when generating invoices.Optionally change the live version of the BillSetting.A lookup key used to retrieve settings dynamically from a static string.int
hashCode()
Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getCalculation
Settings related to calculating a bill. -
getDisplayName
An optional customer-facing display name for the BillSetting object. To remove the display name, set it to an empty string in the request. Maximum length of 250 characters. -
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@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. -
getInvoice
Settings related to invoice behavior. -
getInvoiceRenderingTemplate
The ID of the invoice rendering template to be used when generating invoices. -
getLiveVersion
Optionally change the live version of the BillSetting. Providinglive_version = "latest"
will set the BillSetting'live_version
to its latest version. -
getLookupKey
A lookup key used to retrieve settings dynamically from a static string. This may be up to 200 characters. -
equals
-
canEqual
-
hashCode
public int hashCode()
-