Class Customer.InvoiceSettings

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

public static class Customer.InvoiceSettings extends StripeObject
  • Constructor Details

    • InvoiceSettings

      public InvoiceSettings()
  • Method Details

    • getDefaultPaymentMethod

      public String getDefaultPaymentMethod()
      Get ID of expandable defaultPaymentMethod object.
    • setDefaultPaymentMethod

      public void setDefaultPaymentMethod(String id)
    • getDefaultPaymentMethodObject

      public PaymentMethod getDefaultPaymentMethodObject()
      Get expanded defaultPaymentMethod.
    • setDefaultPaymentMethodObject

      public void setDefaultPaymentMethodObject(PaymentMethod expandableObject)
    • getCustomFields

      public List<Customer.InvoiceSettings.CustomField> getCustomFields()
      Default custom fields to be displayed on invoices for this customer.
    • getFooter

      public String getFooter()
      Default footer to be displayed on invoices for this customer.
    • getRenderingOptions

      public Customer.InvoiceSettings.RenderingOptions getRenderingOptions()
      Default options for invoice PDF rendering for this customer.
    • setCustomFields

      public void setCustomFields(List<Customer.InvoiceSettings.CustomField> customFields)
      Default custom fields to be displayed on invoices for this customer.
    • setFooter

      public void setFooter(String footer)
      Default footer to be displayed on invoices for this customer.
    • setRenderingOptions

      public void setRenderingOptions(Customer.InvoiceSettings.RenderingOptions renderingOptions)
      Default options for invoice PDF rendering for this customer.
    • 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