Class Invoice.FromInvoice

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

public static class Invoice.FromInvoice extends StripeObject
  • Constructor Details

    • FromInvoice

      public FromInvoice()
  • Method Details

    • getInvoice

      public String getInvoice()
      Get ID of expandable invoice object.
    • setInvoice

      public void setInvoice(String id)
    • getInvoiceObject

      public Invoice getInvoiceObject()
      Get expanded invoice.
    • setInvoiceObject

      public void setInvoiceObject(Invoice expandableObject)
    • getAction

      public String getAction()
      The relation between this invoice and the cloned invoice.
    • setAction

      public void setAction(String action)
      The relation between this invoice and the cloned invoice.
    • 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