Package com.stripe.model.tax
Class Transaction.Reversal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Transaction.Reversal
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Transaction
The value of the tax ID.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Theid
of the reversedTransaction
object.int
hashCode()
void
setOriginalTransaction
(String originalTransaction) Theid
of the reversedTransaction
object.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Reversal
public Reversal()
-
-
Method Details