CreateAccountingType
in package
Class representing CreateAccountingType.
XSD Type: createAccountingType
Table of Contents
- $accounting : string|null
- $agenda : string|null
- $code : string|null
- $credit : string|null
- $debit : string|null
- getAccounting() : string
- Gets as accounting.
- getAgenda() : string
- Gets as agenda.
- getCode() : string
- Gets as code.
- getCredit() : string
- Gets as credit.
- getDebit() : string
- Gets as debit.
- setAccounting() : self
- Sets a new accounting.
- setAgenda() : self
- Sets a new agenda.
- setCode() : self
- Sets a new code.
- setCredit() : self
- Sets a new credit.
- setDebit() : self
- Sets a new debit.
Properties
$accounting
private
string|null
$accounting
= null
$agenda
private
string|null
$agenda
= null
$code
private
string|null
$code
= null
$credit
private
string|null
$credit
= null
$debit
private
string|null
$debit
= null
Methods
getAccounting()
Gets as accounting.
public
getAccounting() : string
Return values
string —getAgenda()
Gets as agenda.
public
getAgenda() : string
Return values
string —getCode()
Gets as code.
public
getCode() : string
Return values
string —getCredit()
Gets as credit.
public
getCredit() : string
Return values
string —getDebit()
Gets as debit.
public
getDebit() : string
Return values
string —setAccounting()
Sets a new accounting.
public
setAccounting(string $accounting) : self
Parameters
- $accounting : string
Return values
self —setAgenda()
Sets a new agenda.
public
setAgenda(string $agenda) : self
Parameters
- $agenda : string
Return values
self —setCode()
Sets a new code.
public
setCode(string $code) : self
Parameters
- $code : string
Return values
self —setCredit()
Sets a new credit.
public
setCredit(string $credit) : self
Parameters
- $credit : string
Return values
self —setDebit()
Sets a new debit.
public
setDebit(string $debit) : self
Parameters
- $debit : string