Documentation

Client extends Model
in package

Table of Contents

Properties

$access_blocked  : bool
$active  : bool
$awaiting_delete_since  : string|null
$chargebee_userid  : string|null
$company_address  : string|null
$company_address_house_number  : string|null
$company_address_line_two  : string|null
$company_address_street  : string|null
$company_city  : string|null
$company_country_id  : int|null
$company_logo  : string|null
$company_name  : string|null
$company_state  : string|null
$company_zip  : string|null
$default_trader_type_id  : int|null
$deleted_at  : string|null
$gocardless_userid  : string|null
$id  : int
$siret_number  : string|null
$textid  : string|null
$warehouse_country_id  : int|null

Methods

getAccessBlocked()  : bool
Get the value of access_blocked
getActive()  : bool
Get the value of active
getAwaitingDeleteSince()  : string|null
Get the value of awaiting_delete_since
getAwaitingDeleteSinceDateTime()  : DateTime|null
getChargebeeUserId()  : string|null
Get the value of chargebee_userid
getCompanyAddress()  : string|null
Get the value of company_address
getCompanyAddressHouseNumber()  : string|null
getCompanyAddressLineTwo()  : string|null
getCompanyAddressStreet()  : string|null
getCompanyCity()  : string|null
Get the value of company_city
getCompanyCountryId()  : int|null
Get the value of company_country_id
getCompanyLogo()  : string|null
Get the value of company_logo
getCompanyName()  : string|null
Get the value of company_name
getCompanyState()  : string|null
Get the value of company_state
getCompanyZip()  : string|null
Get the value of company_zip
getDefaultTraderType()  : TraderType
getDefaultTraderTypeId()  : int
getDeletedAt()  : string|null
Get the value of deleted_at
getDeletedAtDateTime()  : DateTime|null
getGocardlessUserId()  : string|null
Get the value of gocardless_userid
getId()  : int
Get the value of id
getSiretNumber()  : string|null
Get the value of siret_number
getTextId()  : string|null
Get the value of textid
getWarehouseCountryId()  : int|null
Get the value of warehouse_country_id
initialize()  : mixed
setAccessBlocked()  : self
Set the value of access_blocked
setActive()  : self
Set the value of active
setAwaitingDeleteSince()  : self
Set the value of awaiting_delete_since
setAwaitingDeleteSinceDateTime()  : self
setChargebeeUserId()  : self
Set the value of chargebee_userid
setCompanyAddress()  : self
Set the value of company_address
setCompanyAddressHouseNumber()  : self
setCompanyAddressLineTwo()  : self
setCompanyAddressStreet()  : self
setCompanyCity()  : self
Set the value of company_city
setCompanyCountryId()  : self
Set the value of company_country_id
setCompanyLogo()  : self
Set the value of company_logo
setCompanyName()  : self
Set the value of company_name
setCompanyState()  : self
Set the value of company_state
setCompanyZip()  : self
Set the value of company_zip
setDefaultTraderTypeId()  : self
setDeletedAt()  : self
Set the value of deleted_at
setDeletedAtDateTime()  : self
setGocardlessUserId()  : self
Set the value of gocardless_userid
setSiretNumber()  : self
Set the value of siret_number
setTextId()  : self
Set the value of textid
setWarehouseCountryId()  : self
Set the value of warehouse_country_id

Properties

$access_blocked

protected bool $access_blocked

$awaiting_delete_since

protected string|null $awaiting_delete_since

$chargebee_userid

protected string|null $chargebee_userid

$company_address

protected string|null $company_address

$company_address_house_number

protected string|null $company_address_house_number

$company_address_line_two

protected string|null $company_address_line_two

$company_address_street

protected string|null $company_address_street

$company_city

protected string|null $company_city

$company_country_id

protected int|null $company_country_id
protected string|null $company_logo

$company_name

protected string|null $company_name

$company_state

protected string|null $company_state

$company_zip

protected string|null $company_zip

$default_trader_type_id

protected int|null $default_trader_type_id

$deleted_at

protected string|null $deleted_at

$gocardless_userid

protected string|null $gocardless_userid

$siret_number

protected string|null $siret_number

$textid

protected string|null $textid

$warehouse_country_id

protected int|null $warehouse_country_id

Methods

getAccessBlocked()

Get the value of access_blocked

public getAccessBlocked() : bool
Return values
bool

getActive()

Get the value of active

public getActive() : bool
Return values
bool

getAwaitingDeleteSince()

Get the value of awaiting_delete_since

public getAwaitingDeleteSince() : string|null
Return values
string|null

getAwaitingDeleteSinceDateTime()

public getAwaitingDeleteSinceDateTime() : DateTime|null
Return values
DateTime|null

getChargebeeUserId()

Get the value of chargebee_userid

public getChargebeeUserId() : string|null
Return values
string|null

getCompanyAddress()

Get the value of company_address

public getCompanyAddress() : string|null
Return values
string|null

getCompanyAddressHouseNumber()

public getCompanyAddressHouseNumber() : string|null
Return values
string|null

getCompanyAddressLineTwo()

public getCompanyAddressLineTwo() : string|null
Return values
string|null

getCompanyAddressStreet()

public getCompanyAddressStreet() : string|null
Return values
string|null

getCompanyCity()

Get the value of company_city

public getCompanyCity() : string|null
Return values
string|null

getCompanyCountryId()

Get the value of company_country_id

public getCompanyCountryId() : int|null
Return values
int|null

Get the value of company_logo

public getCompanyLogo() : string|null
Return values
string|null

getCompanyName()

Get the value of company_name

public getCompanyName() : string|null
Return values
string|null

getCompanyState()

Get the value of company_state

public getCompanyState() : string|null
Return values
string|null

getCompanyZip()

Get the value of company_zip

public getCompanyZip() : string|null
Return values
string|null

getDefaultTraderTypeId()

public getDefaultTraderTypeId() : int
Return values
int

getDeletedAt()

Get the value of deleted_at

public getDeletedAt() : string|null
Return values
string|null

getDeletedAtDateTime()

public getDeletedAtDateTime() : DateTime|null
Return values
DateTime|null

getGocardlessUserId()

Get the value of gocardless_userid

public getGocardlessUserId() : string|null
Return values
string|null

getId()

Get the value of id

public getId() : int
Return values
int

getSiretNumber()

Get the value of siret_number

public getSiretNumber() : string|null
Return values
string|null

getTextId()

Get the value of textid

public getTextId() : string|null
Return values
string|null

getWarehouseCountryId()

Get the value of warehouse_country_id

public getWarehouseCountryId() : int|null
Return values
int|null

initialize()

public initialize() : mixed

setAccessBlocked()

Set the value of access_blocked

public setAccessBlocked(bool $access_blocked) : self
Parameters
$access_blocked : bool
Return values
self

setActive()

Set the value of active

public setActive(bool $active) : self
Parameters
$active : bool
Return values
self

setAwaitingDeleteSince()

Set the value of awaiting_delete_since

public setAwaitingDeleteSince(string|null $awaiting_delete_since) : self
Parameters
$awaiting_delete_since : string|null
Return values
self

setAwaitingDeleteSinceDateTime()

public setAwaitingDeleteSinceDateTime([DateTime|null $time = null ]) : self
Parameters
$time : DateTime|null = null
Return values
self

setChargebeeUserId()

Set the value of chargebee_userid

public setChargebeeUserId(string|null $chargebee_userid) : self
Parameters
$chargebee_userid : string|null
Return values
self

setCompanyAddress()

Set the value of company_address

public setCompanyAddress(string|null $company_address) : self
Parameters
$company_address : string|null
Return values
self

setCompanyAddressHouseNumber()

public setCompanyAddressHouseNumber(string|null $company_address_house_number) : self
Parameters
$company_address_house_number : string|null
Return values
self

setCompanyAddressLineTwo()

public setCompanyAddressLineTwo(string|null $company_address_line_two) : self
Parameters
$company_address_line_two : string|null
Return values
self

setCompanyAddressStreet()

public setCompanyAddressStreet(string|null $company_address_street) : self
Parameters
$company_address_street : string|null
Return values
self

setCompanyCity()

Set the value of company_city

public setCompanyCity(string|null $company_city) : self
Parameters
$company_city : string|null
Return values
self

setCompanyCountryId()

Set the value of company_country_id

public setCompanyCountryId(int|null $company_country_id) : self
Parameters
$company_country_id : int|null
Return values
self

Set the value of company_logo

public setCompanyLogo(string|null $company_logo) : self
Parameters
$company_logo : string|null
Return values
self

setCompanyName()

Set the value of company_name

public setCompanyName(string|null $company_name) : self
Parameters
$company_name : string|null
Return values
self

setCompanyState()

Set the value of company_state

public setCompanyState(string|null $company_state) : self
Parameters
$company_state : string|null
Return values
self

setCompanyZip()

Set the value of company_zip

public setCompanyZip(string|null $company_zip) : self
Parameters
$company_zip : string|null
Return values
self

setDefaultTraderTypeId()

public setDefaultTraderTypeId(int $default_trader_type_id) : self
Parameters
$default_trader_type_id : int
Return values
self

setDeletedAt()

Set the value of deleted_at

public setDeletedAt(string|null $deleted_at) : self
Parameters
$deleted_at : string|null
Return values
self

setDeletedAtDateTime()

public setDeletedAtDateTime([DateTime|null $time = null ]) : self
Parameters
$time : DateTime|null = null
Return values
self

setGocardlessUserId()

Set the value of gocardless_userid

public setGocardlessUserId(string|null $gocardless_userid) : self
Parameters
$gocardless_userid : string|null
Return values
self

setSiretNumber()

Set the value of siret_number

public setSiretNumber(string|null $siret_number) : self
Parameters
$siret_number : string|null
Return values
self

setTextId()

Set the value of textid

public setTextId(string|null $textid) : self
Parameters
$textid : string|null
Return values
self

setWarehouseCountryId()

Set the value of warehouse_country_id

public setWarehouseCountryId(int|null $warehouse_country_id) : self
Parameters
$warehouse_country_id : int|null
Return values
self

        
On this page

Search results