Class MerchantFlowTriggerPayload

  • All Implemented Interfaces:
    EliquaAbstractRequestPayload

    public class MerchantFlowTriggerPayload
    extends FlowTriggerPayload
    Payload used to trigger a flow specifically related to a merchant.

    This class extends FlowTriggerPayload and sets the subject to "MERCHANT". It contains merchant-specific information such as a QC code and additional custom fields.

    • Field Detail

      • SUBJECT

        public static final String SUBJECT
        The subject identifying this payload type. Used to distinguish the flow context.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MerchantFlowTriggerPayload

        public MerchantFlowTriggerPayload()
    • Method Detail

      • getSubject

        public String getSubject()
        Returns the subject of the flow payload. This will always be SUBJECT ("MERCHANT").
        Specified by:
        getSubject in class FlowTriggerPayload
        Returns:
        the subject string