Class CollectionEntity
java.lang.Object
com.skava.payment.model.entity.collection.CollectionEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Status - this defines the list of statuses that a collection can support IN_ACTIVE : collection in inactive state ACTIVE: collection in active state. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
updateProperties
(List<CollectionPropertyEntity> propertiesToUpdate) This method set the value to update the property from the collection entity
-
Constructor Details
-
CollectionEntity
public CollectionEntity()
-
-
Method Details
-
updateProperties
This method set the value to update the property from the collection entity- Parameters:
propertiesToUpdate
- Collection properties to be updated
-