Uses of Class
dev.vality.damsel.payment_processing.ClaimRevoked
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ClaimRevoked in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ClaimRevoked Modifier and Type Method Description ClaimRevokedClaimRevoked. deepCopy()ClaimRevokedClaimStatus. getRevoked()ClaimRevokedClaimRevoked. setReason(String reason)Methods in dev.vality.damsel.payment_processing with parameters of type ClaimRevoked Modifier and Type Method Description intClaimRevoked. compareTo(ClaimRevoked other)booleanClaimRevoked. equals(ClaimRevoked that)static ClaimStatusClaimStatus. revoked(ClaimRevoked value)voidClaimStatus. setRevoked(ClaimRevoked value)Constructors in dev.vality.damsel.payment_processing with parameters of type ClaimRevoked Constructor Description ClaimRevoked(ClaimRevoked other)Performs a deep copy on other.