Click or drag to resize
OrderInfoProviderGetPaymentOption Method
Returns html code that represents payment option. Used for generating of invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static string GetPaymentOption(
	int paymentId
)

Parameters

paymentId
Type: SystemInt32
Payment option ID

Return Value

Type: String
See Also