Class PaymentCancelled

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-08-08T11:08:44.744020346Z[Etc/UTC]")
public class PaymentCancelled
extends Event
Payment cancelation event, as a result of which the charge of funds from the payer is canceled
  • Field Details

  • Constructor Details

    • PaymentCancelled

      public PaymentCancelled()
  • Method Details

    • invoice

      public PaymentCancelled invoice​(Invoice invoice)
    • getInvoice

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

      public void setInvoice​(Invoice invoice)
    • payment

      public PaymentCancelled payment​(Payment payment)
    • getPayment

      @Nonnull public Payment getPayment()
      Get payment
      Returns:
      payment
    • setPayment

      public void setPayment​(Payment payment)
    • 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