public class BillingInfo extends RecurlyObject
| Modifier and Type | Field and Description |
|---|---|
static String |
BILLING_INFO_RESOURCE |
NIL_STR, NIL_VAL| Constructor and Description |
|---|
BillingInfo() |
booleanOrNull, dateTimeOrNull, getHref, integerOrNull, isNull, newXmlMapper, setHref, setRecurlyClient, stringOrNullpublic static final String BILLING_INFO_RESOURCE
public BillingInfo()
public Account getAccount()
public void setAccount(Account account)
public String getFirstName()
public void setFirstName(Object firstName)
public String getLastName()
public void setLastName(Object lastName)
public String getCompany()
public void setCompany(Object company)
public String getAddress1()
public void setAddress1(Object address1)
public String getAddress2()
public void setAddress2(Object address2)
public String getCountry()
public void setCountry(Object country)
public String getVatNumber()
public void setVatNumber(Object vatNumber)
public String getIpAddress()
public void setIpAddress(Object ipAddress)
public String getIpAddressCountry()
public void setIpAddressCountry(Object ipAddressCountry)
public String getCardType()
public void setCardType(Object cardType)
public String getFirstSix()
public void setFirstSix(Object firstSix)
public String getLastFour()
public void setLastFour(Object lastFour)
public String getVerificationValue()
public void setVerificationValue(Object verificationValue)
public String getTokenId()
public void setTokenId(String tokenId)
Copyright © 2012-2014. All Rights Reserved.