Class InvoiceCreated

java.lang.Object
dev.vality.swag_webhook_events.model.Event
dev.vality.swag_webhook_events.model.InvoiceCreated

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-02-21T10:48:08.381944838Z[Etc/UTC]")
public class InvoiceCreated
extends Event
Событие о создании нового инвойса
  • Field Details

  • Constructor Details

    • InvoiceCreated

      public InvoiceCreated()
  • Method Details

    • invoice

      public InvoiceCreated invoice​(Invoice invoice)
    • getInvoice

      @Nonnull public Invoice getInvoice()
      Get invoice
      Returns:
      invoice
    • setInvoice

      public void setInvoice​(Invoice invoice)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Event
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Event
    • toString

      public String toString()
      Overrides:
      toString in class Event