示例#1
0
 public virtual ApplicationFeeRefund Get(string parentId, string id, ApplicationFeeRefundGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetNestedEntity(parentId, id, options, requestOptions));
 }
示例#2
0
 public virtual Task <ApplicationFeeRefund> GetAsync(string parentId, string id, ApplicationFeeRefundGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetNestedEntityAsync(parentId, id, options, requestOptions, cancellationToken));
 }
 public virtual ApplicationFeeRefund Get(string applicationFeeId, string refundId, ApplicationFeeRefundGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetNestedEntity(applicationFeeId, refundId, options, requestOptions));
 }