Class InvoiceCancelled

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

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class InvoiceCancelled
extends Event
Событие об отмене инвойса с указанием причины, например истечение его срока жизни
  • Constructor Details

    • InvoiceCancelled

      public InvoiceCancelled()
  • Method Details

    • invoice

      public InvoiceCancelled invoice​(Invoice invoice)
    • getInvoice

      @NotNull @Valid public @NotNull @Valid 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