Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 619 Bytes

File metadata and controls

50 lines (37 loc) · 619 Bytes

AccountingJournalCreateRequestDtoSourceValue

Supported Types

string

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

float

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

bool

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

Components\AccountingJournalCreateRequestDtoSourceValue4

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

array

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