PaymentShippingInfoProviderDeletePaymentShippingInfoInternal Method |
Deletes relationship between specified payment option and shipping option.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void DeletePaymentShippingInfoInternal(
PaymentShippingInfo infoObj
)
Parameters
- infoObj
- Type: CMS.EcommercePaymentShippingInfo
Payment option-shipping option relationship to be deleted
See Also