public class Card extends ExternalAccount
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
Card() |
getAccount, getCustomer, getId, getMetadata, getObject, setAccount, setCustomer, setMetadata, verify, verifyclassURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic String getAddressCity()
public void setAddressCity(String addressCity)
public String getAddressCountry()
public void setAddressCountry(String addressCountry)
public String getAddressLine1()
public void setAddressLine1(String addressLine1)
public String getAddressLine1Check()
public void setAddressLine1Check(String addressLine1Check)
public String getAddressLine2()
public void setAddressLine2(String addressLine2)
public String getAddressState()
public void setAddressState(String addressState)
public String getAddressZip()
public void setAddressZip(String addressZip)
public String getAddressZipCheck()
public void setAddressZipCheck(String addressZipCheck)
public String getBrand()
public void setBrand(String brand)
public String getCountry()
public void setCountry(String country)
public String getCurrency()
public void setCurrency(String currency)
public String getCvcCheck()
public void setCvcCheck(String cvcCheck)
public Boolean getDefaultForCurrency()
public void setDefaultForCurrency(Boolean defaultForCurrency)
public String getDynamicLast4()
public void setDynamicLast4(String dynamicLast4)
public Integer getExpMonth()
public void setExpMonth(Integer expMonth)
public Integer getExpYear()
public void setExpYear(Integer expYear)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public String getFunding()
public void setFunding(String funding)
public String getLast4()
public void setLast4(String last4)
public String getName()
public void setName(String name)
public String getRecipient()
public void setRecipient(String recipient)
public String getStatus()
public void setStatus(String status)
public String getTokenizationMethod()
public void setTokenizationMethod(String tokenizationMethod)
@Deprecated public String getType()
@Deprecated public void setType(String type)
public Card update(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
update in interface MetadataStore<ExternalAccount>update in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIException@Deprecated public Card update(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card update(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
update in interface MetadataStore<ExternalAccount>update in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIExceptionpublic DeletedCard delete() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
delete in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIException@Deprecated public DeletedCard delete(String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public DeletedCard delete(RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
delete in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIExceptionpublic String getInstanceURL()
getInstanceURL in class ExternalAccountCopyright © 2016 Stripe. All rights reserved.