Package com.stripe.param.v2.billing
Class BillSettingCreateParams.Builder
java.lang.Object
com.stripe.param.v2.billing.BillSettingCreateParams.Builder
- Enclosing class:
- BillSettingCreateParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Finalize and obtain parameter instance from this builder.putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.setCalculation(BillSettingCreateParams.Calculation calculation) Settings related to calculating a bill.setDisplayName(String displayName) An optional customer-facing display name for the CollectionSetting object.Settings related to invoice behavior.setInvoiceRenderingTemplate(String invoiceRenderingTemplate) The ID of the invoice rendering template to be used when generating invoices.setLookupKey(String lookupKey) A lookup key used to retrieve settings dynamically from a static string.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCalculation
public BillSettingCreateParams.Builder setCalculation(BillSettingCreateParams.Calculation calculation) Settings related to calculating a bill. -
setDisplayName
An optional customer-facing display name for the CollectionSetting object. Maximum length of 250 characters. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeBillSettingCreateParams.extraParamsfor the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeBillSettingCreateParams.extraParamsfor the field documentation. -
setInvoice
Settings related to invoice behavior. -
setInvoiceRenderingTemplate
The ID of the invoice rendering template to be used when generating invoices. -
setLookupKey
A lookup key used to retrieve settings dynamically from a static string. This may be up to 200 characters.
-