Class DestinationUnauthorized
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Event
dev.vality.swag.wallets.webhook.events.model.DestinationUnauthorized
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-03-12T19:05:30.960265880Z[Etc/UTC]")
public class DestinationUnauthorized
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 DestinationUnauthorized() -
Method Summary
Modifier and Type Method Description DestinationUnauthorizeddestinationID(String destinationID)booleanequals(Object o)DestinationUnauthorizedexternalID(String externalID)@NotNull StringgetDestinationID()Идентификатор места назначения денежных средствStringgetExternalID()Уникальный идентификатор сущности на вашей стороне.inthashCode()voidsetDestinationID(String destinationID)voidsetExternalID(String externalID)StringtoString()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
-
DestinationUnauthorized
public DestinationUnauthorized()
-
-
Method Details
-
destinationID
-
getDestinationID
Идентификатор места назначения денежных средств- Returns:
- destinationID
-
setDestinationID
-
externalID
-
getExternalID
Уникальный идентификатор сущности на вашей стороне. При указании будет использован для того, чтобы гарантировать идемпотентную обработку операции.- Returns:
- externalID
-
setExternalID
-
equals
-
hashCode
public int hashCode() -
toString
-