Exemple #1
0
 public virtual Task <TaxId> GetAsync(string customerId, string taxIdId, TaxIdGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(this.GetNestedEntityAsync(customerId, taxIdId, options, requestOptions, cancellationToken));
 }
Exemple #2
0
 public virtual Task <TaxId> GetAsync(string parentId, string id, TaxIdGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetNestedEntityAsync(parentId, id, options, requestOptions, cancellationToken));
 }
Exemple #3
0
 public virtual TaxId Get(string customerId, string taxIdId, TaxIdGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetNestedEntity(customerId, taxIdId, options, requestOptions));
 }
Exemple #4
0
 public virtual TaxId Get(string parentId, string id, TaxIdGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetNestedEntity(parentId, id, options, requestOptions));
 }