Name | Type | Description | Notes |
---|---|---|---|
ActiveSince | Pointer to time.Time | The activation date and time for the child account. | [optional] [readonly] |
Address1 | Pointer to string | First line of this child account's billing address. | [optional] |
Address2 | Pointer to string | Second line of this child account's billing address, if applicable. | [optional] |
Balance | Pointer to float32 | This child account's balance, in US dollars. | [optional] [readonly] |
BalanceUninvoiced | Pointer to float32 | This child account's current estimated invoice in US dollars. This is not your final invoice balance. Transfer charges are not included in the estimate. | [optional] [readonly] |
BillingSource | Pointer to string | The source of service charges for this account, as determined by its relationship with Akamai. The API returns a value of `external` to describe a child account in a parent-child account environment. | [optional] [readonly] |
Capabilities | Pointer to []string | A list of the capabilities the child account supports. | [optional] [readonly] |
City | Pointer to string | The city for this child account's billing address. | [optional] |
Company | Pointer to string | The company name for the owner of this child account. It can't include any of these characters: `<` `>` `(` `)` `"` `=`. You can't change this value yourself. We use it to create the proxy users that a parent account uses to access a child account. Talk to your account team if you need to change this value. | [optional] |
Country | Pointer to string | The two-letter ISO 3166 country code for this child account's billing address. | [optional] |
CreditCard | Pointer to GetChildAccounts200ResponseDataInnerCreditCard | [optional] | |
Pointer to string | The email address of the owner of this child account. | [optional] | |
Euuid | Pointer to string | An external, unique identifier that Akamai assigned to the child account. | [optional] [readonly] |
FirstName | Pointer to string | The first name of the owner of this child account. It can't include any of these characters: `<` `>` `(` `)` `"` `=`. | [optional] |
LastName | Pointer to string | The last name of the owner of this child account. It can't include any of these characters: `<` `>` `(` `)` `"` `=`. | [optional] |
Phone | Pointer to string | The phone number for the owner of this child account. | [optional] |
State | Pointer to string | The state or province for the billing address (`address_1` and `address_2, if applicable`). If in the United States (US) or Canada (CA), this is the two-letter ISO 3166 State or Province code. Note. If this is a US military address, use state abbreviations (AA, AE, AP). | [optional] |
TaxId | Pointer to string | The tax identification number for this child account. Use this for tax calculations in some countries. If you live in a country that doesn't collect taxes, ensure this is an empty string (`""`). | [optional] |
Zip | Pointer to string | The zip code of this Account's billing address. The following restrictions apply: - Can only contain ASCII letters, numbers, and hyphens (`-`). - Can't contain more than 9 letter or number characters. | [optional] |
func NewGetChildAccounts200ResponseDataInner() *GetChildAccounts200ResponseDataInner
NewGetChildAccounts200ResponseDataInner instantiates a new GetChildAccounts200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetChildAccounts200ResponseDataInnerWithDefaults() *GetChildAccounts200ResponseDataInner
NewGetChildAccounts200ResponseDataInnerWithDefaults instantiates a new GetChildAccounts200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetChildAccounts200ResponseDataInner) GetActiveSince() time.Time
GetActiveSince returns the ActiveSince field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetActiveSinceOk() (*time.Time, bool)
GetActiveSinceOk returns a tuple with the ActiveSince field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetActiveSince(v time.Time)
SetActiveSince sets ActiveSince field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasActiveSince() bool
HasActiveSince returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetAddress1() string
GetAddress1 returns the Address1 field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetAddress1Ok() (*string, bool)
GetAddress1Ok returns a tuple with the Address1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetAddress1(v string)
SetAddress1 sets Address1 field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasAddress1() bool
HasAddress1 returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetAddress2() string
GetAddress2 returns the Address2 field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetAddress2Ok() (*string, bool)
GetAddress2Ok returns a tuple with the Address2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetAddress2(v string)
SetAddress2 sets Address2 field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasAddress2() bool
HasAddress2 returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetBalance() float32
GetBalance returns the Balance field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetBalanceOk() (*float32, bool)
GetBalanceOk returns a tuple with the Balance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetBalance(v float32)
SetBalance sets Balance field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetBalanceUninvoiced() float32
GetBalanceUninvoiced returns the BalanceUninvoiced field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetBalanceUninvoicedOk() (*float32, bool)
GetBalanceUninvoicedOk returns a tuple with the BalanceUninvoiced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetBalanceUninvoiced(v float32)
SetBalanceUninvoiced sets BalanceUninvoiced field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasBalanceUninvoiced() bool
HasBalanceUninvoiced returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetBillingSource() string
GetBillingSource returns the BillingSource field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetBillingSourceOk() (*string, bool)
GetBillingSourceOk returns a tuple with the BillingSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetBillingSource(v string)
SetBillingSource sets BillingSource field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasBillingSource() bool
HasBillingSource returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetCapabilities() []string
GetCapabilities returns the Capabilities field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetCapabilitiesOk() (*[]string, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetCapabilities(v []string)
SetCapabilities sets Capabilities field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetCity(v string)
SetCity sets City field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetCompany() string
GetCompany returns the Company field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetCompany(v string)
SetCompany sets Company field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetCreditCard() GetChildAccounts200ResponseDataInnerCreditCard
GetCreditCard returns the CreditCard field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetCreditCardOk() (*GetChildAccounts200ResponseDataInnerCreditCard, bool)
GetCreditCardOk returns a tuple with the CreditCard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetCreditCard(v GetChildAccounts200ResponseDataInnerCreditCard)
SetCreditCard sets CreditCard field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasCreditCard() bool
HasCreditCard returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetEuuid() string
GetEuuid returns the Euuid field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetEuuidOk() (*string, bool)
GetEuuidOk returns a tuple with the Euuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetEuuid(v string)
SetEuuid sets Euuid field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasEuuid() bool
HasEuuid returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetState(v string)
SetState sets State field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasState() bool
HasState returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetTaxId() string
GetTaxId returns the TaxId field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetTaxIdOk() (*string, bool)
GetTaxIdOk returns a tuple with the TaxId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetTaxId(v string)
SetTaxId sets TaxId field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasTaxId() bool
HasTaxId returns a boolean if a field has been set.
func (o *GetChildAccounts200ResponseDataInner) GetZip() string
GetZip returns the Zip field if non-nil, zero value otherwise.
func (o *GetChildAccounts200ResponseDataInner) GetZipOk() (*string, bool)
GetZipOk returns a tuple with the Zip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetChildAccounts200ResponseDataInner) SetZip(v string)
SetZip sets Zip field to given value.
func (o *GetChildAccounts200ResponseDataInner) HasZip() bool
HasZip returns a boolean if a field has been set.