Package com.stripe.model
Class Dispute.PaymentMethodDetails.Klarna
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Dispute.PaymentMethodDetails.Klarna
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Dispute.PaymentMethodDetails
For more details about Klarna, 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 booleanbooleanChargeback loss reason mapped by Stripe from Klarna's chargeback loss reason.The reason for the dispute as defined by Klarna.inthashCode()voidsetChargebackLossReasonCode(String chargebackLossReasonCode) Chargeback loss reason mapped by Stripe from Klarna's chargeback loss reason.voidsetReasonCode(String reasonCode) The reason for the dispute as defined by Klarna.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
-
getChargebackLossReasonCode
Chargeback loss reason mapped by Stripe from Klarna's chargeback loss reason. -
getReasonCode
The reason for the dispute as defined by Klarna. -
setChargebackLossReasonCode
Chargeback loss reason mapped by Stripe from Klarna's chargeback loss reason. -
setReasonCode
The reason for the dispute as defined by Klarna. -
equals
-
canEqual
-
hashCode
public int hashCode()
-