Class PaymentMethodData.OpcodeInfo

java.lang.Object
com.portal.common.PaymentMethodData.OpcodeInfo
All Implemented Interfaces:
Serializable
Enclosing class:
PaymentMethodData

public static class PaymentMethodData.OpcodeInfo extends Object implements Serializable
See Also:
  • Method Details

    • getEventName

      public String getEventName()
      Return the name of storbale class for the event that this op-code pertains to.
      Returns:
      the name of storbale class for the event that this op-code pertains to.
    • getFlags

      public int getFlags()
      Return the flags to pass to the op-code.
      Returns:
      the flags to pass to the op-code.
    • getOpcodeName

      public String getOpcodeName()
      Return the portal name of op-code (i.e. PCM_OP_BILL_VALIDATE_DD)
      Returns:
      the portal name of op-code (i.e. PCM_OP_BILL_VALIDATE_DD)
    • getOpcode

      public int getOpcode()
      Return the integer value of the op-code.
      Returns:
      the integer value of the op-code.