Class PaymentLink.InvoiceCreation

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

public static class PaymentLink.InvoiceCreation extends StripeObject
Text may be up to 1200 characters in length.
  • Constructor Details

    • InvoiceCreation

      public InvoiceCreation()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Enable creating an invoice on successful payment.
    • getInvoiceData

      public PaymentLink.InvoiceCreation.InvoiceData getInvoiceData()
      Configuration for the invoice. Default invoice values will be used if unspecified.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Enable creating an invoice on successful payment.
    • setInvoiceData

      public void setInvoiceData(PaymentLink.InvoiceCreation.InvoiceData invoiceData)
      Configuration for the invoice. Default invoice values will be used if unspecified.
    • 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