Exemplo n.º 1
0
 public virtual Task <Mandate> GetAsync(string mandateId, MandateGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(this.GetEntityAsync(mandateId, options, requestOptions, cancellationToken));
 }
Exemplo n.º 2
0
 public virtual Mandate Get(string mandateId, MandateGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(mandateId, options, requestOptions));
 }