예제 #1
0
 public virtual TransferReversal Get(string parentId, string id, TransferReversalGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetNestedEntity(parentId, id, options, requestOptions));
 }
예제 #2
0
 public virtual Task <TransferReversal> GetAsync(string parentId, string id, TransferReversalGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetNestedEntityAsync(parentId, id, options, requestOptions, cancellationToken));
 }
예제 #3
0
 public virtual TransferReversal Get(string transferId, string reversalId, TransferReversalGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetNestedEntity(transferId, reversalId, options, requestOptions));
 }