Package com.stripe.param
Class PaymentIntentCaptureParams.AmountDetails
java.lang.Object
com.stripe.param.PaymentIntentCaptureParams.AmountDetails
- Enclosing class:
- PaymentIntentCaptureParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Required. The total tax on an item.static class
The postal code that represents the shipping destination. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The amount an item was discounted for.Map of extra parameters for custom features not available in this client library.A list of line items, each containing information about a product in the PaymentIntent.Contains information about the shipping portion of the amount.getTax()
Contains information about the tax portion of the amount.int
hashCode()
-
Method Details
-
builder
-
getDiscountAmount
The amount an item was discounted for. -
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. -
getLineItems
A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of 100 line items. -
getShipping
Contains information about the shipping portion of the amount. -
getTax
Contains information about the tax portion of the amount. -
equals
-
canEqual
-
hashCode
public int hashCode()
-