| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
Transfer.getAccount() |
BankAccount |
Recipient.getActiveAccount() |
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) |
void |
Recipient.setActiveAccount(BankAccount activeAccount) |
void |
Token.setBankAccount(BankAccount bankAccount) |
Copyright © 2015 Stripe. All rights reserved.