Package com.stripe.param.v2.payments
Class OffSessionPaymentCreateParams.AmountDetails
java.lang.Object
com.stripe.param.v2.payments.OffSessionPaymentCreateParams.AmountDetails
- Enclosing class:
- OffSessionPaymentCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Total portion of the amount that is for tax.static class
The postal code that represents the shipping destination. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The amount the total transaction was discounted for.Map of extra parameters for custom features not available in this client library.Required. 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 the total transaction 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
Required. 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()
-