PaymentResultInfo EnsurePaymentResultItemInfo Method Kentico 8.0 API Reference
Tries to find specified payment result item (if it is not found it is created and initialized with item name and item header) and returns it.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

itemName
Type: OnlineSystem String
Payment result item name to get
itemHeader
Type: OnlineSystem String
Payment result item header text which is set to the new item when requested item is not found

Return Value

Type: PaymentResultItemInfo
See Also