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
Событие о начале осуществления вывода средств
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag.wallets.webhook.events.model.Event
Event.EventTypeEnum, Event.TopicEnum -
Constructor Summary
Constructors Constructor Description WithdrawalStarted() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull @Valid WithdrawalgetWithdrawal()Get withdrawalinthashCode()voidsetWithdrawal(Withdrawal withdrawal)StringtoString()WithdrawalStartedwithdrawal(Withdrawal withdrawal)Methods inherited from class dev.vality.swag.wallets.webhook.events.model.Event
eventID, eventType, getEventID, getEventType, getOccuredAt, getTopic, occuredAt, setEventID, setEventType, setOccuredAt, setTopic, topic
-
Constructor Details
-
WithdrawalStarted
public WithdrawalStarted()
-
-
Method Details