Class Subscription.InvoiceSettings

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.InvoiceSettings
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Subscription

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

    • InvoiceSettings

      public InvoiceSettings()
  • Method Details

    • getAccountTaxIds

      public List<String> getAccountTaxIds()
      Get IDs of expandable accountTaxIds object list.
    • setAccountTaxIds

      public void setAccountTaxIds(List<String> ids)
    • getAccountTaxIdObjects

      public List<TaxId> getAccountTaxIdObjects()
      Get expanded accountTaxIds.
    • setAccountTaxIdObjects

      public void setAccountTaxIdObjects(List<TaxId> objs)
    • getCustomFields

      A list of up to 4 custom fields to be displayed on the invoice.
    • getDescription

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

      public String getFooter()
      Footer to be displayed on the invoice.
    • getIssuer

    • setCustomFields

      public void setCustomFields(List<Subscription.InvoiceSettings.CustomField> customFields)
      A list of up to 4 custom fields to be displayed on the invoice.
    • setDescription

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

      public void setFooter(String footer)
      Footer to be displayed on the invoice.
    • setIssuer

      public void setIssuer(Subscription.InvoiceSettings.Issuer issuer)
    • 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