Documentation

InvoiceRetentionsType
in package

Class representing InvoiceRetentionsType.

XSD Type: invoiceRetentionsType

Table of Contents

Properties

$invoiceRetention  : array<string|int, InvoiceRetentionType>
Údaje o pozastávce k vydané nebo přijaté faktuře. Pouze pro export.

Methods

addToInvoiceRetention()  : self
Adds as invoiceRetention.
getInvoiceRetention()  : array<string|int, InvoiceRetentionType>
Gets as invoiceRetention.
issetInvoiceRetention()  : bool
isset invoiceRetention.
setInvoiceRetention()  : self
Sets a new invoiceRetention.
unsetInvoiceRetention()  : void
unset invoiceRetention.

Properties

Methods

issetInvoiceRetention()

isset invoiceRetention.

public issetInvoiceRetention(int|string $index) : bool

Údaje o pozastávce k vydané nebo přijaté faktuře. Pouze pro export.

Parameters
$index : int|string
Return values
bool

setInvoiceRetention()

Sets a new invoiceRetention.

public setInvoiceRetention(array<string|int, InvoiceRetentionType$invoiceRetention) : self

Údaje o pozastávce k vydané nebo přijaté faktuře. Pouze pro export.

Parameters
$invoiceRetention : array<string|int, InvoiceRetentionType>
Return values
self

unsetInvoiceRetention()

unset invoiceRetention.

public unsetInvoiceRetention(int|string $index) : void

Údaje o pozastávce k vydané nebo přijaté faktuře. Pouze pro export.

Parameters
$index : int|string

        
On this page

Search results