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
$buyerVatid
private
mixed
$buyerVatid
$channelId
private
mixed
$channelId
$creditNote
private
mixed
$creditNote
$currencyId
private
mixed
$currencyId
$discountTotal
private
mixed
$discountTotal
= 0
$eventDate
private
mixed
$eventDate
$fromCountryId
private
mixed
$fromCountryId
$grossTotal
private
mixed
$grossTotal
= 0
$hasMissingProduct
private
mixed
$hasMissingProduct
$hasStatusCodeNull
private
mixed
$hasStatusCodeNull
$id
private
mixed
$id
$invoiceNumber
private
mixed
$invoiceNumber
$isInvoice
private
mixed
$isInvoice
$maxStatusCode
private
mixed
$maxStatusCode
$minStatusCode
private
mixed
$minStatusCode
$moduleId
private
mixed
$moduleId
$movementClassId
private
mixed
$movementClassId
$movementPerspectiveId
private
mixed
$movementPerspectiveId
$movementTypeId
private
mixed
$movementTypeId
$netTotal
private
mixed
$netTotal
= 0
$salesChannel
private
mixed
$salesChannel
$shippingTotal
private
mixed
$shippingTotal
= 0
$sourceType
private
mixed
$sourceType
$toCountryId
private
mixed
$toCountryId
$transId
private
mixed
$transId
$type
private
mixed
$type
$userId
private
mixed
$userId
$userModuleAlias
private
mixed
$userModuleAlias
$userModuleId
private
mixed
$userModuleId
$value
private
mixed
$value
$valueEur
private
mixed
$valueEur
$vatCountryId
private
mixed
$vatCountryId
$vatRate
private
mixed
$vatRate
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
fromActivityInvoiceModel()
public
fromActivityInvoiceModel(ActivityInvoice $activityInvoice) : mixed
Parameters
- $activityInvoice : ActivityInvoice
getBuyerVatid()
Get the value of buyerVatid
public
getBuyerVatid() : string|null
Return values
string|nullgetChannelId()
public
getChannelId() : int|null
Return values
int|nullgetCreditNote()
public
getCreditNote() : int
Return values
intgetCurrencyId()
public
getCurrencyId() : int|null
Return values
int|nullgetDiscountTotal()
Get the value of discountTotal
public
getDiscountTotal() : mixed
getEventDate()
public
getEventDate() : int
Return values
intgetEventDateFormatted()
public
getEventDateFormatted() : string
Return values
stringgetFromCountryId()
public
getFromCountryId() : int|null
Return values
int|nullgetGrossTotal()
Get the value of grossTotal
public
getGrossTotal() : mixed
getHasError()
public
getHasError() : bool
Return values
boolgetHasMissingProduct()
public
getHasMissingProduct() : int
Return values
intgetHasStatusCodeNull()
public
getHasStatusCodeNull() : int
Return values
intgetId()
public
getId() : int
Return values
intgetInvoiceNumber()
public
getInvoiceNumber() : mixed
getIsInvoice()
public
getIsInvoice() : int
Return values
intgetMaxStatusCode()
public
getMaxStatusCode() : int|null
Return values
int|nullgetMinStatusCode()
public
getMinStatusCode() : int|null
Return values
int|nullgetModuleId()
public
getModuleId() : int
Return values
intgetMovementClassId()
public
getMovementClassId() : int
Return values
intgetMovementPerspectiveId()
public
getMovementPerspectiveId() : int
Return values
intgetMovementTypeId()
public
getMovementTypeId() : int
Return values
intgetNetTotal()
Get the value of netTotal
public
getNetTotal() : mixed
getSalesChannel()
public
getSalesChannel() : string|null
Return values
string|nullgetShippingTotal()
Get the value of shipTotal
public
getShippingTotal() : mixed
getSourceType()
public
getSourceType() : int
Return values
intgetToCountryId()
public
getToCountryId() : int|null
Return values
int|nullgetTransid()
public
getTransid() : string
Return values
stringgetType()
public
getType() : int|null
Return values
int|nullgetUserId()
public
getUserId() : int
Return values
intgetUserModuleAlias()
public
getUserModuleAlias() : string|null
Return values
string|nullgetUserModuleId()
public
getUserModuleId() : int|null
Return values
int|nullgetValue()
public
getValue() : float|null
Return values
float|nullgetValueEur()
public
getValueEur() : float|null
Return values
float|nullgetVatCountryId()
public
getVatCountryId() : int|null
Return values
int|nullgetVatRate()
public
getVatRate() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
setBuyerVatid()
Set the value of buyerVatid
public
setBuyerVatid(string|null $buyerVatid) : self
Parameters
- $buyerVatid : string|null
Return values
selfsetChannelId()
public
setChannelId(int|null $salesChannelId) : mixed
Parameters
- $salesChannelId : int|null
setCreditNote()
public
setCreditNote(int $creditNote) : void
Parameters
- $creditNote : int
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
selfsetEventDate()
public
setEventDate(int $eventDate) : void
Parameters
- $eventDate : int
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
selfsetHasMissingProduct()
public
setHasMissingProduct(int $hasMissingProduct) : void
Parameters
- $hasMissingProduct : int
setHasStatusCodeNull()
public
setHasStatusCodeNull(int $hasStatusCodeNull) : void
Parameters
- $hasStatusCodeNull : int
setId()
public
setId(int $id) : void
Parameters
- $id : int
setInvoiceNumber()
public
setInvoiceNumber(mixed $invoiceNumber) : mixed
Parameters
- $invoiceNumber : mixed
setIsInvoice()
public
setIsInvoice(int $isInvoice) : void
Parameters
- $isInvoice : int
setMaxStatusCode()
public
setMaxStatusCode(int|null $maxStatusCode) : void
Parameters
- $maxStatusCode : int|null
setMinStatusCode()
public
setMinStatusCode(int|null $minStatusCode) : void
Parameters
- $minStatusCode : int|null
setModuleId()
public
setModuleId(int $moduleId) : void
Parameters
- $moduleId : int
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
selfsetSalesChannel()
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
selfsetSourceType()
public
setSourceType(int $sourceType) : void
Parameters
- $sourceType : int
setToCountryId()
public
setToCountryId(int|null $toCountryId) : void
Parameters
- $toCountryId : int|null
setTransid()
public
setTransid(string $transId) : void
Parameters
- $transId : string
setType()
public
setType(int|null $type) : void
Parameters
- $type : int|null
setUserId()
public
setUserId(mixed $userId) : void
Parameters
- $userId : mixed
setUserModuleAlias()
public
setUserModuleAlias(string $userModuleAlias) : void
Parameters
- $userModuleAlias : string
setUserModuleId()
public
setUserModuleId(int $userModuleId) : void
Parameters
- $userModuleId : int
setValue()
public
setValue(float|null $value) : void
Parameters
- $value : float|null
setValueEur()
public
setValueEur(float|null $valueEur) : void
Parameters
- $valueEur : float|null
setVatCountryId()
public
setVatCountryId(int|null $vatCountryId) : void
Parameters
- $vatCountryId : int|null
setVatRate()
public
setVatRate(mixed $vatRate) : void
Parameters
- $vatRate : mixed