Class Invoice.Issuer

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.Issuer
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Invoice

public static class Invoice.Issuer extends StripeObject
  • Constructor Details

    • Issuer

      public Issuer()
  • Method Details

    • getAccount

      public String getAccount()
      Get ID of expandable account object.
    • setAccount

      public void setAccount(String id)
    • getAccountObject

      public Account getAccountObject()
      Get expanded account.
    • setAccountObject

      public void setAccountObject(Account expandableObject)
    • getType

      public String getType()
      Type of the account referenced.

      One of account, or self.

    • setType

      public void setType(String type)
      Type of the account referenced.

      One of account, or self.

    • 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