| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
static Account |
Account.create(Map<String,Object> params) |
static Account |
Account.create(Map<String,Object> params,
RequestOptions options) |
Account |
Account.reject(Map<String,Object> params) |
static Account |
Account.retrieve() |
static Account |
Account.retrieve(RequestOptions options) |
static Account |
Account.retrieve(String apiKeyOrAccountId)
Deprecated.
|
static Account |
Account.retrieve(String id,
RequestOptions options) |
Account |
Account.update(Map<String,Object> params) |
Account |
Account.update(Map<String,Object> params,
RequestOptions options) |
Copyright © 2016 Stripe. All rights reserved.