Click or drag to resize
PaymentOptionInfoProviderGetPaymentOptions Method
Returns the query for all payment options.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<PaymentOptionInfo> GetPaymentOptions()

Return Value

Type: ObjectQueryPaymentOptionInfo
See Also