Uses of Class
dev.vality.damsel.payment_processing.ContractorEffect
Packages that use ContractorEffect
-
Uses of ContractorEffect in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ContractorEffectMethods in dev.vality.damsel.payment_processing that return ContractorEffectModifier and TypeMethodDescriptionstatic ContractorEffectContractorEffect.created(PartyContractor value) ContractorEffect.deepCopy()ContractorEffectUnit.getEffect()static ContractorEffectContractorEffect.identification_level_changed(ContractorIdentificationLevel value) static ContractorEffectContractorEffect.identity_documents_changed(ContractorIdentityDocumentsChanged value) Methods in dev.vality.damsel.payment_processing with parameters of type ContractorEffectModifier and TypeMethodDescriptionintContractorEffect.compareTo(ContractorEffect other) booleanContractorEffect.equals(ContractorEffect other) ContractorEffectUnit.setEffect(ContractorEffect effect) Constructors in dev.vality.damsel.payment_processing with parameters of type ContractorEffectModifierConstructorDescriptionContractorEffect(ContractorEffect other) ContractorEffectUnit(String id, ContractorEffect effect)