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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about AmazonPay, please refer to the API Reference.static classFor more details about Card, please refer to the API Reference.static classFor more details about Klarna, please refer to the API Reference.static classFor more details about Paypal, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
PaymentMethodDetailspublic PaymentMethodDetails()
 
- 
- 
Method Details- 
getAmazonPay
- 
getCard
- 
getKlarna
- 
getPaypal
- 
getTypePayment method type.One of amazon_pay,card,klarna, orpaypal.
- 
setAmazonPay
- 
setCard
- 
setKlarna
- 
setPaypal
- 
setTypePayment method type.One of amazon_pay,card,klarna, orpaypal.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-