Class BalanceTransaction.Fee

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BalanceTransaction.Fee
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
BalanceTransaction

public static class BalanceTransaction.Fee extends StripeObject
  • Constructor Details

    • Fee

      public Fee()
  • Method Details

    • getAmount

      public Long getAmount()
    • getApplication

      public String getApplication()
    • getCurrency

      public String getCurrency()
    • getDescription

      public String getDescription()
    • getType

      public String getType()
    • setAmount

      public void setAmount(Long amount)
    • setApplication

      public void setApplication(String application)
    • setCurrency

      public void setCurrency(String currency)
    • setDescription

      public void setDescription(String description)
    • setType

      public void setType(String type)
    • 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