Class BalanceTransaction.FeeDetail

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

public static class BalanceTransaction.FeeDetail extends StripeObject
  • Constructor Details

    • FeeDetail

      public FeeDetail()
  • Method Details

    • getAmount

      public Long getAmount()
      Amount of the fee, in cents.
    • getApplication

      public String getApplication()
      ID of the Connect application that earned the fee.
    • getCurrency

      public String getCurrency()
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • getDescription

      public String getDescription()
      An arbitrary string attached to the object. Often useful for displaying to users.
    • getType

      public String getType()
      Type of the fee, one of: application_fee, payment_method_passthrough_fee, stripe_fee or tax.
    • setAmount

      public void setAmount(Long amount)
      Amount of the fee, in cents.
    • setApplication

      public void setApplication(String application)
      ID of the Connect application that earned the fee.
    • setCurrency

      public void setCurrency(String currency)
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • setDescription

      public void setDescription(String description)
      An arbitrary string attached to the object. Often useful for displaying to users.
    • setType

      public void setType(String type)
      Type of the fee, one of: application_fee, payment_method_passthrough_fee, stripe_fee or tax.
    • 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