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.SpringCodegen",
           date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class PaymentCaptured
extends Event
Payment successful completion event
  • Constructor Details

    • PaymentCaptured

      public PaymentCaptured()
  • Method Details

    • invoice

      public PaymentCaptured invoice​(Invoice invoice)
    • getInvoice

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

      public void setInvoice​(Invoice invoice)
    • payment

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