Click or drag to resize
PaymentShippingInfoProviderGetPaymentShippingInfo Method
Returns relationship between specified payment option and shipping option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static PaymentShippingInfo GetPaymentShippingInfo(
	int paymentId,
	int shippingId
)

Parameters

paymentId
Type: SystemInt32
Payment option ID
shippingId
Type: SystemInt32
Shipping option ID

Return Value

Type: PaymentShippingInfo
See Also