Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.Klarna
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.Klarna
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.PaymentMethodDetails
For more details about Klarna, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor 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 booleanbooleanID of the location that this transaction's reader is assigned to.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.ID of the reader this transaction was made on.inthashCode()voidsetLocation(String location) ID of the location that this transaction's reader is assigned to.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.voidID of the reader this transaction was made on.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
-
getLocation
ID of the location that this transaction's reader is assigned to. -
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 -
getReader
ID of the reader this transaction was made on. -
setLocation
ID of the location that this transaction's reader is assigned to. -
setPayerDetails
public void setPayerDetails(PaymentAttemptRecord.PaymentMethodDetails.Klarna.PayerDetails payerDetails) 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 -
setReader
ID of the reader this transaction was made on. -
equals
-
canEqual
-
hashCode
public int hashCode()
-