Package com.stripe.model.radar
Class PaymentEvaluation.Event.Refunded
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Event.Refunded
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation.Event
Refunded 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 refunded for this payment.Three-letter ISO currency code, in lowercase.Indicates the reason for the refund.inthashCode()voidAmount refunded for this payment.voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidIndicates the reason for the refund.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Refunded
public Refunded()
-
-
Method Details
-
getAmount
Amount refunded 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
Indicates the reason for the refund.One of
duplicate,fraudulent,other, orrequested_by_customer. -
setAmount
Amount refunded 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
Indicates the reason for the refund.One of
duplicate,fraudulent,other, orrequested_by_customer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-