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
An indication of various EMV functions performed during the transaction.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The Klarna payment method used for this transaction.Preferred language of the Klarna authorization page that the customer is redirected to.int
hashCode()
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, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Klarna
public Klarna()
-
-
Method Details
-
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
-
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()
-