Class PaymentRefunded

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

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

    • PaymentRefunded

      public PaymentRefunded()
  • Method Details

    • invoice

      public PaymentRefunded invoice​(Invoice invoice)
    • getInvoice

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

      public void setInvoice​(Invoice invoice)
    • payment

      public PaymentRefunded payment​(Payment payment)
    • getPayment

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