Uses of Class
dev.vality.damsel.payment_processing.PartyEventData
Packages that use PartyEventData
-
Uses of PartyEventData in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return PartyEventDataModifier and TypeMethodDescriptionPartyEventData.deepCopy()PartyEventData.setChanges(List<PartyChange> changes) PartyEventData.setStateSnapshot(Value state_snapshot) Methods in dev.vality.damsel.payment_processing with parameters of type PartyEventDataModifier and TypeMethodDescriptionintPartyEventData.compareTo(PartyEventData other) booleanPartyEventData.equals(PartyEventData that) Constructors in dev.vality.damsel.payment_processing with parameters of type PartyEventDataModifierConstructorDescriptionPartyEventData(PartyEventData other) Performs a deep copy on other.