Click or drag to resize
CMSCreditPaymentProvider Properties

The CMSCreditPaymentProvider type exposes the following members.

Properties
  NameDescription
Public propertyAvailableCreditInMainCurrency
Available credit in main currency.
Public propertyAvailableCreditInOrderCurrency
Available credit in order currency.
Public propertyCreditChangeAfterPayment
Credit change after payment.
Public propertyErrorMessage
Payment result message displayed to user when payment fails.
(Inherited from CMSPaymentGatewayProvider.)
Public propertyInfoMessage
Payment result message displayed to user when payment succeeds.
(Inherited from CMSPaymentGatewayProvider.)
Public propertyIsPaymentCompleted
Indicates whether payment is already completed.
(Inherited from CMSPaymentGatewayProvider.)
Public propertyMainCurrencyObj
Main currency info object.
Public propertyOrder
Order object which is going to be paid.
(Inherited from CMSPaymentGatewayProvider.)
Public propertyOrderCurrencyObj
Order currency info object.
Public propertyOrderId
Order ID. Set this value when you want to process payment for the existing order outside the checkout process.
(Inherited from CMSPaymentGatewayProvider.)
Protected propertyPaymentResult
Payment result.
(Inherited from CMSPaymentGatewayProvider.)
Public propertyReloadAction
Gets or sets the action which is then called during ReloadPaymentData method call.
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.
(Inherited from CMSPaymentGatewayProvider.)
Top
See Also