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="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class InvoiceCancelled
extends Event
Invoice cancellation event with reason, e.g. expiration of the invoice due date
  • 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