Class WithdrawalFailed
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Event
dev.vality.swag.wallets.webhook.events.model.WithdrawalFailed
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-11-16T04:27:59.845708885Z[Etc/UTC]")
public class WithdrawalFailed
extends Event
Unsuccessful withdrawal 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 WithdrawalFailed() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)WithdrawalFailedexternalID(String externalID)StringgetExternalID()The unique identifier of the content on your side.@NotNull StringgetWithdrawalID()Identifier of funds withdrawalinthashCode()voidsetExternalID(String externalID)voidsetWithdrawalID(String withdrawalID)StringtoString()WithdrawalFailedwithdrawalID(String withdrawalID)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
-
WithdrawalFailed
public WithdrawalFailed()
-
-
Method Details
-
withdrawalID
-
getWithdrawalID
Identifier of funds withdrawal- Returns:
- withdrawalID
-
setWithdrawalID
-
externalID
-
getExternalID
The unique identifier of the content on your side. When specified, will be used to ensure idempotent processing of the operation.- Returns:
- externalID
-
setExternalID
-
equals
-
hashCode
public int hashCode() -
toString
-