public class ExternalAccount extends APIResource
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
ExternalAccount() |
| Modifier and Type | Method and Description |
|---|---|
DeletedExternalAccount |
delete() |
DeletedExternalAccount |
delete(RequestOptions options) |
String |
getAccount() |
String |
getCustomer() |
String |
getId() |
String |
getInstanceURL() |
String |
getObject() |
void |
setAccount(String account) |
void |
setCustomer(String customer) |
ExternalAccount |
update(Map<String,Object> params) |
ExternalAccount |
update(Map<String,Object> params,
RequestOptions options) |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic String getId()
public String getObject()
public String getCustomer()
public void setCustomer(String customer)
public String getAccount()
public void setAccount(String account)
public String getInstanceURL()
public ExternalAccount update(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public ExternalAccount update(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public DeletedExternalAccount delete() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public DeletedExternalAccount delete(RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2015 Stripe. All rights reserved.