BitmovinApiSdk\Models\AccountInformation
Synopsis
class AccountInformation
extends BitmovinResource
{
- // members
- public string $email;
- public array $apiKeys;
- public string $firstName;
- public string $lastName;
- public string $phone;
- public string $company;
- public bool $verified;
- public Marketplace $marketplace;
- public bool $mfaEnabled;
- public string $intercomIdVerification;
- // Inherited members from BitmovinResource
- public string $name;
- public string $description;
- public Carbon $createdAt;
- public Carbon $modifiedAt;
- public mixed $customData;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this firstName()
- public $this lastName()
- public $this phone()
- public $this company()
- // Inherited methods from BitmovinResource
- public void __construct()
- public $this name()
- public $this description()
- public $this customData()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $apiKeys — \BitmovinApiSdk\Models\AccountApiKey[]
- $company — string
- $createdAt — Carbon\Carbon
- $customData — mixed
- $description — string
- $email — string
- $firstName — string
- $id — string
- $intercomIdVerification — string
- $lastName — string
- $marketplace — BitmovinApiSdk\Models\Marketplace
- $mfaEnabled — BitmovinApiSdk\Models\bool
- $modifiedAt — Carbon\Carbon
- $name — string
- $phone — string
- $verified — BitmovinApiSdk\Models\bool
Methods
public
- __construct()
- company() — Company name of the tenant.
- firstName() — First name of the tenant.
- lastName() — Last name of the tenant.
- phone() — Phone number of the tenant.
Inherited from BitmovinApiSdk\Models\BitmovinResource
public
- customData() — User-specific meta data. This can hold anything.
- description() — Description of the resource. Can be freely chosen by the user.
- name() — Name of the resource. Can be freely chosen by the user.