| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
Customer.createBankAccount(Map<String,Object> params)
Deprecated.
|
BankAccount |
Customer.createBankAccount(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
BankAccount |
Customer.createBankAccount(String token)
Deprecated.
|
BankAccount |
Customer.createBankAccount(String token,
RequestOptions options)
Deprecated.
|
BankAccount |
Transfer.getAccount()
Deprecated.
Use `bank_account` field (https://stripe.com/docs/upgrades#2014-05-19)
|
BankAccount |
Recipient.getActiveAccount() |
BankAccount |
Transfer.getBankAccount() |
BankAccount |
Token.getBankAccount() |
BankAccount |
BankAccount.update(Map<String,Object> params) |
BankAccount |
BankAccount.update(Map<String,Object> params,
RequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.setAccount(BankAccount account)
Deprecated.
Use `bank_account` field (https://stripe.com/docs/upgrades#2014-05-19)
|
void |
Recipient.setActiveAccount(BankAccount activeAccount) |
void |
Transfer.setBankAccount(BankAccount bankAccount) |
void |
Token.setBankAccount(BankAccount bankAccount) |
Copyright © 2016 Stripe. All rights reserved.