Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 351 Bytes

File metadata and controls

41 lines (30 loc) · 351 Bytes

RefundCreateMetadata

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 */