public interface MutableAccountData extends AccountData
MutableAccountData is used to set the AccountData fields individually and pass them as the whole
to the AccountUserApi.| Modifier and Type | Method and Description |
|---|---|
void |
setAddress1(String address1)
Sets the account address (first line)
|
void |
setAddress2(String address2)
Sets the account address (second line)
|
void |
setBillCycleDayLocal(int billCycleDayLocal)
Sets the account billCycleDayLocal
|
void |
setCity(String city)
Sets the account city
|
void |
setCompanyName(String companyName)
Sets the account company name
|
void |
setCountry(String country)
Sets the account country
|
void |
setCurrency(Currency currency)
Sets the account currency
|
void |
setEmail(String email)
Sets the default account email
|
void |
setExternalKey(String externalKey)
Sets the account external Key
|
void |
setFirstNameLength(int firstNameLength)
Sets the length for the first name-- if applicable
|
void |
setIsMigrated(boolean isMigrated)
Sets whether the account has been migrated or not
|
void |
setIsNotifiedForInvoices(boolean isNotifiedForInvoices)
Sets whether or not the account should receive notification on future invoices
|
void |
setLocale(String locale)
Sets the account locale
|
void |
setName(String name)
Sets the account name
|
void |
setPaymentMethodId(UUID paymentMethodId)
Sets the UUID of the default paymentMethod
|
void |
setPhone(String phone)
Sets the account phone number
|
void |
setPostalCode(String postalCode)
Sets the account postalCode
|
void |
setStateOrProvince(String stateOrProvince)
Sets the account state or province
|
void |
setTimeZone(org.joda.time.DateTimeZone timeZone)
Sets the account timezone
|
getAddress1, getAddress2, getBillCycleDayLocal, getCity, getCompanyName, getCountry, getCurrency, getEmail, getExternalKey, getFirstNameLength, getLocale, getName, getPaymentMethodId, getPhone, getPostalCode, getStateOrProvince, getTimeZone, isMigrated, isNotifiedForInvoicesvoid setExternalKey(String externalKey)
externalKey - void setEmail(String email)
email - void setName(String name)
name - void setFirstNameLength(int firstNameLength)
firstNameLength - void setCurrency(Currency currency)
currency - void setBillCycleDayLocal(int billCycleDayLocal)
billCycleDayLocal - void setPaymentMethodId(UUID paymentMethodId)
paymentMethodId - void setTimeZone(org.joda.time.DateTimeZone timeZone)
timeZone - void setLocale(String locale)
locale - void setAddress1(String address1)
address1 - void setAddress2(String address2)
address2 - void setCompanyName(String companyName)
companyName - void setCity(String city)
city - void setStateOrProvince(String stateOrProvince)
stateOrProvince - void setCountry(String country)
country - void setPostalCode(String postalCode)
postalCode - void setPhone(String phone)
phone - void setIsMigrated(boolean isMigrated)
isMigrated - void setIsNotifiedForInvoices(boolean isNotifiedForInvoices)
isNotifiedForInvoices - Copyright © 2010-2015. All Rights Reserved.