Click or drag to resize
PaymentShippingInfoProviderSetPaymentShippingInfoInternal Method
Sets relationship between specified payment option and shipping option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetPaymentShippingInfoInternal(
	PaymentShippingInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommercePaymentShippingInfo
Payment option-shipping option relationship to be set
See Also