Overview

Namespaces

  • Ctct
    • Auth
    • Components
      • Account
      • Activities
      • Contacts
      • EmailMarketing
      • Library
      • Tracking
    • Exceptions
    • Services
    • Util
    • WebHooks

Classes

  • AccountInfo
  • VerifiedEmailAddress
  • Overview
  • Namespace
  • Class

Class AccountInfo

Represents account info associated with an access token in Constant Contact

Ctct\Components\Component
Extended by Ctct\Components\Account\AccountInfo
Namespace: Ctct\Components\Account
Package: Components\Account
Author: ewaltman
Located at Components/Account/AccountInfo.php
Methods summary
public static Ctct\Components\Account\AccountInfo
# create( array $props )

Factory method to create an AccountInfo object from an array

Factory method to create an AccountInfo object from an array

Parameters

$props
  • associative array of initial properties to set

Returns

Ctct\Components\Account\AccountInfo
public
# toJson( )
Methods inherited from Ctct\Components\Component
getValue()
Properties summary
public string $website

Website associated with the account

Website associated with the account

#
public string $organization_name

Name of organization associated with the account

Name of organization associated with the account

#
public string $time_zone

Time zone used with the account

Time zone used with the account

#
public string $first_name

First name of the account user

First name of the account user

#
public string $last_name

Last name of the account user

Last name of the account user

#
public string $email

Email address associated with the account

Email address associated with the account

#
public string $phone

Phone number associated with the account

Phone number associated with the account

#
public string $company_logo

URL of the company logo associated with the account

URL of the company logo associated with the account

#
public string $country_code

Country code associated with the account

Country code associated with the account

#
public string $state_code

State code associated with the account

State code associated with the account

#
public array $organization_addresses

Array of organization addresses associated with the account

Array of organization addresses associated with the account

#
API documentation generated by ApiGen