Package com.stripe.param
Class SubscriptionUpdateParams.AutomaticTax
- java.lang.Object
-
- com.stripe.param.SubscriptionUpdateParams.AutomaticTax
-
- Enclosing class:
- SubscriptionUpdateParams
public static class SubscriptionUpdateParams.AutomaticTax extends java.lang.ObjectSame asunit_amount, but accepts a decimal value in %s with at most 12 decimal places. Only one ofunit_amountandunit_amount_decimalcan be set.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionUpdateParams.AutomaticTax.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubscriptionUpdateParams.AutomaticTax.Builderbuilder()java.lang.BooleangetEnabled()Enabled automatic tax calculation which will automatically compute tax rates on all invoices generated by the subscription.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.
-
-
-
Method Detail
-
builder
public static SubscriptionUpdateParams.AutomaticTax.Builder builder()
-
getEnabled
public java.lang.Boolean getEnabled()
Enabled automatic tax calculation which will automatically compute tax rates on all invoices generated by the subscription.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> 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@SerializedNamevalue. 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.
-
-