Package com.stripe.param.v2.core
Class AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.Builder
- Enclosing class:
- AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering
public static class AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.Builder
extends Object
-
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.setAmountTaxDisplay
(AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.AmountTaxDisplay amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.setTemplate
(String template)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAmountTaxDisplay
public AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.Builder setAmountTaxDisplay(AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.AmountTaxDisplay amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One of exclude_tax or include_inclusive_tax. include_inclusive_tax will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts. exclude_tax will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts. -
putExtraParam
public AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.Builder putExtraParam(String key, Object value) 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. SeeAccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.extraParams
for the field documentation. -
putAllExtraParam
public AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.Builder putAllExtraParam(Map<String, Object> map) 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. SeeAccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.extraParams
for the field documentation. -
setTemplate
public AccountCreateParams.Configuration.Customer.Billing.Invoice.Rendering.Builder setTemplate(String template)
-