Exemplo n.º 1
0
 public virtual BankAccount Delete(string customerId, string bankAccountId, BankAccountDeleteOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.DeleteNestedEntity(customerId, bankAccountId, options, requestOptions));
 }
Exemplo n.º 2
0
 public virtual Task <BankAccount> DeleteAsync(string customerId, string bankAccountId, BankAccountDeleteOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.DeleteNestedEntityAsync(customerId, bankAccountId, options, requestOptions, cancellationToken));
 }
Exemplo n.º 3
0
 public virtual BankAccount Delete(string parentId, string id, BankAccountDeleteOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.DeleteNestedEntity(parentId, id, options, requestOptions));
 }