예제 #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));
 }
예제 #2
0
 public virtual Topup Get(string topupId, TopupGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(topupId, options, requestOptions));
 }