Click or drag to resize
PaymentOptionInfoProviderGetPaymentOptions Method (Int32, Boolean)
Returns query for of all payment options matching the specified parameters.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<PaymentOptionInfo> GetPaymentOptions(
	int siteId,
	bool onlyEnabled = false
)

Parameters

siteId
Type: SystemInt32
ID of the site the options should be retrieved from. If set to 0, global payment options are retrieved
onlyEnabled (Optional)
Type: SystemBoolean
True - only enabled payment options from the specified site are returned. False - all site options are returned

Return Value

Type: ObjectQueryPaymentOptionInfo
See Also