Package com.stripe.model
Class Dispute.PaymentMethodDetails.AmazonPay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Dispute.PaymentMethodDetails.AmazonPay
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Dispute.PaymentMethodDetails
For more details about AmazonPay, 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 boolean
boolean
The AmazonPay dispute type, chargeback or claimint
hashCode()
void
setDisputeType
(String disputeType) The AmazonPay dispute type, chargeback or claimMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AmazonPay
public AmazonPay()
-
-
Method Details
-
getDisputeType
The AmazonPay dispute type, chargeback or claimOne of
chargeback
, orclaim
. -
setDisputeType
The AmazonPay dispute type, chargeback or claimOne of
chargeback
, orclaim
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-