Uses of Class
dev.vality.damsel.domain.ContractAdjustment
Packages that use ContractAdjustment
-
Uses of ContractAdjustment in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ContractAdjustmentMethods in dev.vality.damsel.domain that return ContractAdjustmentModifier and TypeMethodDescriptionContractAdjustment.deepCopy()ContractAdjustment.setCreatedAt(String created_at) ContractAdjustment.setTerms(TermSetHierarchyRef terms) ContractAdjustment.setValidSince(String valid_since) ContractAdjustment.setValidUntil(String valid_until) Methods in dev.vality.damsel.domain that return types with arguments of type ContractAdjustmentMethods in dev.vality.damsel.domain with parameters of type ContractAdjustmentModifier and TypeMethodDescriptionvoidContract.addToAdjustments(ContractAdjustment elem) intContractAdjustment.compareTo(ContractAdjustment other) booleanContractAdjustment.equals(ContractAdjustment that) Method parameters in dev.vality.damsel.domain with type arguments of type ContractAdjustmentConstructors in dev.vality.damsel.domain with parameters of type ContractAdjustmentModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type ContractAdjustmentModifierConstructorDescriptionContract(String id, String created_at, ContractStatus status, TermSetHierarchyRef terms, List<ContractAdjustment> adjustments, List<PayoutTool> payout_tools) -
Uses of ContractAdjustment in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ContractAdjustmentMethods in dev.vality.damsel.payment_processing with parameters of type ContractAdjustmentModifier and TypeMethodDescriptionstatic ContractEffectContractEffect.adjustment_created(ContractAdjustment value) voidContractEffect.setAdjustmentCreated(ContractAdjustment value)