CreateAccountingResponseType
extends ItemAccountingTypeDoubleEntryType
in package
Class representing CreateAccountingResponseType.
XSD Type: createAccountingResponseType
Table of Contents
Properties
- $accounting : string|null
- $agenda : string|null
- $code : string|null
- $credit : string|null
- $debit : string|null
- $id : int|null
- $note : string|null
- $state : string|null
Methods
- 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.
- getId() : int
- Gets as id.
- getNote() : string
- Gets as note.
- getState() : string
- Gets as state.
- 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.
- setId() : self
- Sets a new id.
- setNote() : self
- Sets a new note.
- setState() : self
- Sets a new state.
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
$id
private
int|null
$id
= null
$note
private
string|null
$note
= null
$state
private
string|null
$state
= null
Methods
getAccounting()
Gets as accounting.
public
getAccounting() : string
Return values
stringgetAgenda()
Gets as agenda.
public
getAgenda() : string
Return values
stringgetCode()
Gets as code.
public
getCode() : string
Return values
stringgetCredit()
Gets as credit.
public
getCredit() : string
Return values
stringgetDebit()
Gets as debit.
public
getDebit() : string
Return values
stringgetId()
Gets as id.
public
getId() : int
Return values
intgetNote()
Gets as note.
public
getNote() : string
Return values
stringgetState()
Gets as state.
public
getState() : string
Return values
stringsetAccounting()
Sets a new accounting.
public
setAccounting(string $accounting) : self
Parameters
- $accounting : string
Return values
selfsetAgenda()
Sets a new agenda.
public
setAgenda(string $agenda) : self
Parameters
- $agenda : string
Return values
selfsetCode()
Sets a new code.
public
setCode(string $code) : self
Parameters
- $code : string
Return values
selfsetCredit()
Sets a new credit.
public
setCredit(string $credit) : self
Parameters
- $credit : string
Return values
selfsetDebit()
Sets a new debit.
public
setDebit(string $debit) : self
Parameters
- $debit : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
Parameters
- $id : int
Return values
selfsetNote()
Sets a new note.
public
setNote(string $note) : self
Parameters
- $note : string
Return values
selfsetState()
Sets a new state.
public
setState(string $state) : self
Parameters
- $state : string