コード例 #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));
 }
コード例 #2
0
 public virtual Mandate Get(string mandateId, MandateGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(mandateId, options, requestOptions));
 }