| CouponSetAttributeDTO<T> |
Base DTO class for coupon set attributes of various types.
|
| CouponSetAttributeType.AsConstant |
Constant values representing the string equivalents of each attribute type.
|
| CouponSetBooleanAttributeDTO |
Data Transfer Object (DTO) for representing a boolean attribute
associated with a Coupon Set.
|
| CouponSetDateAttributeDTO |
Data Transfer Object (DTO) for representing a date attribute
associated with a Coupon Set.
|
| CouponSetIntegerAttributeDTO |
Data Transfer Object (DTO) for representing an integer attribute
associated with a Coupon Set.
|
| CouponSetStringAttributeDTO |
Data Transfer Object (DTO) for representing a string attribute
associated with a Coupon Set.
|