Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 348 Bytes

CustomerMetadata1.md

File metadata and controls

41 lines (30 loc) · 348 Bytes

CustomerMetadata1

Supported Types

string

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

int

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

float

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

bool

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