Uses of Class
dev.vality.damsel.payment_processing.SessionSucceeded
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of SessionSucceeded in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return SessionSucceeded Modifier and Type Method Description SessionSucceededSessionSucceeded. deepCopy()SessionSucceededSessionResult. getSucceeded()Methods in dev.vality.damsel.payment_processing with parameters of type SessionSucceeded Modifier and Type Method Description intSessionSucceeded. compareTo(SessionSucceeded other)booleanSessionSucceeded. equals(SessionSucceeded that)voidSessionResult. setSucceeded(SessionSucceeded value)static SessionResultSessionResult. succeeded(SessionSucceeded value)Constructors in dev.vality.damsel.payment_processing with parameters of type SessionSucceeded Constructor Description SessionSucceeded(SessionSucceeded other)Performs a deep copy on other.