Package com.stripe.model.radar
Class PaymentEvaluation.Event.DisputeOpened
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Event.DisputeOpened
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation.Event
Dispute opened event details attached to this payment evaluation.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAmount to dispute for this payment.Three-letter ISO currency code, in lowercase.Reason given by cardholder for dispute.inthashCode()voidAmount to dispute for this payment.voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidReason given by cardholder for dispute.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DisputeOpened
public DisputeOpened()
-
-
Method Details
-
getAmount
Amount to dispute for this payment. A positive integer representing how much to charge in the smallest currency unit (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency). -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getReason
Reason given by cardholder for dispute.One of
account_not_available,credit_not_processed,customer_initiated,duplicate,fraudulent,general,noncompliant,product_not_received,product_unacceptable,subscription_canceled, orunrecognized. -
setAmount
Amount to dispute for this payment. A positive integer representing how much to charge in the smallest currency unit (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency). -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setReason
Reason given by cardholder for dispute.One of
account_not_available,credit_not_processed,customer_initiated,duplicate,fraudulent,general,noncompliant,product_not_received,product_unacceptable,subscription_canceled, orunrecognized. -
equals
-
canEqual
-
hashCode
public int hashCode()
-