Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodOptions.Paypal.LineItem
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodOptions.Paypal.LineItem
- Enclosing class:
- PaymentIntentUpdateParams.PaymentMethodOptions.Paypal
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Type of the line item.Description of the line item.Map of extra parameters for custom features not available in this client library.getName()
Required. Descriptive name of the line item.Required. Quantity of the line item.getSku()
Client facing stock keeping unit, article number or similar.The Stripe account ID of the connected account that sells the item.getTax()
The tax information for the line item.Required. Price for a single unit of the line item in minor units.int
hashCode()
-
Method Details
-
builder
-
getCategory
Type of the line item. -
getDescription
Description of the line item. -
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. -
getName
Required. Descriptive name of the line item. -
getQuantity
Required. Quantity of the line item. Must be a positive number. -
getSku
Client facing stock keeping unit, article number or similar. -
getSoldBy
The Stripe account ID of the connected account that sells the item. -
getTax
The tax information for the line item. -
getUnitAmount
Required. Price for a single unit of the line item in minor units. Cannot be a negative number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-