Package com.stripe.param.issuing
Class TransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.Builder
java.lang.Object
com.stripe.param.issuing.TransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.Builder
public static class TransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.Builder
extends Object
-
Constructor Summary
-
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.setLocalAmountDecimal
(BigDecimal localAmountDecimal) Amount of state or provincial Sales Tax included in the transaction amount.setNationalAmountDecimal
(BigDecimal nationalAmountDecimal) Amount of national Sales Tax or VAT included in the transaction amount.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public TransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.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. SeeTransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.extraParams
for the field documentation. -
putAllExtraParam
public TransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.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. SeeTransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.extraParams
for the field documentation. -
setLocalAmountDecimal
public TransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.Builder setLocalAmountDecimal(BigDecimal localAmountDecimal) Amount of state or provincial Sales Tax included in the transaction amount. Null if not reported by merchant or not subject to tax. -
setNationalAmountDecimal
public TransactionCreateUnlinkedRefundParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.Builder setNationalAmountDecimal(BigDecimal nationalAmountDecimal) Amount of national Sales Tax or VAT included in the transaction amount. Null if not reported by merchant or not subject to tax.
-