AdditionalService
extends AbstractApiObject
in package
AdditionalService class
Tags
Table of Contents
- $id : id
- $required : required
- $name : name
- $properties : properties
- __construct() : void
- AdditionalService constructor.
- get_id() : string|null
- Getter method for id.
- get_name() : string
- Getter method for name.
- get_properties() : Properties
- Getter method for properties.
- get_required_fields() : array<string|int, mixed>
- Getter method for id.
- set_id() : void
- Setter method for id.
- set_name() : void
- Setter method for name.
- set_properties() : void
- Setter method for properties.
- to_array() : array<string|int, mixed>
- Getter method for parameter array.
- to_string() : string
- Getter method for string representation.
Properties
$id
protected
id
$id
$required
protected
required
$required
$name
private
name
$name
$properties
private
properties
$properties
Methods
__construct()
AdditionalService constructor.
public
__construct(string $name[, Properties $properties = null ]) : void
Parameters
- $name : string
- $properties : Properties = null
Tags
Return values
void —get_id()
Getter method for id.
public
get_id() : string|null
Return values
string|null —The id.
get_name()
Getter method for name.
public
get_name() : string
Return values
string —The name.
get_properties()
Getter method for properties.
public
get_properties() : Properties
Tags
Return values
Properties —The properties.
get_required_fields()
Getter method for id.
public
get_required_fields() : array<string|int, mixed>
Return values
array<string|int, mixed> —The id.
set_id()
Setter method for id.
public
set_id(string $id) : void
Parameters
- $id : string
-
The id to set.
Return values
void —set_name()
Setter method for name.
public
set_name(string $name) : void
Parameters
- $name : string
-
The name to set.
Tags
Return values
void —set_properties()
Setter method for properties.
public
set_properties(Properties $properties) : void
Parameters
- $properties : Properties
-
The properties to set.
Tags
Return values
void —to_array()
Getter method for parameter array.
public
to_array() : array<string|int, mixed>
Return values
array<string|int, mixed> —The class object as array.
to_string()
Getter method for string representation.
public
to_string() : string
Return values
string —The object as string representation.
