Click or drag to resize
PaymentShippingInfoProvider.DeletePaymentShippingInfo Method
Deletes relationship between specified payment option and shipping option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static void DeletePaymentShippingInfo(
	PaymentShippingInfo infoObj
)

Parameters

infoObj
Type: CMS.Ecommerce.PaymentShippingInfo
Payment option-shipping option relationship to be deleted
See Also