Skip to content

Subaccount

André Matthies edited this page Feb 6, 2025 · 1 revision

Subaccount

  • Full name: \Seven\Api\Resource\Subaccounts\Subaccount

Properties

autoTopup

protected \Seven\Api\Resource\Subaccounts\AutoTopUp $autoTopup

balance

protected float $balance

company

protected ?string $company

contact

protected \Seven\Api\Resource\Subaccounts\SubaccountContact $contact

id

protected int $id

totalUsage

protected float $totalUsage

username

protected ?string $username

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getAutoTopup

public getAutoTopup(): object

getBalance

public getBalance(): float

getCompany

public getCompany(): ?string

getContact

public getContact(): object

getId

public getId(): int

getTotalUsage

public getTotalUsage(): float

getUsername

public getUsername(): ?string


Automatically generated on 2025-02-06

Clone this wiki locally