PaymentOptionInfoProvider GetPaymentOptionsForShipping Method Kentico 8.0 API Reference
Returns query for payment options bound to specified shipping option.

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

Parameters

shippingId
Type: OnlineSystem Int32
Id of the sipping option
onlyEnabled (Optional)
Type: OnlineSystem Boolean
True - only enabled payment options from the specified shipping option are returned. False - all options bound to shipping are returned

Return Value

Type: ObjectQuery PaymentOptionInfo 
See Also