MovementStatusCorrection
in package
implements
JsonSerializable
Tags
Table of Contents
Interfaces
- JsonSerializable
Constants
- CORRECTION_ID_INVALID_VAT_ID = 1
- CORRECTION_INVALID_VAT_ID_LABEL = "INVALID_VAT_CORRECTION"
Properties
Methods
- getId() : int|null
- getLabel() : string|null
- jsonSerialize() : array<string|int, mixed>
- setId() : void
- setLabel() : void
Constants
CORRECTION_ID_INVALID_VAT_ID
public
mixed
CORRECTION_ID_INVALID_VAT_ID
= 1
CORRECTION_INVALID_VAT_ID_LABEL
public
mixed
CORRECTION_INVALID_VAT_ID_LABEL
= "INVALID_VAT_CORRECTION"
Properties
$id
private
int|null
$id
Tags
$label
private
string|null
$label
Tags
Methods
getId()
public
getId() : int|null
Return values
int|nullgetLabel()
public
getLabel() : string|null
Return values
string|nulljsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setLabel()
public
setLabel(string|null $label) : void
Parameters
- $label : string|null