Exemplo n.º 1
0
 public virtual Task <Refund> CreateAsync(RefundCreateOptions options, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.CreateEntityAsync(options, requestOptions, cancellationToken));
 }
Exemplo n.º 2
0
 public virtual Refund Create(RefundCreateOptions options, RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(options, requestOptions));
 }