Documentation

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
string

getCountryOfDispatch()

Gets as countryOfDispatch.

public getCountryOfDispatch() : string

Stát odeslání (pouze Přijaté faktury).

Return values
string

getCountryOfOrigin()

Gets as countryOfOrigin.

public getCountryOfOrigin() : string

Stát původu.

Return values
string

getModeOfTransport()

Gets as modeOfTransport.

public getModeOfTransport() : string

Druh dopravy.

Return values
string

getRegion()

Gets as region.

public getRegion() : string

Region určení (pouze SK).

Return values
string

getShippingCosts()

Gets as shippingCosts.

public getShippingCosts() : float

Rozpočítat náklady na dopravu (dle částky).

Return values
float

getSpecialTransaction()

Gets as specialTransaction.

public getSpecialTransaction() : string

Zvláštní pohyb.

Return values
string

getTermsOfDelivery()

Gets as termsOfDelivery.

public getTermsOfDelivery() : string

Skupinové dodací podmínky.

Return values
string

getTransaction()

Gets as transaction.

public getTransaction() : string

Typ transakce.

Return values
string

getVATIdOfPartner()

Gets as vATIdOfPartner.

public getVATIdOfPartner() : string

DIČ partnera pro CZ verzi. IČ DPH partnera pro SK verzi. Pouze Vydané faktury.

Return values
string

setCountryOfDestination()

Sets a new countryOfDestination.

public setCountryOfDestination(string $countryOfDestination) : self

Stát určení (pouze Vydané faktury).

Parameters
$countryOfDestination : string
Return values
self

setCountryOfDispatch()

Sets a new countryOfDispatch.

public setCountryOfDispatch(string $countryOfDispatch) : self

Stát odeslání (pouze Přijaté faktury).

Parameters
$countryOfDispatch : string
Return values
self

setCountryOfOrigin()

Sets a new countryOfOrigin.

public setCountryOfOrigin(string $countryOfOrigin) : self

Stát původu.

Parameters
$countryOfOrigin : string
Return values
self

setModeOfTransport()

Sets a new modeOfTransport.

public setModeOfTransport(string $modeOfTransport) : self

Druh dopravy.

Parameters
$modeOfTransport : string
Return values
self

setRegion()

Sets a new region.

public setRegion(string $region) : self

Region určení (pouze SK).

Parameters
$region : string
Return values
self

setShippingCosts()

Sets a new shippingCosts.

public setShippingCosts(float $shippingCosts) : self

Rozpočítat náklady na dopravu (dle částky).

Parameters
$shippingCosts : float
Return values
self

setSpecialTransaction()

Sets a new specialTransaction.

public setSpecialTransaction(string $specialTransaction) : self

Zvláštní pohyb.

Parameters
$specialTransaction : string
Return values
self

setTermsOfDelivery()

Sets a new termsOfDelivery.

public setTermsOfDelivery(string $termsOfDelivery) : self

Skupinové dodací podmínky.

Parameters
$termsOfDelivery : string
Return values
self

setTransaction()

Sets a new transaction.

public setTransaction(string $transaction) : self

Typ transakce.

Parameters
$transaction : string
Return values
self

setVATIdOfPartner()

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
Return values
self

        
On this page

Search results