Click or drag to resize
OrderInfoProviderGetPaymentOptionInternal 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#
protected virtual string GetPaymentOptionInternal(
	int paymentId
)

Parameters

paymentId
Type: SystemInt32
Payment option ID

Return Value

Type: String
See Also