Esempio n. 1
0
 public virtual Task <TaxRate> GetAsync(string taxRateId, TaxRateGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(this.GetEntityAsync(taxRateId, options, requestOptions, cancellationToken));
 }
Esempio n. 2
0
 public virtual TaxRate Get(string taxRateId, TaxRateGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(taxRateId, options, requestOptions));
 }