Esempio n. 1
0
 public virtual Task <Refund> UpdateAsync(string refundId, RefundUpdateOptions options, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.UpdateEntityAsync(refundId, options, requestOptions, cancellationToken));
 }
Esempio n. 2
0
 public virtual Refund Update(string refundId, RefundUpdateOptions options, RequestOptions requestOptions = null)
 {
     return(this.UpdateEntity(refundId, options, requestOptions));
 }