ShipToAddressType
in package
Class representing ShipToAddressType.
Dodací adresa. XSD Type: shipToAddressType
Table of Contents
- $actionType : ActionTypeItemType|null
- Typ práce s dodací adresou. Výchozí hodnota je přidání nového dodací adresy.
- $city : string|null
- $company : string|null
- $country : RefType|null
- $defaultShipAddress : string|null
- Výchozí dodací adresa.
- $division : string|null
- $email : string|null
- Pouze pro agendy vydané nabídky, přijaté poptávky, přijaté objednávky, vydané faktury, vydané zálohové faktury, ostatní pohledávky, interní doklady, prodejky a výdejky.
- $extId : string|null
- $id : int|null
- ID dodací adresy.
- $name : string|null
- $phone : string|null
- Pouze pro agendy vydané nabídky, přijaté poptávky, přijaté objednávky, vydané faktury, vydané zálohové faktury, ostatní pohledávky, interní doklady, prodejky a výdejky.
- $street : string|null
- $zip : string|null
- getActionType() : ActionTypeItemType
- Gets as actionType.
- getCity() : string
- Gets as city.
- getCompany() : string
- Gets as company.
- getCountry() : RefType
- Gets as country.
- getDefaultShipAddress() : string
- Gets as defaultShipAddress.
- getDivision() : string
- Gets as division.
- getEmail() : string
- Gets as email.
- getExtId() : string
- Gets as extId.
- getId() : int
- Gets as id.
- getName() : string
- Gets as name.
- getPhone() : string
- Gets as phone.
- getStreet() : string
- Gets as street.
- getZip() : string
- Gets as zip.
- setActionType() : self
- Sets a new actionType.
- setCity() : self
- Sets a new city.
- setCompany() : self
- Sets a new company.
- setCountry() : self
- Sets a new country.
- setDefaultShipAddress() : self
- Sets a new defaultShipAddress.
- setDivision() : self
- Sets a new division.
- setEmail() : self
- Sets a new email.
- setExtId() : self
- Sets a new extId.
- setId() : self
- Sets a new id.
- setName() : self
- Sets a new name.
- setPhone() : self
- Sets a new phone.
- setStreet() : self
- Sets a new street.
- setZip() : self
- Sets a new zip.
Properties
$actionType
Typ práce s dodací adresou. Výchozí hodnota je přidání nového dodací adresy.
private
ActionTypeItemType|null
$actionType
= null
$city
private
string|null
$city
= null
$company
private
string|null
$company
= null
$country
private
RefType|null
$country
= null
$defaultShipAddress
Výchozí dodací adresa.
private
string|null
$defaultShipAddress
= null
$division
private
string|null
$division
= null
Pouze pro agendy vydané nabídky, přijaté poptávky, přijaté objednávky, vydané faktury, vydané zálohové faktury, ostatní pohledávky, interní doklady, prodejky a výdejky.
private
string|null
$email
= null
$extId
private
string|null
$extId
= null
$id
ID dodací adresy.
private
int|null
$id
= null
$name
private
string|null
$name
= null
$phone
Pouze pro agendy vydané nabídky, přijaté poptávky, přijaté objednávky, vydané faktury, vydané zálohové faktury, ostatní pohledávky, interní doklady, prodejky a výdejky.
private
string|null
$phone
= null
$street
private
string|null
$street
= null
$zip
private
string|null
$zip
= null
Methods
getActionType()
Gets as actionType.
public
getActionType() : ActionTypeItemType
Typ práce s dodací adresou. Výchozí hodnota je přidání nového dodací adresy.
Return values
ActionTypeItemType —getCity()
Gets as city.
public
getCity() : string
Return values
string —getCompany()
Gets as company.
public
getCompany() : string
Return values
string —getCountry()
Gets as country.
public
getCountry() : RefType
Return values
RefType —getDefaultShipAddress()
Gets as defaultShipAddress.
public
getDefaultShipAddress() : string
Výchozí dodací adresa.
Return values
string —getDivision()
Gets as division.
public
getDivision() : string
Return values
string —getEmail()
Gets as email.
public
getEmail() : string
Pouze pro agendy vydané nabídky, přijaté poptávky, přijaté objednávky, vydané faktury, vydané zálohové faktury, ostatní pohledávky, interní doklady, prodejky a výdejky.
Return values
string —getExtId()
Gets as extId.
public
getExtId() : string
Return values
string —getId()
Gets as id.
public
getId() : int
ID dodací adresy.
Return values
int —getName()
Gets as name.
public
getName() : string
Return values
string —getPhone()
Gets as phone.
public
getPhone() : string
Pouze pro agendy vydané nabídky, přijaté poptávky, přijaté objednávky, vydané faktury, vydané zálohové faktury, ostatní pohledávky, interní doklady, prodejky a výdejky.
Return values
string —getStreet()
Gets as street.
public
getStreet() : string
Return values
string —getZip()
Gets as zip.
public
getZip() : string
Return values
string —setActionType()
Sets a new actionType.
public
setActionType([ActionTypeItemType|null $actionType = null ]) : self
Typ práce s dodací adresou. Výchozí hodnota je přidání nového dodací adresy.
Parameters
- $actionType : ActionTypeItemType|null = null
Return values
self —setCity()
Sets a new city.
public
setCity(string $city) : self
Parameters
- $city : string
Return values
self —setCompany()
Sets a new company.
public
setCompany(string $company) : self
Parameters
- $company : string
Return values
self —setCountry()
Sets a new country.
public
setCountry([RefType|null $country = null ]) : self
Parameters
- $country : RefType|null = null
Return values
self —setDefaultShipAddress()
Sets a new defaultShipAddress.
public
setDefaultShipAddress(string $defaultShipAddress) : self
Výchozí dodací adresa.
Parameters
- $defaultShipAddress : string
Return values
self —setDivision()
Sets a new division.
public
setDivision(string $division) : self
Parameters
- $division : string
Return values
self —setEmail()
Sets a new email.
public
setEmail(string $email) : self
Pouze pro agendy vydané nabídky, přijaté poptávky, přijaté objednávky, vydané faktury, vydané zálohové faktury, ostatní pohledávky, interní doklady, prodejky a výdejky.
Parameters
- $email : string
Return values
self —setExtId()
Sets a new extId.
public
setExtId(string $extId) : self
Parameters
- $extId : string
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
ID dodací adresy.
Parameters
- $id : int
Return values
self —setName()
Sets a new name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
self —setPhone()
Sets a new phone.
public
setPhone(string $phone) : self
Pouze pro agendy vydané nabídky, přijaté poptávky, přijaté objednávky, vydané faktury, vydané zálohové faktury, ostatní pohledávky, interní doklady, prodejky a výdejky.
Parameters
- $phone : string
Return values
self —setStreet()
Sets a new street.
public
setStreet(string $street) : self
Parameters
- $street : string
Return values
self —setZip()
Sets a new zip.
public
setZip(string $zip) : self
Parameters
- $zip : string