Class WithdrawalStarted

java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Event
dev.vality.swag.wallets.webhook.events.model.WithdrawalStarted

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-03-12T19:05:30.960265880Z[Etc/UTC]")
public class WithdrawalStarted
extends Event
Событие о начале осуществления вывода средств
  • Constructor Details

    • WithdrawalStarted

      public WithdrawalStarted()
  • Method Details

    • withdrawal

      public WithdrawalStarted withdrawal​(Withdrawal withdrawal)
    • getWithdrawal

      @NotNull @Valid public @NotNull @Valid Withdrawal getWithdrawal()
      Get withdrawal
      Returns:
      withdrawal
    • setWithdrawal

      public void setWithdrawal​(Withdrawal withdrawal)
    • 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