Package com.stripe.param
Class PaymentIntentCaptureParams.AmountDetails.LineItem.PaymentMethodOptions
java.lang.Object
com.stripe.param.PaymentIntentCaptureParams.AmountDetails.LineItem.PaymentMethodOptions
- Enclosing class:
- PaymentIntentCaptureParams.AmountDetails.LineItem
public static class PaymentIntentCaptureParams.AmountDetails.LineItem.PaymentMethodOptions
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classAdd all map key/value pairs to `extraParams` map.static classAdd all map key/value pairs to `extraParams` map.static classReference for the subscription this line item is for. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetCard()This sub-hash contains line item details that are specific to thecardpayment method.This sub-hash contains line item details that are specific to thecard_presentpayment method.Map of extra parameters for custom features not available in this client library.This sub-hash contains line item details that are specific to theklarnapayment method.This sub-hash contains line item details that are specific to thepaypalpayment method.inthashCode()
-
Method Details
-
builder
public static PaymentIntentCaptureParams.AmountDetails.LineItem.PaymentMethodOptions.Builder builder() -
getCard
This sub-hash contains line item details that are specific to thecardpayment method. -
getCardPresent
public PaymentIntentCaptureParams.AmountDetails.LineItem.PaymentMethodOptions.CardPresent getCardPresent()This sub-hash contains line item details that are specific to thecard_presentpayment 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@SerializedNamevalue. 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
This sub-hash contains line item details that are specific to theklarnapayment method. -
getPaypal
This sub-hash contains line item details that are specific to thepaypalpayment method. -
equals
-
canEqual
-
hashCode
public int hashCode()
-