Overview

Namespaces

  • Inventorus
    • Models

Classes

  • ExportRequest
  • ImportRequest
  • Overview
  • Namespace
  • Class

Class ExportRequest

Inventorus\Models\ExportRequest implements JsonSerializable
Namespace: Inventorus\Models
Located at ExportRequest.php
Methods summary
public
# __construct( string $steamid,…, string $tradeToken,…, string $message,…, array $items,…, string $successUrl,…, string $failUrl,…, string $updateUrl,… )

Constructor to set initial or default values of member properties

Constructor to set initial or default values of member properties

Parameters

$steamid,…
Initialization value for the property $this->steamid
$tradeToken,…
Initialization value for the property $this->tradeToken
$message,…
Initialization value for the property $this->message
$items,…
Initialization value for the property $this->items
$successUrl,…
Initialization value for the property $this->successUrl
$failUrl,…
Initialization value for the property $this->failUrl
$updateUrl,…
Initialization value for the property $this->updateUrl
public
# jsonSerialize( )

Encode this object to JSON

Encode this object to JSON

Implementation of

JsonSerializable::jsonSerialize()
Properties summary
public string $steamid

SteamID of user

SteamID of user

Required

#
public string $tradeToken

Trade token of user

Trade token of user

Required

#
public string $message

Message of trade offer

Message of trade offer

Optional

#
public array $items

Items to export

Items to export

Required

#
public string $successUrl

Success hook url

Success hook url

Optional

#
public string $failUrl

Fail hook url

Fail hook url

Optional

#
public string $updateUrl

Upate hook url

Upate hook url

Optional

#
API documentation generated by ApiGen