public class BankAccount extends ExternalAccount
APIResource.RequestMethod, APIResource.RequestType
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
BankAccount() |
Modifier and Type | Method and Description |
---|---|
DeletedBankAccount |
delete() |
DeletedBankAccount |
delete(RequestOptions options) |
String |
getAccountHolderName() |
String |
getAccountHolderType() |
String |
getBankName() |
String |
getCountry() |
String |
getCurrency() |
Boolean |
getDefaultForCurrency() |
String |
getFingerprint() |
String |
getLast4() |
String |
getRoutingNumber() |
String |
getStatus() |
Boolean |
getValidated() |
void |
setAccountHolderName(String accountHolderName) |
void |
setAccountHolderType(String accountHolderType) |
void |
setBankName(String bankName) |
void |
setCountry(String country) |
void |
setCurrency(String currency) |
void |
setDefaultForCurrency(Boolean defaultForCurrency) |
void |
setFingerprint(String fingerprint) |
void |
setLast4(String last4) |
void |
setRoutingNumber(String routingNumber) |
void |
setStatus(String status) |
void |
setValidated(Boolean validated) |
BankAccount |
update(Map<String,Object> params) |
BankAccount |
update(Map<String,Object> params,
RequestOptions options) |
getAccount, getCustomer, getId, getInstanceURL, getMetadata, getObject, setAccount, setCustomer, setMetadata, verify, verify
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncode
equals, toString
public String getAccountHolderName()
public void setAccountHolderName(String accountHolderName)
public String getAccountHolderType()
public void setAccountHolderType(String accountHolderType)
public String getBankName()
public void setBankName(String bankName)
public String getCountry()
public void setCountry(String country)
public String getCurrency()
public void setCurrency(String currency)
public Boolean getDefaultForCurrency()
public void setDefaultForCurrency(Boolean defaultForCurrency)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public String getLast4()
public void setLast4(String last4)
public String getRoutingNumber()
public void setRoutingNumber(String routingNumber)
public String getStatus()
public void setStatus(String status)
public Boolean getValidated()
public void setValidated(Boolean validated)
public BankAccount update(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
update
in interface MetadataStore<ExternalAccount>
update
in class ExternalAccount
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public BankAccount update(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
update
in interface MetadataStore<ExternalAccount>
update
in class ExternalAccount
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public DeletedBankAccount delete() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
delete
in class ExternalAccount
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public DeletedBankAccount delete(RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
delete
in class ExternalAccount
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
Copyright © 2016 Stripe. All rights reserved.