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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about PayerDetails, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe 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.inthashCode()voidThe payer details for this transaction.voidsetPaymentMethodCategory(String paymentMethodCategory) The Klarna payment method used for this transaction.voidsetPreferredLocale(String preferredLocale) Preferred language of the Klarna authorization page that the customer is redirected to.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Klarnapublic Klarna()
 
- 
- 
Method Details- 
getPayerDetailsThe payer details for this transaction.
- 
getPaymentMethodCategoryThe Klarna payment method used for this transaction. Can be one ofpay_later,pay_now,pay_with_financing, orpay_in_installments
- 
getPreferredLocalePreferred 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
- 
setPayerDetailsThe payer details for this transaction.
- 
setPaymentMethodCategoryThe Klarna payment method used for this transaction. Can be one ofpay_later,pay_now,pay_with_financing, orpay_in_installments
- 
setPreferredLocalePreferred 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
- 
hashCodepublic int hashCode()
 
-