public interface AccountData
AccountData specifies all the fields on the Account.| Modifier and Type | Method and Description |
|---|---|
String |
getAddress1() |
String |
getAddress2() |
Integer |
getBillCycleDayLocal()
The billCycleDay should be interpreted in the account timezone.
|
String |
getCity() |
String |
getCompanyName() |
String |
getCountry() |
Currency |
getCurrency() |
String |
getEmail() |
String |
getExternalKey() |
Integer |
getFirstNameLength() |
String |
getLocale() |
String |
getName()
The first and last name when that applies are combined into one name.
|
UUID |
getPaymentMethodId() |
String |
getPhone() |
String |
getPostalCode() |
String |
getStateOrProvince() |
org.joda.time.DateTimeZone |
getTimeZone() |
Boolean |
isMigrated() |
Boolean |
isNotifiedForInvoices() |
String getExternalKey()
String getName()
getFirstNameLength()Integer getFirstNameLength()
String getEmail()
Integer getBillCycleDayLocal()
BillingAlignmentCurrency getCurrency()
UUID getPaymentMethodId()
org.joda.time.DateTimeZone getTimeZone()
String getLocale()
String getAddress1()
String getAddress2()
String getCompanyName()
String getCity()
String getStateOrProvince()
String getPostalCode()
String getCountry()
String getPhone()
Boolean isMigrated()
Boolean isNotifiedForInvoices()
Copyright © 2010-2016. All Rights Reserved.