Click or drag to resize
CMSPaymentGatewayProvider Properties

The CMSPaymentGatewayProvider type exposes the following members.

Properties
  NameDescription
Public propertyErrorMessage
Payment result message displayed to user when payment fails.
Public propertyInfoMessage
Payment result message displayed to user when payment succeeds.
Public propertyIsPaymentCompleted
Indicates whether payment is already completed.
Public propertyOrder
Order object which is going to be paid.
Public propertyOrderId
Order ID. Set this value when you want to process payment for the existing order outside the checkout process.
Protected propertyPaymentDataForm
Payment gateway form with custom controls.
Public propertyPaymentResult
Payment result.
Public propertyShoppingCartControl
Parent shopping cart control the current shopping cart step belongs to.
Public propertyShoppingCartInfoObj
Shopping cart object which stores all data during the checkout process. If OrderId is set it is created from existing order, otherwise it is returned from current shopping cart control.
Top
See Also