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