public class Account extends RecurlyObject
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
ACCOUNT_CODE_PATTERN |
static String |
ACCOUNT_RESOURCE |
NIL_STR, NIL_VAL| Constructor and Description |
|---|
Account() |
booleanOrNull, dateTimeOrNull, getHref, integerOrNull, isNull, newXmlMapper, setRecurlyClient, stringOrNullpublic static final String ACCOUNT_RESOURCE
public static final Pattern ACCOUNT_CODE_PATTERN
public Account()
public void setHref(Object href)
setHref in class RecurlyObjectpublic Address getAddress()
public void setAddress(Address address)
public Adjustments getAdjustments()
public void setAdjustments(Adjustments adjustments)
public Invoices getInvoices()
public void setInvoices(Invoices invoices)
public Subscriptions getSubscriptions()
public void setSubscriptions(Subscriptions subscriptions)
public Transactions getTransactions()
public void setTransactions(Transactions transactions)
public String getAccountCode()
public void setAccountCode(Object accountCode)
public String getUsername()
public void setUsername(Object username)
public String getFirstName()
public void setFirstName(Object firstName)
public String getLastName()
public void setLastName(Object lastName)
public String getCompanyName()
public void setCompanyName(Object companyName)
public String getAcceptLanguage()
public void setAcceptLanguage(Object acceptLanguage)
public String getHostedLoginToken()
public void setHostedLoginToken(Object hostedLoginToken)
public org.joda.time.DateTime getCreatedAt()
public void setCreatedAt(Object createdAt)
public BillingInfo getBillingInfo()
public void setBillingInfo(BillingInfo billingInfo)
Copyright © 2012-2014. All Rights Reserved.