Class Session.InvoiceCreation

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.InvoiceCreation
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

public static class Session.InvoiceCreation extends StripeObject
The value of the tax ID.
  • Constructor Details

    • InvoiceCreation

      public InvoiceCreation()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Indicates whether invoice creation is enabled for the Checkout Session.
    • getInvoiceData

      public Session.InvoiceCreation.InvoiceData getInvoiceData()
    • setEnabled

      public void setEnabled(Boolean enabled)
      Indicates whether invoice creation is enabled for the Checkout Session.
    • setInvoiceData

      public void setInvoiceData(Session.InvoiceCreation.InvoiceData invoiceData)
    • 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