Class ApplicationFee.FundingSource

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

public static class ApplicationFee.FundingSource extends StripeObject
For more details about FundingSource, please refer to the API Reference.
  • Constructor Details

    • FundingSource

      public FundingSource()
  • Method Details

    • getInvoice

      public String getInvoice()
      The invoice ID associated with this funding source, if applicable.
    • getType

      public String getType()
      The type of funding source.
    • setInvoice

      public void setInvoice(String invoice)
      The invoice ID associated with this funding source, if applicable.
    • setType

      public void setType(String type)
      The type of funding source.
    • 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