  | FeeDelete Method (String, String, String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Orders
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic void Delete(
	string feeId,
	string methodAlias,
	string feeMethodId
)
Public Sub Delete ( 
	feeId As String,
	methodAlias As String,
	feeMethodId As String
)
Parameters
- feeId
 - Type: SystemString
 - methodAlias
 - Type: SystemString
 - feeMethodId
 - Type: SystemString
 
See Also