Documentation

CreateAccountingResponseType extends ItemAccountingTypeDoubleEntryType
in package

Class representing CreateAccountingResponseType.

XSD Type: createAccountingResponseType

Table of Contents

$accounting  : string|null
$agenda  : string|null
$code  : string|null
$credit  : string|null
$debit  : string|null
$id  : int|null
$note  : string|null
$state  : 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.
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

Methods

getAccounting()

Gets as accounting.

public getAccounting() : 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
Return values
self

Search results