IntrastatType
in package
Class representing IntrastatType.
XSD Type: intrastatType
Table of Contents
Properties
- $countryOfDestination : string|null
- Stát určení (pouze Vydané faktury).
- $countryOfDispatch : string|null
- Stát odeslání (pouze Přijaté faktury).
- $countryOfOrigin : string|null
- Stát původu.
- $modeOfTransport : string|null
- Druh dopravy.
- $region : string|null
- Region určení (pouze SK).
- $shippingCosts : float|null
- Rozpočítat náklady na dopravu (dle částky).
- $specialTransaction : string|null
- Zvláštní pohyb.
- $termsOfDelivery : string|null
- Skupinové dodací podmínky.
- $transaction : string|null
- Typ transakce.
- $vATIdOfPartner : string|null
- DIČ partnera pro CZ verzi. IČ DPH partnera pro SK verzi. Pouze Vydané faktury.
Methods
- getCountryOfDestination() : string
- Gets as countryOfDestination.
- getCountryOfDispatch() : string
- Gets as countryOfDispatch.
- getCountryOfOrigin() : string
- Gets as countryOfOrigin.
- getModeOfTransport() : string
- Gets as modeOfTransport.
- getRegion() : string
- Gets as region.
- getShippingCosts() : float
- Gets as shippingCosts.
- getSpecialTransaction() : string
- Gets as specialTransaction.
- getTermsOfDelivery() : string
- Gets as termsOfDelivery.
- getTransaction() : string
- Gets as transaction.
- getVATIdOfPartner() : string
- Gets as vATIdOfPartner.
- setCountryOfDestination() : self
- Sets a new countryOfDestination.
- setCountryOfDispatch() : self
- Sets a new countryOfDispatch.
- setCountryOfOrigin() : self
- Sets a new countryOfOrigin.
- setModeOfTransport() : self
- Sets a new modeOfTransport.
- setRegion() : self
- Sets a new region.
- setShippingCosts() : self
- Sets a new shippingCosts.
- setSpecialTransaction() : self
- Sets a new specialTransaction.
- setTermsOfDelivery() : self
- Sets a new termsOfDelivery.
- setTransaction() : self
- Sets a new transaction.
- setVATIdOfPartner() : self
- Sets a new vATIdOfPartner.
Properties
$countryOfDestination
Stát určení (pouze Vydané faktury).
private
string|null
$countryOfDestination
= null
$countryOfDispatch
Stát odeslání (pouze Přijaté faktury).
private
string|null
$countryOfDispatch
= null
$countryOfOrigin
Stát původu.
private
string|null
$countryOfOrigin
= null
$modeOfTransport
Druh dopravy.
private
string|null
$modeOfTransport
= null
$region
Region určení (pouze SK).
private
string|null
$region
= null
$shippingCosts
Rozpočítat náklady na dopravu (dle částky).
private
float|null
$shippingCosts
= null
$specialTransaction
Zvláštní pohyb.
private
string|null
$specialTransaction
= null
$termsOfDelivery
Skupinové dodací podmínky.
private
string|null
$termsOfDelivery
= null
$transaction
Typ transakce.
private
string|null
$transaction
= null
$vATIdOfPartner
DIČ partnera pro CZ verzi. IČ DPH partnera pro SK verzi. Pouze Vydané faktury.
private
string|null
$vATIdOfPartner
= null
Methods
getCountryOfDestination()
Gets as countryOfDestination.
public
getCountryOfDestination() : string
Stát určení (pouze Vydané faktury).
Return values
stringgetCountryOfDispatch()
Gets as countryOfDispatch.
public
getCountryOfDispatch() : string
Stát odeslání (pouze Přijaté faktury).
Return values
stringgetCountryOfOrigin()
Gets as countryOfOrigin.
public
getCountryOfOrigin() : string
Stát původu.
Return values
stringgetModeOfTransport()
Gets as modeOfTransport.
public
getModeOfTransport() : string
Druh dopravy.
Return values
stringgetRegion()
Gets as region.
public
getRegion() : string
Region určení (pouze SK).
Return values
stringgetShippingCosts()
Gets as shippingCosts.
public
getShippingCosts() : float
Rozpočítat náklady na dopravu (dle částky).
Return values
floatgetSpecialTransaction()
Gets as specialTransaction.
public
getSpecialTransaction() : string
Zvláštní pohyb.
Return values
stringgetTermsOfDelivery()
Gets as termsOfDelivery.
public
getTermsOfDelivery() : string
Skupinové dodací podmínky.
Return values
stringgetTransaction()
Gets as transaction.
public
getTransaction() : string
Typ transakce.
Return values
stringgetVATIdOfPartner()
Gets as vATIdOfPartner.
public
getVATIdOfPartner() : string
DIČ partnera pro CZ verzi. IČ DPH partnera pro SK verzi. Pouze Vydané faktury.
Return values
stringsetCountryOfDestination()
Sets a new countryOfDestination.
public
setCountryOfDestination(string $countryOfDestination) : self
Stát určení (pouze Vydané faktury).
Parameters
- $countryOfDestination : string
Return values
selfsetCountryOfDispatch()
Sets a new countryOfDispatch.
public
setCountryOfDispatch(string $countryOfDispatch) : self
Stát odeslání (pouze Přijaté faktury).
Parameters
- $countryOfDispatch : string
Return values
selfsetCountryOfOrigin()
Sets a new countryOfOrigin.
public
setCountryOfOrigin(string $countryOfOrigin) : self
Stát původu.
Parameters
- $countryOfOrigin : string
Return values
selfsetModeOfTransport()
Sets a new modeOfTransport.
public
setModeOfTransport(string $modeOfTransport) : self
Druh dopravy.
Parameters
- $modeOfTransport : string
Return values
selfsetRegion()
Sets a new region.
public
setRegion(string $region) : self
Region určení (pouze SK).
Parameters
- $region : string
Return values
selfsetShippingCosts()
Sets a new shippingCosts.
public
setShippingCosts(float $shippingCosts) : self
Rozpočítat náklady na dopravu (dle částky).
Parameters
- $shippingCosts : float
Return values
selfsetSpecialTransaction()
Sets a new specialTransaction.
public
setSpecialTransaction(string $specialTransaction) : self
Zvláštní pohyb.
Parameters
- $specialTransaction : string
Return values
selfsetTermsOfDelivery()
Sets a new termsOfDelivery.
public
setTermsOfDelivery(string $termsOfDelivery) : self
Skupinové dodací podmínky.
Parameters
- $termsOfDelivery : string
Return values
selfsetTransaction()
Sets a new transaction.
public
setTransaction(string $transaction) : self
Typ transakce.
Parameters
- $transaction : string
Return values
selfsetVATIdOfPartner()
Sets a new vATIdOfPartner.
public
setVATIdOfPartner(string $vATIdOfPartner) : self
DIČ partnera pro CZ verzi. IČ DPH partnera pro SK verzi. Pouze Vydané faktury.
Parameters
- $vATIdOfPartner : string