Click or drag to resize
PaymentOptionInfoIsInShipping Method
Returns true, if the payment option is in the specified shipping option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public virtual bool IsInShipping(
	int shippingId
)

Parameters

shippingId
Type: SystemInt32
Shipping option ID

Return Value

Type: Boolean
See Also