public static final class CustomerBankAccountService.CustomerBankAccountDisableRequest extends PostRequest<CustomerBankAccount>
Request class for CustomerBankAccountService.disable(java.lang.String)
.
Immediately cancels all associated mandates and cancellable payments.
This will return a disable_failed
error if the bank account has already been disabled.
A disabled bank account can be re-enabled by creating a new bank account resource with the same details.
Modifier and Type | Method and Description |
---|---|
CustomerBankAccountService.CustomerBankAccountDisableRequest |
withHeader(java.lang.String headerName,
java.lang.String headerValue) |
execute, executeWrapped
public CustomerBankAccountService.CustomerBankAccountDisableRequest withHeader(java.lang.String headerName, java.lang.String headerValue)