public class Card extends APIResource
APIResource.RequestMethodCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
Card() |
_request, classURL, instanceURL, request, singleClassURLtoStringpublic Card update(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card update(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public DeletedCard delete() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public DeletedCard delete(String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public String getInstanceURL()
public String getId()
public void setId(String id)
public String getCustomer()
public void setCustomer(String customer)
public Integer getExpMonth()
public void setExpMonth(Integer expMonth)
public Integer getExpYear()
public void setExpYear(Integer expYear)
public String getLast4()
public void setLast4(String last4)
public String getCountry()
public void setCountry(String country)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getAddressLine1()
public void setAddressLine1(String addressLine1)
public String getAddressLine2()
public void setAddressLine2(String addressLine2)
public String getAddressCity()
public void setAddressCity(String addressCity)
public String getAddressZip()
public void setAddressZip(String addressZip)
public String getAddressState()
public void setAddressState(String addressState)
public String getAddressCountry()
public void setAddressCountry(String addressCountry)
public String getAddressZipCheck()
public void setAddressZipCheck(String addressZipCheck)
public String getAddressLine1Check()
public void setAddressLine1Check(String addressLine1Check)
public String getCvcCheck()
public void setCvcCheck(String cvcCheck)
public String getFingerprint()
public void setFingerprint(String fingerprint)
Copyright © 2014 Stripe. All rights reserved.