Documentation

MovementCreditEntity
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$activityId  : mixed
$activityInvoiceId  : mixed
$awaitingDelete  : mixed
$buyerVatCountryId  : mixed
$buyerVatid  : mixed
$changeTime  : mixed
$channelId  : mixed
$createTime  : mixed
$creditNote  : mixed
$currencyId  : mixed
$discount  : mixed
$eventDate  : mixed
$eventTime  : mixed
$fromBillCountryId  : mixed
$fromCountryId  : mixed
$fromVatidValidationStatusId  : mixed
$gross  : mixed
$id  : mixed
$invoiceNumberId  : mixed
$invoiceString  : mixed
$isInvoice  : mixed
$linkedMovementCreditId  : mixed
$movementPerspectiveId  : mixed
$movementTypeId  : mixed
$net  : mixed
$netEur  : mixed
$netUnit  : mixed
$netUnitEur  : mixed
$preventScenario  : mixed
$price  : mixed
$productId  : mixed
$productName  : mixed
$quantity  : mixed
$salesChannel  : mixed
$sellerVatCountryId  : mixed
$sellerVatid  : mixed
$ship  : mixed
$sourceId  : mixed
$sourceType  : mixed
$statusCode  : mixed
$toBillCountryId  : mixed
$toCountryId  : mixed
$toVatidValidationStatusId  : mixed
$transId  : mixed
$updateTime  : mixed
$userId  : mixed
$userModuleId  : mixed
$valueEur  : mixed
$vatCountryId  : mixed
$vatRate  : mixed

Methods

fromModel()  : self
getActivityId()  : int|null
getActivityInvoiceId()  : int|null
getAwaitingDelete()  : int
getBuyerVatCountryId()  : int|null
getBuyerVatid()  : string|null
getChangeTime()  : int
getChangeTimeFormatted()  : string
getChannelId()  : mixed
Get the value of channelId
getCreateTime()  : int
getCreateTimeFormatted()  : string
getCreditNote()  : bool
getCurrencyId()  : int|null
getDiscount()  : float|null
getEventDate()  : int
getEventDateFormatted()  : string
getEventTime()  : int
getEventTimeFormatted()  : string
getFromBillCountryId()  : int|null
getFromCountryId()  : int|null
getFromVatidValidationStatusId()  : int|null
getGross()  : mixed
getId()  : int
getInvoiceNumberId()  : int|null
getInvoiceString()  : string|null
getIsInvoice()  : bool
getLinkedMovementCreditId()  : int|null
getMovementPerspectiveId()  : int
getMovementTypeId()  : int
getNet()  : mixed
Get the value of net
getNetEur()  : mixed
Get the value of netEur
getNetUnit()  : mixed
getNetUnitEur()  : mixed
Get the value of netUnitEur
getPreventScenario()  : int
getPrice()  : float|null
getProductId()  : int|null
getProductName()  : mixed
Get the value of productName
getQuantity()  : int
getSalesChannel()  : string|null
getSellerVatCountryId()  : int|null
getSellerVatid()  : string|null
getShip()  : float|null
getSourceId()  : int
getSourceType()  : int
getStatusCode()  : int|null
getToBillCountryId()  : int|null
getToCountryId()  : int|null
getToVatidValidationStatusId()  : int|null
getTransId()  : string
getUpdateTime()  : int
getUpdateTimeFormatted()  : string
getUserId()  : int
getUserModuleId()  : int
getValueEur()  : float|null
getVatCountryId()  : int|null
getVatRate()  : float|null
jsonSerialize()  : mixed
setactivityId()  : void
setActivityInvoiceId()  : void
setAwaitingDelete()  : void
setBuyerVatCountryId()  : void
setBuyerVatid()  : void
setChangeTime()  : void
setChannelId()  : self
Set the value of channelId
setCreateTime()  : void
setCreditNote()  : void
setCurrencyId()  : void
setDiscount()  : void
setEventDate()  : void
setEventTime()  : void
setFromBillCountryId()  : void
setFromCountryId()  : void
setFromVatidValidationStatusId()  : void
setGross()  : mixed
setId()  : void
setInvoiceNumberId()  : void
setInvoiceString()  : void
setIsInvoice()  : void
setLinkedMovementCreditId()  : void
setMovementPerspectiveId()  : void
setMovementTypeId()  : void
setNet()  : self
Set the value of net
setNetEur()  : self
Set the value of netEur
setNetUnit()  : mixed
setNetUnitEur()  : self
Set the value of netUnitEur
setPreventScenario()  : void
setPrice()  : void
setProductId()  : void
setProductName()  : self
Set the value of productName
setQuantity()  : void
setSalesChannel()  : void
setSellerVatCountryId()  : void
setSellerVatid()  : void
setShip()  : void
setSourceId()  : void
setSourceType()  : void
setStatusCode()  : void
setToBillCountryId()  : void
setToCountryId()  : void
setToVatidValidationStatusId()  : void
setTransId()  : void
setUpdateTime()  : void
setUserId()  : void
setUserModuleId()  : void
setValueEur()  : void
setVatCountryId()  : void
setVatRate()  : void

Properties

Methods

getFromVatidValidationStatusId()

public getFromVatidValidationStatusId() : int|null
Return values
int|null

getLinkedMovementCreditId()

public getLinkedMovementCreditId() : int|null
Return values
int|null

getSellerVatCountryId()

public getSellerVatCountryId() : int|null
Return values
int|null

getToVatidValidationStatusId()

public getToVatidValidationStatusId() : int|null
Return values
int|null

setactivityId()

public setactivityId(int|null $activityId) : void
Parameters
$activityId : int|null

setActivityInvoiceId()

public setActivityInvoiceId(int|null $activityInvoiceId) : void
Parameters
$activityInvoiceId : int|null

setAwaitingDelete()

public setAwaitingDelete(int $awaitingDelete) : void
Parameters
$awaitingDelete : int

setBuyerVatCountryId()

public setBuyerVatCountryId(int|null $buyerVatCountryId) : void
Parameters
$buyerVatCountryId : int|null

setBuyerVatid()

public setBuyerVatid(string|null $buyerVatid) : void
Parameters
$buyerVatid : string|null

setChangeTime()

public setChangeTime(int $changeTime) : void
Parameters
$changeTime : int

setChannelId()

Set the value of channelId

public setChannelId(mixed $channelId) : self
Parameters
$channelId : mixed
Return values
self

setCreateTime()

public setCreateTime(int $createTime) : void
Parameters
$createTime : int

setCreditNote()

public setCreditNote(bool $creditNote) : void
Parameters
$creditNote : bool

setCurrencyId()

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

setDiscount()

public setDiscount(float|null $discount) : void
Parameters
$discount : float|null

setFromBillCountryId()

public setFromBillCountryId(int|null $fromBillCountryId) : void
Parameters
$fromBillCountryId : int|null

setFromCountryId()

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

setFromVatidValidationStatusId()

public setFromVatidValidationStatusId(int|null $fromVatidValidationStatusId) : void
Parameters
$fromVatidValidationStatusId : int|null

setInvoiceNumberId()

public setInvoiceNumberId(int|null $invoiceNumberId) : void
Parameters
$invoiceNumberId : int|null

setInvoiceString()

public setInvoiceString(string|null $invoiceString) : void
Parameters
$invoiceString : string|null

setIsInvoice()

public setIsInvoice(bool $isInvoice) : void
Parameters
$isInvoice : bool

setLinkedMovementCreditId()

public setLinkedMovementCreditId(int|null $linkedMovementCreditId) : void
Parameters
$linkedMovementCreditId : int|null

setMovementPerspectiveId()

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

setMovementTypeId()

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

setNet()

Set the value of net

public setNet(mixed $net) : self
Parameters
$net : mixed
Return values
self

setNetEur()

Set the value of netEur

public setNetEur(mixed $netEur) : self
Parameters
$netEur : mixed
Return values
self

setNetUnitEur()

Set the value of netUnitEur

public setNetUnitEur(mixed $netUnitEur) : self
Parameters
$netUnitEur : mixed
Return values
self

setPreventScenario()

public setPreventScenario(int $preventScenario) : void
Parameters
$preventScenario : int

setProductId()

public setProductId(int|null $productId) : void
Parameters
$productId : int|null

setProductName()

Set the value of productName

public setProductName(mixed $productName) : self
Parameters
$productName : mixed
Return values
self

setSalesChannel()

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

setSellerVatCountryId()

public setSellerVatCountryId(int|null $sellerVatCountryId) : void
Parameters
$sellerVatCountryId : int|null

setSellerVatid()

public setSellerVatid(string|null $sellerVatid) : void
Parameters
$sellerVatid : string|null

setSourceType()

public setSourceType(int $sourceType) : void
Parameters
$sourceType : int

setStatusCode()

public setStatusCode(int|null $statusCode) : void
Parameters
$statusCode : int|null

setToBillCountryId()

public setToBillCountryId(int|null $toBillCountryId) : void
Parameters
$toBillCountryId : int|null

setToCountryId()

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

setToVatidValidationStatusId()

public setToVatidValidationStatusId(int|null $toVatidValidationStatusId) : void
Parameters
$toVatidValidationStatusId : int|null

setUpdateTime()

public setUpdateTime(int $updateTime) : void
Parameters
$updateTime : int

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

setVatRate()

public setVatRate(float|null $vatRate) : void
Parameters
$vatRate : float|null

        
On this page

Search results