MovementCredit
in package
implements
JsonSerializable
Class MovementCredit
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $activityId : int|null
- $activityInvoice : ActivityInvoice|null
- $awaitingDelete : bool|null
- $buyerVatCountry : Country|null
- $buyerVatId : string|null
- $changeTime : DateTime
- $channel : Channel
- $client : Client|null
- $currency : Currency|null
- $digitalService : bool
- $discount : float|null
- $eventDate : DateTime
- $eventTime : DateTime
- $exportOutsideEu : bool|null
- $fromBillCountry : Country|null
- $fromCountry : Country|null
- $fromVatidValidationStatusId : int|null
- $id : int|null
- $invoiceNumberId : int|null
- $invoiceNumberString : string|null
- $isCreditNote : bool|null
- $isInvoice : bool|null
- $linkedMovementCredit : MovementCredit|null
- $linkedMovementCreditId : int|null
- $module : Module
- $movementPerspectiveId : int
- $movementTypeId : int
- $position : int|null
- $preventScenario : bool|null
- $price : float|null
- $product : MovementProduct|null
- $productId : int|null
- $quantity : int|null
- $salesChannel : string|null
- $sellerVatCountry : Country|null
- $sellerVatId : string|null
- $shipPrice : float|null
- $sourceId : int
- $sourceType : SourceType
- $statusCode : int|null
- $statusCorrection : MovementStatusCorrection|null
- $toBillCountry : Country|null
- $toCountry : Country|null
- $toVatidValidationStatusId : int|null
- $transId : string
- $userModule : UserModule
- $valueEur : float|null
- $vatCountry : Country|null
- $vatRate : float|null
Methods
- getActivityId() : int|null
- getActivityInvoice() : ActivityInvoice|null
- Get the value of activityInvoice
- getActivityInvoiceId() : int|null
- getAwaitingDelete() : bool|null
- getBuyerVatCountry() : Country|null
- getBuyerVatCountryId() : int|null
- getBuyerVatId() : string|null
- getChangeTime() : DateTime
- getChannel() : Channel
- Get the value of channel
- getChannelId() : int
- getClient() : Client|null
- Get $client
- getClientId() : int
- getCurrency() : Currency|null
- getCurrencyId() : int|null
- getDiscount() : float|null
- getEventDate() : DateTime
- getEventTime() : DateTime
- getExportOutsideEu() : bool|null
- Get the value of exportOutsideEu
- getFromBillCountry() : Country|null
- getFromBillCountryId() : int|null
- getFromCountry() : Country|null
- getFromCountryId() : int|null
- getFromVatidValidationStatusId() : int|null
- getId() : int|null
- getInvoiceNumberId() : int|null
- getInvoiceNumberString() : mixed
- getIsCreditNote() : bool|null
- getLinkedMovementCredit() : MovementCredit|null
- getLinkedMovementCreditId() : int|null
- getModule() : Module
- Get the value of module
- getMovementPerspectiveId() : int
- Get $movementPerspectiveId
- getMovementTypeId() : int
- Get the value of movementTypeId
- getPosition() : int|null
- getPreventScenario() : bool|null
- getPrice() : float|null
- getProductId() : int|null
- getQuantity() : int|null
- getSalesChannel() : string|null
- getSellerVatCountry() : Country|null
- getSellerVatCountryId() : int|null
- getSellerVatId() : string|null
- getShipPrice() : float|null
- getSourceId() : int|null
- getSourceType() : SourceType
- Get $sourceType
- getSourceTypeId() : int
- getStatusCode() : int|null
- getStatusCorrection() : MovementStatusCorrection|null
- getToBillCountry() : Country|null
- getToBillCountryId() : int|null
- getToCountry() : Country|null
- getToCountryId() : int|null
- getToVatidValidationStatusId() : int|null
- getTransId() : string
- Get the value of transId
- getUser() : Client|null
- getUserId() : int|null
- getUserModule() : UserModule
- getValueEur() : float|null
- getVatCountry() : Country|null
- getVatCountryId() : int|null
- getVatRate() : float|null
- isDigitalService() : bool
- isInvoice() : bool|null
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setActivityId() : void
- setActivityInvoice() : self
- Set the value of activityInvoice
- setAwaitingDelete() : void
- setBuyerVatCountry() : void
- setBuyerVatId() : void
- setChangeTime() : void
- setChannel() : self
- Set the value of channel
- setClient() : self
- Set $client
- setCurrency() : void
- setDigitalService() : void
- setDiscount() : void
- setEventDate() : void
- setEventTime() : void
- setExportOutsideEu() : self
- Set the value of exportOutsideEu
- setFromBillCountry() : void
- setFromCountry() : void
- setFromVatidValidationStatusId() : void
- setId() : void
- setInvoiceNumberId() : void
- setInvoiceNumberString() : void
- setIsCreditNote() : void
- setIsInvoice() : void
- setLinkedMovementCredit() : void
- setLinkedMovementCreditId() : void
- setModule() : self
- Set the value of module
- setMovementPerspectiveId() : self
- Set $movementPerspectiveId
- setMovementTypeId() : self
- Set the value of movementTypeId
- setPosition() : void
- setPreventScenario() : void
- setPrice() : void
- setProductId() : void
- setQuantity() : void
- setSalesChannel() : void
- setSellerVatCountry() : void
- setSellerVatId() : void
- setShipPrice() : void
- setSourceId() : void
- setSourceType() : self
- Set $sourceType
- setStatusCode() : void
- setStatusCorrection() : void
- setToBillCountry() : void
- setToCountry() : void
- setToVatidValidationStatusId() : void
- setTransId() : self
- Set the value of transId
- setUser() : self
- setUserModule() : void
- setValueEur() : void
- setVatCountry() : void
- setVatRate() : void
Properties
$activityId
private
int|null
$activityId
Tags
$activityInvoice
private
ActivityInvoice|null
$activityInvoice
Tags
$awaitingDelete
private
bool|null
$awaitingDelete
Tags
$buyerVatCountry
private
Country|null
$buyerVatCountry
Tags
$buyerVatId
private
string|null
$buyerVatId
Tags
$changeTime
private
DateTime
$changeTime
Tags
$channel
private
Channel
$channel
Tags
$client
private
Client|null
$client
Tags
$currency
private
Currency|null
$currency
Tags
$digitalService
private
bool
$digitalService
= false
Tags
$discount
private
float|null
$discount
Tags
$eventDate
private
DateTime
$eventDate
Tags
$eventTime
private
DateTime
$eventTime
Tags
$exportOutsideEu
private
bool|null
$exportOutsideEu
Tags
$fromBillCountry
private
Country|null
$fromBillCountry
Tags
$fromCountry
private
Country|null
$fromCountry
Tags
$fromVatidValidationStatusId
private
int|null
$fromVatidValidationStatusId
Tags
$id
private
int|null
$id
Tags
$invoiceNumberId
private
int|null
$invoiceNumberId
Tags
$invoiceNumberString
private
string|null
$invoiceNumberString
Tags
$isCreditNote
private
bool|null
$isCreditNote
Tags
$isInvoice
private
bool|null
$isInvoice
Tags
$linkedMovementCredit
private
MovementCredit|null
$linkedMovementCredit
Tags
$linkedMovementCreditId
private
int|null
$linkedMovementCreditId
Tags
$module
private
Module
$module
Tags
$movementPerspectiveId
private
int
$movementPerspectiveId
Tags
$movementTypeId
private
int
$movementTypeId
Tags
$position
private
int|null
$position
Tags
$preventScenario
private
bool|null
$preventScenario
Tags
$price
private
float|null
$price
Tags
$product
private
MovementProduct|null
$product
Tags
$productId
private
int|null
$productId
Tags
$quantity
private
int|null
$quantity
Tags
$salesChannel
private
string|null
$salesChannel
Tags
$sellerVatCountry
private
Country|null
$sellerVatCountry
Tags
$sellerVatId
private
string|null
$sellerVatId
Tags
$shipPrice
private
float|null
$shipPrice
Tags
$sourceId
private
int
$sourceId
Tags
$sourceType
private
SourceType
$sourceType
Tags
$statusCode
private
int|null
$statusCode
Tags
$statusCorrection
private
MovementStatusCorrection|null
$statusCorrection
Tags
$toBillCountry
private
Country|null
$toBillCountry
Tags
$toCountry
private
Country|null
$toCountry
Tags
$toVatidValidationStatusId
private
int|null
$toVatidValidationStatusId
Tags
$transId
private
string
$transId
Tags
$userModule
private
UserModule
$userModule
Tags
$valueEur
private
float|null
$valueEur
Tags
$vatCountry
private
Country|null
$vatCountry
Tags
$vatRate
private
float|null
$vatRate
Tags
Methods
getActivityId()
public
getActivityId() : int|null
Return values
int|nullgetActivityInvoice()
Get the value of activityInvoice
public
getActivityInvoice() : ActivityInvoice|null
Return values
ActivityInvoice|nullgetActivityInvoiceId()
public
getActivityInvoiceId() : int|null
Return values
int|nullgetAwaitingDelete()
public
getAwaitingDelete() : bool|null
Return values
bool|nullgetBuyerVatCountry()
public
getBuyerVatCountry() : Country|null
Return values
Country|nullgetBuyerVatCountryId()
public
getBuyerVatCountryId() : int|null
Return values
int|nullgetBuyerVatId()
public
getBuyerVatId() : string|null
Return values
string|nullgetChangeTime()
public
getChangeTime() : DateTime
Return values
DateTimegetChannel()
Get the value of channel
public
getChannel() : Channel
Return values
ChannelgetChannelId()
public
getChannelId() : int
Return values
intgetClient()
Get $client
public
getClient() : Client|null
Return values
Client|nullgetClientId()
public
getClientId() : int
Return values
intgetCurrency()
public
getCurrency() : Currency|null
Return values
Currency|nullgetCurrencyId()
public
getCurrencyId() : int|null
Return values
int|nullgetDiscount()
public
getDiscount() : float|null
Return values
float|nullgetEventDate()
public
getEventDate() : DateTime
Return values
DateTimegetEventTime()
public
getEventTime() : DateTime
Return values
DateTimegetExportOutsideEu()
Get the value of exportOutsideEu
public
getExportOutsideEu() : bool|null
Return values
bool|nullgetFromBillCountry()
public
getFromBillCountry() : Country|null
Return values
Country|nullgetFromBillCountryId()
public
getFromBillCountryId() : int|null
Return values
int|nullgetFromCountry()
public
getFromCountry() : Country|null
Return values
Country|nullgetFromCountryId()
public
getFromCountryId() : int|null
Return values
int|nullgetFromVatidValidationStatusId()
public
getFromVatidValidationStatusId() : int|null
Return values
int|nullgetId()
public
getId() : int|null
Return values
int|nullgetInvoiceNumberId()
public
getInvoiceNumberId() : int|null
Return values
int|nullgetInvoiceNumberString()
public
getInvoiceNumberString() : mixed
getIsCreditNote()
public
getIsCreditNote() : bool|null
Return values
bool|nullgetLinkedMovementCredit()
public
getLinkedMovementCredit() : MovementCredit|null
Return values
MovementCredit|nullgetLinkedMovementCreditId()
public
getLinkedMovementCreditId() : int|null
Return values
int|nullgetModule()
Get the value of module
public
getModule() : Module
Return values
ModulegetMovementPerspectiveId()
Get $movementPerspectiveId
public
getMovementPerspectiveId() : int
Return values
intgetMovementTypeId()
Get the value of movementTypeId
public
getMovementTypeId() : int
Return values
intgetPosition()
public
getPosition() : int|null
Return values
int|nullgetPreventScenario()
public
getPreventScenario() : bool|null
Return values
bool|nullgetPrice()
public
getPrice() : float|null
Return values
float|nullgetProductId()
public
getProductId() : int|null
Return values
int|nullgetQuantity()
public
getQuantity() : int|null
Return values
int|nullgetSalesChannel()
public
getSalesChannel() : string|null
Return values
string|nullgetSellerVatCountry()
public
getSellerVatCountry() : Country|null
Return values
Country|nullgetSellerVatCountryId()
public
getSellerVatCountryId() : int|null
Return values
int|nullgetSellerVatId()
public
getSellerVatId() : string|null
Return values
string|nullgetShipPrice()
public
getShipPrice() : float|null
Return values
float|nullgetSourceId()
public
getSourceId() : int|null
Return values
int|nullgetSourceType()
Get $sourceType
public
getSourceType() : SourceType
Return values
SourceTypegetSourceTypeId()
public
getSourceTypeId() : int
Return values
intgetStatusCode()
public
getStatusCode() : int|null
Return values
int|nullgetStatusCorrection()
public
getStatusCorrection() : MovementStatusCorrection|null
Return values
MovementStatusCorrection|nullgetToBillCountry()
public
getToBillCountry() : Country|null
Return values
Country|nullgetToBillCountryId()
public
getToBillCountryId() : int|null
Return values
int|nullgetToCountry()
public
getToCountry() : Country|null
Return values
Country|nullgetToCountryId()
public
getToCountryId() : int|null
Return values
int|nullgetToVatidValidationStatusId()
public
getToVatidValidationStatusId() : int|null
Return values
int|nullgetTransId()
Get the value of transId
public
getTransId() : string
Return values
stringgetUser()
public
getUser() : Client|null
Return values
Client|nullgetUserId()
public
getUserId() : int|null
Return values
int|nullgetUserModule()
public
getUserModule() : UserModule
Return values
UserModulegetValueEur()
public
getValueEur() : float|null
Return values
float|nullgetVatCountry()
public
getVatCountry() : Country|null
Return values
Country|nullgetVatCountryId()
public
getVatCountryId() : int|null
Return values
int|nullgetVatRate()
public
getVatRate() : float|null
Return values
float|nullisDigitalService()
public
isDigitalService() : bool
Return values
boolisInvoice()
public
isInvoice() : bool|null
Return values
bool|nulljsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setActivityId()
public
setActivityId(int|null $activityId) : void
Parameters
- $activityId : int|null
setActivityInvoice()
Set the value of activityInvoice
public
setActivityInvoice(ActivityInvoice|null $activityInvoice) : self
Parameters
- $activityInvoice : ActivityInvoice|null
Return values
selfsetAwaitingDelete()
public
setAwaitingDelete(bool|null $awaitingDelete) : void
Parameters
- $awaitingDelete : bool|null
setBuyerVatCountry()
public
setBuyerVatCountry(Country|null $buyerVatCountry) : void
Parameters
- $buyerVatCountry : Country|null
setBuyerVatId()
public
setBuyerVatId(string|null $buyerVatId) : void
Parameters
- $buyerVatId : string|null
setChangeTime()
public
setChangeTime(DateTime $changeTime) : void
Parameters
- $changeTime : DateTime
setChannel()
Set the value of channel
public
setChannel(Channel $channel) : self
Parameters
- $channel : Channel
Return values
selfsetClient()
Set $client
public
setClient(Client|null $client) : self
Parameters
- $client : Client|null
-
$client
Return values
selfsetCurrency()
public
setCurrency(Currency|null $currency) : void
Parameters
- $currency : Currency|null
setDigitalService()
public
setDigitalService(bool $digitalService) : void
Parameters
- $digitalService : bool
setDiscount()
public
setDiscount(float|null $discount) : void
Parameters
- $discount : float|null
setEventDate()
public
setEventDate(DateTime $eventDate) : void
Parameters
- $eventDate : DateTime
setEventTime()
public
setEventTime(DateTime $eventTime) : void
Parameters
- $eventTime : DateTime
setExportOutsideEu()
Set the value of exportOutsideEu
public
setExportOutsideEu(bool|null $exportOutsideEu) : self
Parameters
- $exportOutsideEu : bool|null
Return values
selfsetFromBillCountry()
public
setFromBillCountry(Country|null $fromBillCountry) : void
Parameters
- $fromBillCountry : Country|null
setFromCountry()
public
setFromCountry(Country|null $fromCountry) : void
Parameters
- $fromCountry : Country|null
setFromVatidValidationStatusId()
public
setFromVatidValidationStatusId(int|null $fromVatidValidationStatusId) : void
Parameters
- $fromVatidValidationStatusId : int|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setInvoiceNumberId()
public
setInvoiceNumberId(int|null $invoiceNumberId) : void
Parameters
- $invoiceNumberId : int|null
setInvoiceNumberString()
public
setInvoiceNumberString(mixed $invoiceNumberString) : void
Parameters
- $invoiceNumberString : mixed
setIsCreditNote()
public
setIsCreditNote(bool|null $creditNote) : void
Parameters
- $creditNote : bool|null
setIsInvoice()
public
setIsInvoice(bool|null $isInvoice) : void
Parameters
- $isInvoice : bool|null
setLinkedMovementCredit()
public
setLinkedMovementCredit(MovementCredit|null $linkedMovementCredit) : void
Parameters
- $linkedMovementCredit : MovementCredit|null
setLinkedMovementCreditId()
public
setLinkedMovementCreditId(int|null $linkedMovementCreditId) : void
Parameters
- $linkedMovementCreditId : int|null
setModule()
Set the value of module
public
setModule(Module $module) : self
Parameters
- $module : Module
Return values
selfsetMovementPerspectiveId()
Set $movementPerspectiveId
public
setMovementPerspectiveId(int $movementPerspectiveId) : self
Parameters
- $movementPerspectiveId : int
-
$movementPerspectiveId
Return values
selfsetMovementTypeId()
Set the value of movementTypeId
public
setMovementTypeId(int $movementTypeId) : self
Parameters
- $movementTypeId : int
Return values
selfsetPosition()
public
setPosition(int|null $position) : void
Parameters
- $position : int|null
setPreventScenario()
public
setPreventScenario(bool|null $preventScenario) : void
Parameters
- $preventScenario : bool|null
setPrice()
public
setPrice(float|null $price) : void
Parameters
- $price : float|null
setProductId()
public
setProductId(int|null $productId) : void
Parameters
- $productId : int|null
setQuantity()
public
setQuantity(int|null $quantity) : void
Parameters
- $quantity : int|null
setSalesChannel()
public
setSalesChannel(string|null $salesChannel) : void
Parameters
- $salesChannel : string|null
setSellerVatCountry()
public
setSellerVatCountry(Country|null $sellerVatCountry) : void
Parameters
- $sellerVatCountry : Country|null
setSellerVatId()
public
setSellerVatId(string|null $sellerVatId) : void
Parameters
- $sellerVatId : string|null
setShipPrice()
public
setShipPrice(float|null $shipPrice) : void
Parameters
- $shipPrice : float|null
setSourceId()
public
setSourceId(int|null $sourceId) : void
Parameters
- $sourceId : int|null
setSourceType()
Set $sourceType
public
setSourceType(SourceType $sourceType) : self
Parameters
- $sourceType : SourceType
-
$sourceType
Return values
selfsetStatusCode()
public
setStatusCode(int|null $statusCode) : void
Parameters
- $statusCode : int|null
setStatusCorrection()
public
setStatusCorrection(MovementStatusCorrection|null $statusCorrection) : void
Parameters
- $statusCorrection : MovementStatusCorrection|null
setToBillCountry()
public
setToBillCountry(Country|null $toBillCountry) : void
Parameters
- $toBillCountry : Country|null
setToCountry()
public
setToCountry(Country|null $toCountry) : void
Parameters
- $toCountry : Country|null
setToVatidValidationStatusId()
public
setToVatidValidationStatusId(int|null $toVatidValidationStatusId) : void
Parameters
- $toVatidValidationStatusId : int|null
setTransId()
Set the value of transId
public
setTransId(string $transId) : self
Parameters
- $transId : string
Return values
selfsetUser()
public
setUser(Client|null $client) : self
Parameters
- $client : Client|null
Return values
selfsetUserModule()
public
setUserModule(UserModule $userModule) : void
Parameters
- $userModule : UserModule
setValueEur()
public
setValueEur(float|null $valueEur) : void
Parameters
- $valueEur : float|null
setVatCountry()
public
setVatCountry(Country|null $vatCountry) : void
Parameters
- $vatCountry : Country|null
setVatRate()
public
setVatRate(float|null $vatRate) : void
Parameters
- $vatRate : float|null