Documentation

ActivityInvoiceEntity
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$buyerVatid  : mixed
$channelId  : mixed
$creditNote  : mixed
$currencyId  : mixed
$discountTotal  : mixed
$eventDate  : mixed
$fromCountryId  : mixed
$grossTotal  : mixed
$hasMissingProduct  : mixed
$hasStatusCodeNull  : mixed
$id  : mixed
$invoiceNumber  : mixed
$isInvoice  : mixed
$maxStatusCode  : mixed
$minStatusCode  : mixed
$moduleId  : mixed
$movementClassId  : mixed
$movementPerspectiveId  : mixed
$movementTypeId  : mixed
$netTotal  : mixed
$salesChannel  : mixed
$shippingTotal  : mixed
$sourceType  : mixed
$toCountryId  : mixed
$transId  : mixed
$type  : mixed
$userId  : mixed
$userModuleAlias  : mixed
$userModuleId  : mixed
$value  : mixed
$valueEur  : mixed
$vatCountryId  : mixed
$vatRate  : mixed

Methods

addToDiscountTotal()  : mixed
addToGrossTotal()  : mixed
addToNetTotal()  : mixed
addToShippingTotal()  : mixed
fromActivityInvoiceModel()  : mixed
getBuyerVatid()  : string|null
Get the value of buyerVatid
getChannelId()  : int|null
getCreditNote()  : int
getCurrencyId()  : int|null
getDiscountTotal()  : mixed
Get the value of discountTotal
getEventDate()  : int
getEventDateFormatted()  : string
getFromCountryId()  : int|null
getGrossTotal()  : mixed
Get the value of grossTotal
getHasError()  : bool
getHasMissingProduct()  : int
getHasStatusCodeNull()  : int
getId()  : int
getInvoiceNumber()  : mixed
getIsInvoice()  : int
getMaxStatusCode()  : int|null
getMinStatusCode()  : int|null
getModuleId()  : int
getMovementClassId()  : int
getMovementPerspectiveId()  : int
getMovementTypeId()  : int
getNetTotal()  : mixed
Get the value of netTotal
getSalesChannel()  : string|null
getShippingTotal()  : mixed
Get the value of shipTotal
getSourceType()  : int
getToCountryId()  : int|null
getTransid()  : string
getType()  : int|null
getUserId()  : int
getUserModuleAlias()  : string|null
getUserModuleId()  : int|null
getValue()  : float|null
getValueEur()  : float|null
getVatCountryId()  : int|null
getVatRate()  : mixed
jsonSerialize()  : mixed
setBuyerVatid()  : self
Set the value of buyerVatid
setChannelId()  : mixed
setCreditNote()  : void
setCurrencyId()  : void
setDiscountTotal()  : self
Set the value of discountTotal
setEventDate()  : void
setFromCountryId()  : void
setGrossTotal()  : self
Set the value of grossTotal
setHasMissingProduct()  : void
setHasStatusCodeNull()  : void
setId()  : void
setInvoiceNumber()  : mixed
setIsInvoice()  : void
setMaxStatusCode()  : void
setMinStatusCode()  : void
setModuleId()  : void
setMovementClassId()  : void
setMovementPerspectiveId()  : void
setMovementTypeId()  : void
setNetTotal()  : self
Set the value of netTotal
setSalesChannel()  : void
setShippingTotal()  : self
Set the value of shipTotal
setSourceType()  : void
setToCountryId()  : void
setTransid()  : void
setType()  : void
setUserId()  : void
setUserModuleAlias()  : void
setUserModuleId()  : void
setValue()  : void
setValueEur()  : void
setVatCountryId()  : void
setVatRate()  : void

Properties

Methods

addToDiscountTotal()

public addToDiscountTotal(mixed $discountPartial) : mixed
Parameters
$discountPartial : mixed

addToGrossTotal()

public addToGrossTotal(mixed $grossPartial) : mixed
Parameters
$grossPartial : mixed

addToNetTotal()

public addToNetTotal(mixed $netPartial) : mixed
Parameters
$netPartial : mixed

addToShippingTotal()

public addToShippingTotal(mixed $shippingPartial) : mixed
Parameters
$shippingPartial : mixed

getBuyerVatid()

Get the value of buyerVatid

public getBuyerVatid() : string|null
Return values
string|null

setBuyerVatid()

Set the value of buyerVatid

public setBuyerVatid(string|null $buyerVatid) : self
Parameters
$buyerVatid : string|null
Return values
self

setChannelId()

public setChannelId(int|null $salesChannelId) : mixed
Parameters
$salesChannelId : int|null

setCurrencyId()

public setCurrencyId(int|null $currencyId) : void
Parameters
$currencyId : int|null

setDiscountTotal()

Set the value of discountTotal

public setDiscountTotal(mixed $discountTotal) : self
Parameters
$discountTotal : mixed
Return values
self

setFromCountryId()

public setFromCountryId(int|null $fromCountryId) : void
Parameters
$fromCountryId : int|null

setGrossTotal()

Set the value of grossTotal

public setGrossTotal(mixed $grossTotal) : self
Parameters
$grossTotal : mixed
Return values
self

setHasMissingProduct()

public setHasMissingProduct(int $hasMissingProduct) : void
Parameters
$hasMissingProduct : int

setHasStatusCodeNull()

public setHasStatusCodeNull(int $hasStatusCodeNull) : void
Parameters
$hasStatusCodeNull : int

setInvoiceNumber()

public setInvoiceNumber(mixed $invoiceNumber) : mixed
Parameters
$invoiceNumber : mixed

setMaxStatusCode()

public setMaxStatusCode(int|null $maxStatusCode) : void
Parameters
$maxStatusCode : int|null

setMinStatusCode()

public setMinStatusCode(int|null $minStatusCode) : void
Parameters
$minStatusCode : int|null

setMovementClassId()

public setMovementClassId(int $movementClassId) : void
Parameters
$movementClassId : int

setMovementPerspectiveId()

public setMovementPerspectiveId(int $movementPerspectiveId) : void
Parameters
$movementPerspectiveId : int

setMovementTypeId()

public setMovementTypeId(int $movementTypeId) : void
Parameters
$movementTypeId : int

setNetTotal()

Set the value of netTotal

public setNetTotal(mixed $netTotal) : self
Parameters
$netTotal : mixed
Return values
self

setSalesChannel()

public setSalesChannel(string|null $salesChannel) : void
Parameters
$salesChannel : string|null

setShippingTotal()

Set the value of shipTotal

public setShippingTotal(mixed $shippingTotal) : self
Parameters
$shippingTotal : mixed
Return values
self

setToCountryId()

public setToCountryId(int|null $toCountryId) : void
Parameters
$toCountryId : int|null

setUserModuleAlias()

public setUserModuleAlias(string $userModuleAlias) : void
Parameters
$userModuleAlias : string

setUserModuleId()

public setUserModuleId(int $userModuleId) : void
Parameters
$userModuleId : int

setValueEur()

public setValueEur(float|null $valueEur) : void
Parameters
$valueEur : float|null

setVatCountryId()

public setVatCountryId(int|null $vatCountryId) : void
Parameters
$vatCountryId : int|null

        
On this page

Search results