Class Transaction.Treasury

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.Treasury
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Transaction

public static class Transaction.Treasury extends StripeObject
The unit cost of the item in cents.
  • Constructor Details

    • Treasury

      public Treasury()
  • Method Details

    • getReceivedCredit

      public String getReceivedCredit()
      The Treasury ReceivedCredit representing this Issuing transaction if it is a refund
    • getReceivedDebit

      public String getReceivedDebit()
      The Treasury ReceivedDebit representing this Issuing transaction if it is a capture
    • setReceivedCredit

      public void setReceivedCredit(String receivedCredit)
      The Treasury ReceivedCredit representing this Issuing transaction if it is a refund
    • setReceivedDebit

      public void setReceivedDebit(String receivedDebit)
      The Treasury ReceivedDebit representing this Issuing transaction if it is a capture
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object