Package com.ibm.commerce.edp.parsers.edits

This package contains the classes that represent payment edit action types corresponding to the payment rules configuration.

See: Description

  • Class Summary 
    Class Description
    AddOrderAmount
    This class represents the complex type AddOrderAmount, which means when order amount increases, the sub-element of this element indicates the payment actions need to execute.
    EditAction
    This class represents the complex type EditAction, which means the payment edit action specified in the Payment Rules configuration.
    EditActionOptions
    This class represents the simple type EditActionOptions, which means the payment edit action options specified in the Payment Rules configuration.
    EditRules
    This class represents the complex type EditRules.
    EditRulesFactory
    This class provides convenience methods for creating Java beans for elements in this XML document -- CoreEditActions.xml.
    ReduceOrderAmount
    This class represents the complex type ReduceOrderAmount, which means when order amount decreases, the sub-element of this element indicates the payment actions need to execute.
    ReplacePaymentInstruction
    This class represents the complex type ReplacePaymentInstruction, which means when the order is edited and amount is changed, the payment instruction should be replaced.

Package com.ibm.commerce.edp.parsers.edits Description

This package contains the classes that represent payment edit action types corresponding to the payment rules configuration.