Class CouponUpdateRequestPlain

    • Constructor Detail

      • CouponUpdateRequestPlain

        public CouponUpdateRequestPlain()
    • Method Detail

      • getType

        public String getType()
        Description copied from class: CouponRequest
        Returns the type of the coupon request.

        This method should be implemented by subclasses to return the specific type of the coupon request (e.g., plain, special).

        Specified by:
        getType in class CouponUpdateRequest
        Returns:
        The coupon request type.
      • toString

        public String toString()
        Description copied from class: CouponRequest
        Converts the coupon request to a string representation.
        Overrides:
        toString in class CouponUpdateRequest
        Returns:
        A string representation of the coupon request.
      • toJsonAuditLog

        public String toJsonAuditLog()
        Description copied from interface: AuditLog
        Converts the audit log entry to its JSON representation.
        Returns:
        A JSON-formatted string representing the audit log entry.