Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 555 Bytes

File metadata and controls

50 lines (37 loc) · 555 Bytes

AccountingJournalSourceValue

Supported Types

string

/**
* @var string
*/
string $value = /* values here */

float

/**
* @var float
*/
float $value = /* values here */

bool

/**
* @var bool
*/
bool $value = /* values here */

Components\AccountingJournalSourceValue4

/**
* @var Components\AccountingJournalSourceValue4
*/
Components\AccountingJournalSourceValue4 $value = /* values here */

array

/**
* @var array<mixed>
*/
array $value = /* values here */