Click or drag to resize
PaymentShippingInfoProviderRemovePaymentFromShipping Method
Deletes 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 void RemovePaymentFromShipping(
	int paymentId,
	int shippingId
)

Parameters

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