Package com.stripe.model
Class Dispute.PaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Dispute.PaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Dispute
For more details about PaymentMethodDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AmazonPay, please refer to the API Reference.static class
For more details about Card, please refer to the API Reference.static class
For more details about Klarna, please refer to the API Reference.static class
For more details about Paypal, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodDetails
public PaymentMethodDetails()
-
-
Method Details
-
getAmazonPay
-
getCard
-
getKlarna
-
getPaypal
-
getType
Payment method type.One of
amazon_pay
,card
,klarna
, orpaypal
. -
setAmazonPay
-
setCard
-
setKlarna
-
setPaypal
-
setType
Payment method type.One of
amazon_pay
,card
,klarna
, orpaypal
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-