Click or drag to resize
CMSPayPalProviderIsDirectPayment Method
Returns true when given payment has sale intent.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected static bool IsDirectPayment(
	Payment payment
)

Parameters

payment
Type: Payment

Return Value

Type: Boolean
See Also