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
$active
protected
bool
$active
$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
$company_logo
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
$id
protected
int
$id
$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
boolgetActive()
Get the value of active
public
getActive() : bool
Return values
boolgetAwaitingDeleteSince()
Get the value of awaiting_delete_since
public
getAwaitingDeleteSince() : string|null
Return values
string|nullgetAwaitingDeleteSinceDateTime()
public
getAwaitingDeleteSinceDateTime() : DateTime|null
Return values
DateTime|nullgetChargebeeUserId()
Get the value of chargebee_userid
public
getChargebeeUserId() : string|null
Return values
string|nullgetCompanyAddress()
Get the value of company_address
public
getCompanyAddress() : string|null
Return values
string|nullgetCompanyAddressHouseNumber()
public
getCompanyAddressHouseNumber() : string|null
Return values
string|nullgetCompanyAddressLineTwo()
public
getCompanyAddressLineTwo() : string|null
Return values
string|nullgetCompanyAddressStreet()
public
getCompanyAddressStreet() : string|null
Return values
string|nullgetCompanyCity()
Get the value of company_city
public
getCompanyCity() : string|null
Return values
string|nullgetCompanyCountryId()
Get the value of company_country_id
public
getCompanyCountryId() : int|null
Return values
int|nullgetCompanyLogo()
Get the value of company_logo
public
getCompanyLogo() : string|null
Return values
string|nullgetCompanyName()
Get the value of company_name
public
getCompanyName() : string|null
Return values
string|nullgetCompanyState()
Get the value of company_state
public
getCompanyState() : string|null
Return values
string|nullgetCompanyZip()
Get the value of company_zip
public
getCompanyZip() : string|null
Return values
string|nullgetDefaultTraderType()
public
getDefaultTraderType() : TraderType
Return values
TraderTypegetDefaultTraderTypeId()
public
getDefaultTraderTypeId() : int
Return values
intgetDeletedAt()
Get the value of deleted_at
public
getDeletedAt() : string|null
Return values
string|nullgetDeletedAtDateTime()
public
getDeletedAtDateTime() : DateTime|null
Return values
DateTime|nullgetGocardlessUserId()
Get the value of gocardless_userid
public
getGocardlessUserId() : string|null
Return values
string|nullgetId()
Get the value of id
public
getId() : int
Return values
intgetSiretNumber()
Get the value of siret_number
public
getSiretNumber() : string|null
Return values
string|nullgetTextId()
Get the value of textid
public
getTextId() : string|null
Return values
string|nullgetWarehouseCountryId()
Get the value of warehouse_country_id
public
getWarehouseCountryId() : int|null
Return values
int|nullinitialize()
public
initialize() : mixed
setAccessBlocked()
Set the value of access_blocked
public
setAccessBlocked(bool $access_blocked) : self
Parameters
- $access_blocked : bool
Return values
selfsetActive()
Set the value of active
public
setActive(bool $active) : self
Parameters
- $active : bool
Return values
selfsetAwaitingDeleteSince()
Set the value of awaiting_delete_since
public
setAwaitingDeleteSince(string|null $awaiting_delete_since) : self
Parameters
- $awaiting_delete_since : string|null
Return values
selfsetAwaitingDeleteSinceDateTime()
public
setAwaitingDeleteSinceDateTime([DateTime|null $time = null ]) : self
Parameters
- $time : DateTime|null = null
Return values
selfsetChargebeeUserId()
Set the value of chargebee_userid
public
setChargebeeUserId(string|null $chargebee_userid) : self
Parameters
- $chargebee_userid : string|null
Return values
selfsetCompanyAddress()
Set the value of company_address
public
setCompanyAddress(string|null $company_address) : self
Parameters
- $company_address : string|null
Return values
selfsetCompanyAddressHouseNumber()
public
setCompanyAddressHouseNumber(string|null $company_address_house_number) : self
Parameters
- $company_address_house_number : string|null
Return values
selfsetCompanyAddressLineTwo()
public
setCompanyAddressLineTwo(string|null $company_address_line_two) : self
Parameters
- $company_address_line_two : string|null
Return values
selfsetCompanyAddressStreet()
public
setCompanyAddressStreet(string|null $company_address_street) : self
Parameters
- $company_address_street : string|null
Return values
selfsetCompanyCity()
Set the value of company_city
public
setCompanyCity(string|null $company_city) : self
Parameters
- $company_city : string|null
Return values
selfsetCompanyCountryId()
Set the value of company_country_id
public
setCompanyCountryId(int|null $company_country_id) : self
Parameters
- $company_country_id : int|null
Return values
selfsetCompanyLogo()
Set the value of company_logo
public
setCompanyLogo(string|null $company_logo) : self
Parameters
- $company_logo : string|null
Return values
selfsetCompanyName()
Set the value of company_name
public
setCompanyName(string|null $company_name) : self
Parameters
- $company_name : string|null
Return values
selfsetCompanyState()
Set the value of company_state
public
setCompanyState(string|null $company_state) : self
Parameters
- $company_state : string|null
Return values
selfsetCompanyZip()
Set the value of company_zip
public
setCompanyZip(string|null $company_zip) : self
Parameters
- $company_zip : string|null
Return values
selfsetDefaultTraderTypeId()
public
setDefaultTraderTypeId(int $default_trader_type_id) : self
Parameters
- $default_trader_type_id : int
Return values
selfsetDeletedAt()
Set the value of deleted_at
public
setDeletedAt(string|null $deleted_at) : self
Parameters
- $deleted_at : string|null
Return values
selfsetDeletedAtDateTime()
public
setDeletedAtDateTime([DateTime|null $time = null ]) : self
Parameters
- $time : DateTime|null = null
Return values
selfsetGocardlessUserId()
Set the value of gocardless_userid
public
setGocardlessUserId(string|null $gocardless_userid) : self
Parameters
- $gocardless_userid : string|null
Return values
selfsetSiretNumber()
Set the value of siret_number
public
setSiretNumber(string|null $siret_number) : self
Parameters
- $siret_number : string|null
Return values
selfsetTextId()
Set the value of textid
public
setTextId(string|null $textid) : self
Parameters
- $textid : string|null
Return values
selfsetWarehouseCountryId()
Set the value of warehouse_country_id
public
setWarehouseCountryId(int|null $warehouse_country_id) : self
Parameters
- $warehouse_country_id : int|null