Package com.stripe.model
Class Charge.PaymentMethodDetails.Klarna
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Klarna
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about Klarna, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about PayerDetails, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The payer details for this transaction.The Klarna payment method used for this transaction.Preferred language of the Klarna authorization page that the customer is redirected to.int
hashCode()
void
The payer details for this transaction.void
setPaymentMethodCategory
(String paymentMethodCategory) The Klarna payment method used for this transaction.void
setPreferredLocale
(String preferredLocale) Preferred language of the Klarna authorization page that the customer is redirected to.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Klarna
public Klarna()
-
-
Method Details
-
getPayerDetails
The payer details for this transaction. -
getPaymentMethodCategory
The Klarna payment method used for this transaction. Can be one ofpay_later
,pay_now
,pay_with_financing
, orpay_in_installments
-
getPreferredLocale
Preferred language of the Klarna authorization page that the customer is redirected to. Can be one ofde-AT
,en-AT
,nl-BE
,fr-BE
,en-BE
,de-DE
,en-DE
,da-DK
,en-DK
,es-ES
,en-ES
,fi-FI
,sv-FI
,en-FI
,en-GB
,en-IE
,it-IT
,en-IT
,nl-NL
,en-NL
,nb-NO
,en-NO
,sv-SE
,en-SE
,en-US
,es-US
,fr-FR
,en-FR
,cs-CZ
,en-CZ
,ro-RO
,en-RO
,el-GR
,en-GR
,en-AU
,en-NZ
,en-CA
,fr-CA
,pl-PL
,en-PL
,pt-PT
,en-PT
,de-CH
,fr-CH
,it-CH
, oren-CH
-
setPayerDetails
The payer details for this transaction. -
setPaymentMethodCategory
The Klarna payment method used for this transaction. Can be one ofpay_later
,pay_now
,pay_with_financing
, orpay_in_installments
-
setPreferredLocale
Preferred language of the Klarna authorization page that the customer is redirected to. Can be one ofde-AT
,en-AT
,nl-BE
,fr-BE
,en-BE
,de-DE
,en-DE
,da-DK
,en-DK
,es-ES
,en-ES
,fi-FI
,sv-FI
,en-FI
,en-GB
,en-IE
,it-IT
,en-IT
,nl-NL
,en-NL
,nb-NO
,en-NO
,sv-SE
,en-SE
,en-US
,es-US
,fr-FR
,en-FR
,cs-CZ
,en-CZ
,ro-RO
,en-RO
,el-GR
,en-GR
,en-AU
,en-NZ
,en-CA
,fr-CA
,pl-PL
,en-PL
,pt-PT
,en-PT
,de-CH
,fr-CH
,it-CH
, oren-CH
-
equals
-
canEqual
-
hashCode
public int hashCode()
-