Documentation

ClientAuthorizationSerializable
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$accountTypeId  : int
$authorizationStatusId  : int
$authorizationTypeId  : int
$authorizedUserAccount  : int
$client  : Client

Methods

createFromAuthorization()  : mixed
createFromOwnedClient()  : mixed
getAccountTypeId()  : int
Get the value of accountTypeId
getAuthorizationStatusId()  : int
Get the value of authorizationStatusId
getAuthorizationTypeId()  : int
Get the value of authorizationTypeId
getAuthorizedUserAccount()  : int
Get the value of authorizedUserAccount
getClient()  : Client
Get the value of client
getClientDeletedAt()  : string|null
jsonSerialize()  : mixed
setAccountTypeId()  : self
Set the value of accountTypeId
setAuthorizationStatusId()  : self
Set the value of authorizationStatusId
setAuthorizationTypeId()  : self
Set the value of authorizationTypeId
setAuthorizedUserAccount()  : self
Set the value of authorizedUserAccount
setClient()  : self
Set the value of client

Properties

Methods

setAccountTypeId()

Set the value of accountTypeId

public setAccountTypeId(int $accountTypeId) : self
Parameters
$accountTypeId : int
Return values
self

setAuthorizationStatusId()

Set the value of authorizationStatusId

public setAuthorizationStatusId(int $authorizationStatusId) : self
Parameters
$authorizationStatusId : int
Return values
self

setAuthorizationTypeId()

Set the value of authorizationTypeId

public setAuthorizationTypeId(int $authorizationTypeId) : self
Parameters
$authorizationTypeId : int
Return values
self

setAuthorizedUserAccount()

Set the value of authorizedUserAccount

public setAuthorizedUserAccount(int $authorizedUserAccount) : self
Parameters
$authorizedUserAccount : int
Return values
self

        
On this page

Search results