Example #1
0
 public virtual TaxId Delete(string customerId, string taxIdId, TaxIdDeleteOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.DeleteNestedEntity(customerId, taxIdId, options, requestOptions));
 }