Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.Insurance
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.Insurance
public static class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.Insurance
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.Insurance.Builderbuilder()protected booleanbooleanInsurance currency.Map of extra parameters for custom features not available in this client library.Name of the company providing the insurance.Type of insurance.getPrice()Price of insurance in cents.inthashCode()
-
Method Details
-
builder
-
getCurrency
Insurance currency. -
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. -
getInsuranceCompanyName
Name of the company providing the insurance. -
getInsuranceType
public PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.Insurance.InsuranceType getInsuranceType()Type of insurance. -
getPrice
Price of insurance in cents. -
equals
-
canEqual
-
hashCode
public int hashCode()
-