\billythekid\v12finance\modelsRetailer

Class Retailer

Summary

Methods
Properties
Constants
__construct()
getAuthenticationKey()
getRetailerGuid()
getRetailerId()
jsonSerialize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$authenticationKey
$retailerGuid
$retailerId
N/A

Properties

$authenticationKey

$authenticationKey : null

The retailer's authentication key

Type

null

$retailerGuid

$retailerGuid : null

The retailer's GUID

Type

null

$retailerId

$retailerId : null

The retailer's ID

Type

null

Methods

__construct()

__construct(null  $authenticationKey = null, null  $retailerGuid = null, null  $retailerId = null) 

Retailer constructor.

Parameters

null $authenticationKey
null $retailerGuid
null $retailerId

getAuthenticationKey()

getAuthenticationKey() : string

Gets the authentication key

Returns

string

getRetailerGuid()

getRetailerGuid() : string

Gets the GUID

Returns

string

getRetailerId()

getRetailerId() : string

Gets the ID

Returns

string

jsonSerialize()

jsonSerialize() : mixed

Specify data which should be serialized to JSON

Returns

mixed —

data which can be serialized by json_encode, which is a value of any type other than a resource.