コード例 #1
0
 public virtual Task <CustomerBalanceTransaction> CreateAsync(string customerId, CustomerBalanceTransactionCreateOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(this.CreateNestedEntityAsync(customerId, options, requestOptions, cancellationToken));
 }
コード例 #2
0
 public virtual CustomerBalanceTransaction Create(string customerId, CustomerBalanceTransactionCreateOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.CreateNestedEntity(customerId, options, requestOptions));
 }