Documentation

AccountingFormOfPaymentHeaderType
in package

Class representing AccountingFormOfPaymentHeaderType.

XSD Type: accountingFormOfPaymentHeaderType

Table of Contents

$account  : AccountType|null
Bankovní účet nebo pokladna.
$accounting  : RefType|null
Předkontace(pouze pro účetnictví typu "DE").
$accountingDestination  : string|null
Zaúčtování.
$centre  : RefType|null
Středisko.
$credit  : string|null
Účet DAL(pouze pro účetnictví typu "PU").
$debit  : string|null
Účet MD(pouze pro účetnictví typu "PU").
$extId  : ExtIdType|null
Odkaz na záznam v externí databázi. V databázi se nachází speciální tabulka obsahující vazbu mezi agendou a externí databází.
$id  : int|null
ID záznamu(pouze pro export).
$paymentType  : PaymentType|null
Forma úhrady.
$setTheAccountIndependently  : string|null
Nastavení účtování formy úhrady: "na střediska / samostatně".
getAccount()  : AccountType
Gets as account.
getAccounting()  : RefType
Gets as accounting.
getAccountingDestination()  : string
Gets as accountingDestination.
getCentre()  : RefType
Gets as centre.
getCredit()  : string
Gets as credit.
getDebit()  : string
Gets as debit.
getExtId()  : ExtIdType
Gets as extId.
getId()  : int
Gets as id.
getPaymentType()  : PaymentType
Gets as paymentType.
getSetTheAccountIndependently()  : string
Gets as setTheAccountIndependently.
setAccount()  : self
Sets a new account.
setAccounting()  : self
Sets a new accounting.
setAccountingDestination()  : self
Sets a new accountingDestination.
setCentre()  : self
Sets a new centre.
setCredit()  : self
Sets a new credit.
setDebit()  : self
Sets a new debit.
setExtId()  : self
Sets a new extId.
setId()  : self
Sets a new id.
setPaymentType()  : self
Sets a new paymentType.
setSetTheAccountIndependently()  : self
Sets a new setTheAccountIndependently.

Properties

$setTheAccountIndependently

Nastavení účtování formy úhrady: "na střediska / samostatně".

private string|null $setTheAccountIndependently = null

Methods

getAccountingDestination()

Gets as accountingDestination.

public getAccountingDestination() : string

Zaúčtování.

Return values
string

getSetTheAccountIndependently()

Gets as setTheAccountIndependently.

public getSetTheAccountIndependently() : string

Nastavení účtování formy úhrady: "na střediska / samostatně".

Return values
string

setAccounting()

Sets a new accounting.

public setAccounting([RefType|null $accounting = null ]) : self

Předkontace(pouze pro účetnictví typu "DE").

Parameters
$accounting : RefType|null = null
Return values
self

setAccountingDestination()

Sets a new accountingDestination.

public setAccountingDestination(string $accountingDestination) : self

Zaúčtování.

Parameters
$accountingDestination : string
Return values
self

setCredit()

Sets a new credit.

public setCredit(string $credit) : self

Účet DAL(pouze pro účetnictví typu "PU").

Parameters
$credit : string
Return values
self

setDebit()

Sets a new debit.

public setDebit(string $debit) : self

Účet MD(pouze pro účetnictví typu "PU").

Parameters
$debit : string
Return values
self

setExtId()

Sets a new extId.

public setExtId([ExtIdType|null $extId = null ]) : self

Odkaz na záznam v externí databázi. V databázi se nachází speciální tabulka obsahující vazbu mezi agendou a externí databází.

Parameters
$extId : ExtIdType|null = null
Return values
self

setSetTheAccountIndependently()

Sets a new setTheAccountIndependently.

public setSetTheAccountIndependently(string $setTheAccountIndependently) : self

Nastavení účtování formy úhrady: "na střediska / samostatně".

Parameters
$setTheAccountIndependently : string
Return values
self

Search results