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 booleanbooleanThe reason for the dispute as defined by Klarna.inthashCode()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