AccountingFormOfPaymentHeaderType
in package
Class representing AccountingFormOfPaymentHeaderType.
XSD Type: accountingFormOfPaymentHeaderType
Table of Contents
Properties
- $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ě".
Methods
- 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
$account
Bankovní účet nebo pokladna.
private
AccountType|null
$account
= null
$accounting
Předkontace(pouze pro účetnictví typu "DE").
private
RefType|null
$accounting
= null
$accountingDestination
Zaúčtování.
private
string|null
$accountingDestination
= null
$centre
Středisko.
private
RefType|null
$centre
= null
$credit
Účet DAL(pouze pro účetnictví typu "PU").
private
string|null
$credit
= null
$debit
Účet MD(pouze pro účetnictví typu "PU").
private
string|null
$debit
= null
$extId
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í.
private
ExtIdType|null
$extId
= null
$id
ID záznamu(pouze pro export).
private
int|null
$id
= null
$paymentType
Forma úhrady.
private
PaymentType|null
$paymentType
= null
$setTheAccountIndependently
Nastavení účtování formy úhrady: "na střediska / samostatně".
private
string|null
$setTheAccountIndependently
= null
Methods
getAccount()
Gets as account.
public
getAccount() : AccountType
Bankovní účet nebo pokladna.
Return values
AccountTypegetAccounting()
Gets as accounting.
public
getAccounting() : RefType
Předkontace(pouze pro účetnictví typu "DE").
Return values
RefTypegetAccountingDestination()
Gets as accountingDestination.
public
getAccountingDestination() : string
Zaúčtování.
Return values
stringgetCentre()
Gets as centre.
public
getCentre() : RefType
Středisko.
Return values
RefTypegetCredit()
Gets as credit.
public
getCredit() : string
Účet DAL(pouze pro účetnictví typu "PU").
Return values
stringgetDebit()
Gets as debit.
public
getDebit() : string
Účet MD(pouze pro účetnictví typu "PU").
Return values
stringgetExtId()
Gets as extId.
public
getExtId() : ExtIdType
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í.
Return values
ExtIdTypegetId()
Gets as id.
public
getId() : int
ID záznamu(pouze pro export).
Return values
intgetPaymentType()
Gets as paymentType.
public
getPaymentType() : PaymentType
Forma úhrady.
Return values
PaymentTypegetSetTheAccountIndependently()
Gets as setTheAccountIndependently.
public
getSetTheAccountIndependently() : string
Nastavení účtování formy úhrady: "na střediska / samostatně".
Return values
stringsetAccount()
Sets a new account.
public
setAccount(AccountType $account) : self
Bankovní účet nebo pokladna.
Parameters
- $account : AccountType
Return values
selfsetAccounting()
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
selfsetAccountingDestination()
Sets a new accountingDestination.
public
setAccountingDestination(string $accountingDestination) : self
Zaúčtování.
Parameters
- $accountingDestination : string
Return values
selfsetCentre()
Sets a new centre.
public
setCentre([RefType|null $centre = null ]) : self
Středisko.
Parameters
- $centre : RefType|null = null
Return values
selfsetCredit()
Sets a new credit.
public
setCredit(string $credit) : self
Účet DAL(pouze pro účetnictví typu "PU").
Parameters
- $credit : string
Return values
selfsetDebit()
Sets a new debit.
public
setDebit(string $debit) : self
Účet MD(pouze pro účetnictví typu "PU").
Parameters
- $debit : string
Return values
selfsetExtId()
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
selfsetId()
Sets a new id.
public
setId(int $id) : self
ID záznamu(pouze pro export).
Parameters
- $id : int
Return values
selfsetPaymentType()
Sets a new paymentType.
public
setPaymentType(PaymentType $paymentType) : self
Forma úhrady.
Parameters
- $paymentType : PaymentType
Return values
selfsetSetTheAccountIndependently()
Sets a new setTheAccountIndependently.
public
setSetTheAccountIndependently(string $setTheAccountIndependently) : self
Nastavení účtování formy úhrady: "na střediska / samostatně".
Parameters
- $setTheAccountIndependently : string