| PaymentShippingInfoProviderRemovePaymentFromShipping Method  | 
            Deletes relationship between specified payment option and shipping option.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntaxpublic static void RemovePaymentFromShipping(
	int paymentId,
	int shippingId
)
Parameters
- paymentId
 - Type: SystemInt32
Payment option ID - shippingId
 - Type: SystemInt32
Shipping option ID 
See Also