ListStatuses

Extends \Dumkaaa\Boxberry\Api\Common\Model\AbstractModel

Абстрактная модель

package

Default

Methods

AbstractModel constructor.

__construct(array $data = array()) 
inherited

Arguments

$data

array

createFromAttributes

createFromAttributes(array $attributes) 
inherited static
inheritdoc

Arguments

$attributes

array

Устанавливает историю статусов их массива

setHistory(array $history) : $this

Arguments

$history

array

Response

$this

Properties

Текущий статус

status : string
var

Текущий статус

Type(s)

string

Код статуса

code : string
var

Код статуса

Type(s)

string

История изменения статусов

history : array<mixed,\Dumkaaa\Boxberry\Api\C2C\Model\Status>
var

История изменения статусов

Type(s)

array<mixed,\Dumkaaa\Boxberry\Api\C2C\Model\Status>