Class ApplicationFee.FeeSource

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ApplicationFee.FeeSource
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ApplicationFee

public static class ApplicationFee.FeeSource extends StripeObject
  • Constructor Details

    • FeeSource

      public FeeSource()
  • Method Details

    • getCharge

      public String getCharge()
      Charge ID that created this application fee.
    • getPayout

      public String getPayout()
      Payout ID that created this application fee.
    • getType

      public String getType()
      Type of object that created the application fee, either charge or payout.

      One of charge, or payout.

    • setCharge

      public void setCharge(String charge)
      Charge ID that created this application fee.
    • setPayout

      public void setPayout(String payout)
      Payout ID that created this application fee.
    • setType

      public void setType(String type)
      Type of object that created the application fee, either charge or payout.

      One of charge, or payout.

    • 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