Package com.stripe.param
Class PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions
java.lang.Object
com.stripe.param.PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions
- Enclosing class:
- PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem
public static class PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Add all map key/value pairs to `extraParams` map.static class
Add all map key/value pairs to `extraParams` map.static class
Reference for the subscription this line item is for. -
Method Summary
Modifier and TypeMethodDescriptionstatic PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder
builder()
protected boolean
boolean
getCard()
This sub-hash contains line item details that are specific tocard
payment method.".This sub-hash contains line item details that are specific tocard_present
payment method.".Map of extra parameters for custom features not available in this client library.This sub-hash contains line item details that are specific toklarna
payment method.".This sub-hash contains line item details that are specific topaypal
payment method.".int
hashCode()
-
Method Details
-
builder
public static PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder builder() -
getCard
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Card getCard()This sub-hash contains line item details that are specific tocard
payment method.". -
getCardPresent
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.CardPresent getCardPresent()This sub-hash contains line item details that are specific tocard_present
payment method.". -
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. -
getKlarna
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Klarna getKlarna()This sub-hash contains line item details that are specific toklarna
payment method.". -
getPaypal
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Paypal getPaypal()This sub-hash contains line item details that are specific topaypal
payment method.". -
equals
-
canEqual
-
hashCode
public int hashCode()
-