Class PaymentCaptured

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-02-21T10:48:08.381944838Z[Etc/UTC]")
public class PaymentCaptured
extends Event
Событие об успешном завершении платежа, что является подтверждением возникновения денежных обязательств платформы перед вами
  • Field Details

  • Constructor Details

    • PaymentCaptured

      public PaymentCaptured()
  • Method Details

    • invoice

      public PaymentCaptured invoice​(Invoice invoice)
    • getInvoice

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

      public void setInvoice​(Invoice invoice)
    • payment

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