Class Authorization.Treasury

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

public static class Authorization.Treasury extends StripeObject
The amount of cash requested by the cardholder.
  • Constructor Details

    • Treasury

      public Treasury()
  • Method Details

    • getReceivedCredits

      public List<String> getReceivedCredits()
      The array of ReceivedCredits associated with this authorization
    • getReceivedDebits

      public List<String> getReceivedDebits()
      The array of ReceivedDebits associated with this authorization
    • getTransaction

      public String getTransaction()
      The Treasury Transaction associated with this authorization
    • setReceivedCredits

      public void setReceivedCredits(List<String> receivedCredits)
      The array of ReceivedCredits associated with this authorization
    • setReceivedDebits

      public void setReceivedDebits(List<String> receivedDebits)
      The array of ReceivedDebits associated with this authorization
    • setTransaction

      public void setTransaction(String transaction)
      The Treasury Transaction associated with this authorization
    • 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