Package com.stripe.param
Class PaymentIntentIncrementAuthorizationParams.AmountDetails.Shipping
java.lang.Object
com.stripe.param.PaymentIntentIncrementAuthorizationParams.AmountDetails.Shipping
- Enclosing class:
- PaymentIntentIncrementAuthorizationParams.AmountDetails
Required. The total tax on an item. Non-negative integer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Portion of the amount that is for shipping.Map of extra parameters for custom features not available in this client library.The postal code that represents the shipping source.The postal code that represents the shipping destination.int
hashCode()
-
Method Details
-
builder
-
getAmount
Portion of the amount that is for shipping. -
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. -
getFromPostalCode
The postal code that represents the shipping source. -
getToPostalCode
The postal code that represents the shipping destination. -
equals
-
canEqual
-
hashCode
public int hashCode()
-