Returns query for payment options bound to specified shipping option.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- shippingId
- Type: System Int32
Id of the sipping option
- onlyEnabled (Optional)
- Type: System 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 PaymentOptionInfoSee Also