ActivityInvoice
in package
Class ActivityInvoice
Tags
Table of Contents
Properties
- $client : Client
- $currency : Currency|null
- $eventDate : DateTime
- $fromCountry : Country|null
- $hasMissingProduct : bool
- $hasStatusCodeNull : bool
- $id : int
- $isCreditNote : bool
- $isInvoice : bool
- $maxStatusCode : int|null
- $minStatusCode : int|null
- $module : Module
- $movementClass : MovementClass
- $movementPerspective : MovementPerspective|null
- $movementType : MovementType
- $sourceType : SourceType
- $toCountry : Country|null
- $transId : string
- $value : float|null
- $valueEur : float|null
- $vatCountry : Country|null
Methods
- getClient() : Client
- Get the value of client
- getClientId() : int
- getCurrency() : Currency|null
- Get the value of currency
- getEventDate() : DateTime
- Get the value of eventDate
- getFromCountry() : Country|null
- Get the value of fromCountry
- getHasMissingProduct() : bool
- Get the value of hasMissingProduct
- getHasStatusCodeNull() : bool
- Get the value of hasStatusCodeNull
- getId() : int
- Get the value of id
- getIsCreditNote() : bool
- Get the value of isCreditNote
- getIsInvoice() : bool
- Get the value of isInvoice
- getMaxStatusCode() : int|null
- Get the value of maxStatusCode
- getMinStatusCode() : int|null
- Get the value of minStatusCode
- getModule() : Module
- Get the value of module
- getMovementClass() : MovementClass
- Get the value of movementClass
- getMovementClassId() : int
- Get the value of movementClassId
- getMovementPerspective() : MovementPerspective
- Get the value of movementPerspective
- getMovementType() : MovementType
- Get the value of movementType
- getMovementTypeId() : int
- Get the value of movementTypeId
- getSourceType() : SourceType
- Get $sourceType
- getSourceTypeId() : int
- Get $sourceTypeId
- getToCountry() : Country|null
- Get the value of toCountry
- getTransId() : string
- Get $transid
- getValue() : float|null
- Get the value of value
- getValueEur() : float|null
- Get the value of valueEur
- getVatCountry() : Country|null
- Get the value of vatCountry
- setClient() : self
- Set the value of client
- setCurrency() : self
- Set the value of currency
- setEventDate() : self
- Set the value of eventDate
- setFromCountry() : self
- Set the value of fromCountry
- setHasMissingProduct() : self
- Set the value of hasMissingProduct
- setHasStatusCodeNull() : self
- Set the value of hasStatusCodeNull
- setIsCreditNote() : self
- Set the value of isCreditNote
- setIsInvoice() : self
- Set the value of isInvoice
- setMaxStatusCode() : self
- Set the value of maxStatusCode
- setMinStatusCode() : self
- Set the value of minStatusCode
- setModule() : self
- Set the value of module
- setMovementClass() : self
- Set the value of movementClass
- setMovementPerspective() : self
- Set the value of movementPerspective
- setMovementType() : self
- Set the value of movementType
- setSourceType() : self
- Set $sourceType
- setToCountry() : self
- Set the value of toCountry
- setTransId() : self
- Set $transid
- setValue() : self
- Set the value of value
- setValueEur() : self
- Set the value of valueEur
- setVatCountry() : self
- Set the value of vatCountry
Properties
$client
private
Client
$client
Tags
$currency
private
Currency|null
$currency
Tags
$eventDate
private
DateTime
$eventDate
Tags
$fromCountry
private
Country|null
$fromCountry
Tags
$hasMissingProduct
private
bool
$hasMissingProduct
Tags
$hasStatusCodeNull
private
bool
$hasStatusCodeNull
Tags
$id
private
int
$id
Tags
$isCreditNote
private
bool
$isCreditNote
Tags
$isInvoice
private
bool
$isInvoice
Tags
$maxStatusCode
private
int|null
$maxStatusCode
Tags
$minStatusCode
private
int|null
$minStatusCode
Tags
$module
private
Module
$module
Tags
$movementClass
private
MovementClass
$movementClass
Tags
$movementPerspective
private
MovementPerspective|null
$movementPerspective
Tags
$movementType
private
MovementType
$movementType
Tags
$sourceType
private
SourceType
$sourceType
Tags
$toCountry
private
Country|null
$toCountry
Tags
$transId
private
string
$transId
Tags
$value
private
float|null
$value
Tags
$valueEur
private
float|null
$valueEur
Tags
$vatCountry
private
Country|null
$vatCountry
Tags
Methods
getClient()
Get the value of client
public
getClient() : Client
Return values
ClientgetClientId()
public
getClientId() : int
Return values
intgetCurrency()
Get the value of currency
public
getCurrency() : Currency|null
Return values
Currency|nullgetEventDate()
Get the value of eventDate
public
getEventDate() : DateTime
Return values
DateTimegetFromCountry()
Get the value of fromCountry
public
getFromCountry() : Country|null
Return values
Country|nullgetHasMissingProduct()
Get the value of hasMissingProduct
public
getHasMissingProduct() : bool
Return values
boolgetHasStatusCodeNull()
Get the value of hasStatusCodeNull
public
getHasStatusCodeNull() : bool
Return values
boolgetId()
Get the value of id
public
getId() : int
Return values
intgetIsCreditNote()
Get the value of isCreditNote
public
getIsCreditNote() : bool
Return values
boolgetIsInvoice()
Get the value of isInvoice
public
getIsInvoice() : bool
Return values
boolgetMaxStatusCode()
Get the value of maxStatusCode
public
getMaxStatusCode() : int|null
Return values
int|nullgetMinStatusCode()
Get the value of minStatusCode
public
getMinStatusCode() : int|null
Return values
int|nullgetModule()
Get the value of module
public
getModule() : Module
Return values
ModulegetMovementClass()
Get the value of movementClass
public
getMovementClass() : MovementClass
Return values
MovementClassgetMovementClassId()
Get the value of movementClassId
public
getMovementClassId() : int
Return values
intgetMovementPerspective()
Get the value of movementPerspective
public
getMovementPerspective() : MovementPerspective
Return values
MovementPerspectivegetMovementType()
Get the value of movementType
public
getMovementType() : MovementType
Return values
MovementTypegetMovementTypeId()
Get the value of movementTypeId
public
getMovementTypeId() : int
Return values
intgetSourceType()
Get $sourceType
public
getSourceType() : SourceType
Return values
SourceTypegetSourceTypeId()
Get $sourceTypeId
public
getSourceTypeId() : int
Return values
intgetToCountry()
Get the value of toCountry
public
getToCountry() : Country|null
Return values
Country|nullgetTransId()
Get $transid
public
getTransId() : string
Return values
stringgetValue()
Get the value of value
public
getValue() : float|null
Return values
float|nullgetValueEur()
Get the value of valueEur
public
getValueEur() : float|null
Return values
float|nullgetVatCountry()
Get the value of vatCountry
public
getVatCountry() : Country|null
Return values
Country|nullsetClient()
Set the value of client
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetCurrency()
Set the value of currency
public
setCurrency(Currency|null $currency) : self
Parameters
- $currency : Currency|null
Return values
selfsetEventDate()
Set the value of eventDate
public
setEventDate(DateTime $eventDate) : self
Parameters
- $eventDate : DateTime
Return values
selfsetFromCountry()
Set the value of fromCountry
public
setFromCountry(Country|null $fromCountry) : self
Parameters
- $fromCountry : Country|null
Return values
selfsetHasMissingProduct()
Set the value of hasMissingProduct
public
setHasMissingProduct(bool $hasMissingProduct) : self
Parameters
- $hasMissingProduct : bool
Return values
selfsetHasStatusCodeNull()
Set the value of hasStatusCodeNull
public
setHasStatusCodeNull(bool $hasStatusCodeNull) : self
Parameters
- $hasStatusCodeNull : bool
Return values
selfsetIsCreditNote()
Set the value of isCreditNote
public
setIsCreditNote(bool $isCreditNote) : self
Parameters
- $isCreditNote : bool
Return values
selfsetIsInvoice()
Set the value of isInvoice
public
setIsInvoice(bool $isInvoice) : self
Parameters
- $isInvoice : bool
Return values
selfsetMaxStatusCode()
Set the value of maxStatusCode
public
setMaxStatusCode(int|null $maxStatusCode) : self
Parameters
- $maxStatusCode : int|null
Return values
selfsetMinStatusCode()
Set the value of minStatusCode
public
setMinStatusCode(int|null $minStatusCode) : self
Parameters
- $minStatusCode : int|null
Return values
selfsetModule()
Set the value of module
public
setModule(Module $module) : self
Parameters
- $module : Module
Return values
selfsetMovementClass()
Set the value of movementClass
public
setMovementClass(MovementClass $movementClass) : self
Parameters
- $movementClass : MovementClass
Return values
selfsetMovementPerspective()
Set the value of movementPerspective
public
setMovementPerspective(MovementPerspective $movementPerspective) : self
Parameters
- $movementPerspective : MovementPerspective
Return values
selfsetMovementType()
Set the value of movementType
public
setMovementType(MovementType $movementType) : self
Parameters
- $movementType : MovementType
Return values
selfsetSourceType()
Set $sourceType
public
setSourceType(SourceType $sourceType) : self
Parameters
- $sourceType : SourceType
-
$sourceType
Return values
selfsetToCountry()
Set the value of toCountry
public
setToCountry(Country|null $toCountry) : self
Parameters
- $toCountry : Country|null
Return values
selfsetTransId()
Set $transid
public
setTransId(string $transId) : self
Parameters
- $transId : string
-
$transid
Return values
selfsetValue()
Set the value of value
public
setValue(float|null $value) : self
Parameters
- $value : float|null
Return values
selfsetValueEur()
Set the value of valueEur
public
setValueEur(float|null $valueEur) : self
Parameters
- $valueEur : float|null
Return values
selfsetVatCountry()
Set the value of vatCountry
public
setVatCountry(Country|null $vatCountry) : self
Parameters
- $vatCountry : Country|null