Class InvoicePaid

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

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class InvoicePaid
extends Event
The event of full payment of an invoice, which is the reason to start providing goods or services to the payer
  • Constructor Details

    • InvoicePaid

      public InvoicePaid()
  • Method Details

    • invoice

      public InvoicePaid 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