com.ibm.commerce.order.facade.server.commands

Class ComposeTransferOrderCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • PROTOCOL_DATA_TOKEN

        public static final java.lang.String PROTOCOL_DATA_TOKEN
        Name of the protocol data for the token.
        See Also:
        Constant Field Values
      • PROTOCOL_DATA_DISPLAY_VALUE

        public static final java.lang.String PROTOCOL_DATA_DISPLAY_VALUE
        Name of the protocol data for the display value.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_TYPE_APPROVE

        public static final java.lang.String FINANCIAL_TRANSACTION_TYPE_APPROVE
        A string literal of transaction type Approve.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_TYPE_DEPOSIT

        public static final java.lang.String FINANCIAL_TRANSACTION_TYPE_DEPOSIT
        A string literal of transaction type Deposit.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_TYPE_APPROVE_AND_DEPOSIT

        public static final java.lang.String FINANCIAL_TRANSACTION_TYPE_APPROVE_AND_DEPOSIT
        A string literal of transaction type ApproveAndDeposit.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_TYPE_CREDIT

        public static final java.lang.String FINANCIAL_TRANSACTION_TYPE_CREDIT
        A string literal of transaction type Credit.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_TYPE_REVERSE_APPROVE

        public static final java.lang.String FINANCIAL_TRANSACTION_TYPE_REVERSE_APPROVE
        A string literal of transaction type ReverseApprove.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_TYPE_REVERSE_DEPOSIT

        public static final java.lang.String FINANCIAL_TRANSACTION_TYPE_REVERSE_DEPOSIT
        A string literal of transaction type ReverseDeposit.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_TYPE_REVERSE_CREDIT

        public static final java.lang.String FINANCIAL_TRANSACTION_TYPE_REVERSE_CREDIT
        A string literal of transaction type ReverseCredit.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_STATUS_NEW

        public static final java.lang.String FINANCIAL_TRANSACTION_STATUS_NEW
        A string literal of transaction status New.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_STATUS_PENDING

        public static final java.lang.String FINANCIAL_TRANSACTION_STATUS_PENDING
        A string literal of transaction status Pending.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_STATUS_SUCCESS

        public static final java.lang.String FINANCIAL_TRANSACTION_STATUS_SUCCESS
        A string literal of transaction status Success.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_STATUS_FAILED

        public static final java.lang.String FINANCIAL_TRANSACTION_STATUS_FAILED
        A string literal of transaction status Failed.
        See Also:
        Constant Field Values
      • FINANCIAL_TRANSACTION_STATUS_CANCELED

        public static final java.lang.String FINANCIAL_TRANSACTION_STATUS_CANCELED
        A string literal of transaction status Canceled.
        See Also:
        Constant Field Values
      • IS_CODE_REQUIRED

        public static final java.lang.String IS_CODE_REQUIRED
        A string literal of isCodeRequired isCodeRequired.
        See Also:
        Constant Field Values
      • PROMOTION_TYPE

        public static final java.lang.String PROMOTION_TYPE
        A string literal of promotionType promotionType.
        See Also:
        Constant Field Values
      • SBS_ENABLED_Y

        public static final java.lang.String SBS_ENABLED_Y
        The value indicating that side by side feature is enabled
        See Also:
        Constant Field Values
    • Constructor Detail

      • ComposeTransferOrderCmdImpl

        public ComposeTransferOrderCmdImpl()