Class PaymentInteractionRequested
java.lang.Object
dev.vality.swag_webhook_events.model.Event
dev.vality.swag_webhook_events.model.PaymentInteractionRequested
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class PaymentInteractionRequested
extends Event
Event about request user interaction
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag_webhook_events.model.Event
Event.EventTypeEnum, Event.TopicEnum -
Constructor Summary
Constructors Constructor Description PaymentInteractionRequested() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull @Valid UserInteractionDetailsgetUserInteractionDetails()Get userInteractionDetailsinthashCode()voidsetUserInteractionDetails(UserInteractionDetails userInteractionDetails)StringtoString()PaymentInteractionRequesteduserInteractionDetails(UserInteractionDetails userInteractionDetails)Methods inherited from class dev.vality.swag_webhook_events.model.Event
eventID, eventType, getEventID, getEventType, getOccuredAt, getTopic, occuredAt, setEventID, setEventType, setOccuredAt, setTopic, topic
-
Constructor Details
-
PaymentInteractionRequested
public PaymentInteractionRequested()
-
-
Method Details
-
userInteractionDetails
public PaymentInteractionRequested userInteractionDetails(UserInteractionDetails userInteractionDetails) -
getUserInteractionDetails
Get userInteractionDetails- Returns:
- userInteractionDetails
-
setUserInteractionDetails
-
equals
-
hashCode
public int hashCode() -
toString
-