Package com.stripe.model.issuing
Class Transaction.Treasury
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.Treasury
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Transaction
The unit cost of the item in cents.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The Treasury ReceivedCredit representing this Issuing transaction if it is a refundThe Treasury ReceivedDebit representing this Issuing transaction if it is a captureint
hashCode()
void
setReceivedCredit
(String receivedCredit) The Treasury ReceivedCredit representing this Issuing transaction if it is a refundvoid
setReceivedDebit
(String receivedDebit) The Treasury ReceivedDebit representing this Issuing transaction if it is a captureMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Treasury
public Treasury()
-
-
Method Details
-
getReceivedCredit
The Treasury ReceivedCredit representing this Issuing transaction if it is a refund -
getReceivedDebit
The Treasury ReceivedDebit representing this Issuing transaction if it is a capture -
setReceivedCredit
The Treasury ReceivedCredit representing this Issuing transaction if it is a refund -
setReceivedDebit
The Treasury ReceivedDebit representing this Issuing transaction if it is a capture -
equals
-
canEqual
-
hashCode
public int hashCode()
-