PaymentItemType
in package
Class representing PaymentItemType.
XSD Type: paymentItemType
Table of Contents
Properties
- $note : string|null
- Poznámka.
- $paymentAdvanced : PaymentAdvancedType|null
- Typ platby.
- $paymentType : PaymentType|null
- Forma úhrady.
- $received : float|null
- Přijato.
- $receivedHomeCurrency : float|null
- Přijato (pouze pro export).
- $returned : float|null
- Vráceno (pouze pro export).
- $text : string|null
- Text (pouze pro export).
Methods
- getNote() : string
- Gets as note.
- getPaymentAdvanced() : PaymentAdvancedType
- Gets as paymentAdvanced.
- getPaymentType() : PaymentType
- Gets as paymentType.
- getReceived() : float
- Gets as received.
- getReceivedHomeCurrency() : float
- Gets as receivedHomeCurrency.
- getReturned() : float
- Gets as returned.
- getText() : string
- Gets as text.
- setNote() : self
- Sets a new note.
- setPaymentAdvanced() : self
- Sets a new paymentAdvanced.
- setPaymentType() : self
- Sets a new paymentType.
- setReceived() : self
- Sets a new received.
- setReceivedHomeCurrency() : self
- Sets a new receivedHomeCurrency.
- setReturned() : self
- Sets a new returned.
- setText() : self
- Sets a new text.
Properties
$note
Poznámka.
private
string|null
$note
= null
$paymentAdvanced
Typ platby.
private
PaymentAdvancedType|null
$paymentAdvanced
= null
$paymentType
Forma úhrady.
private
PaymentType|null
$paymentType
= null
$received
Přijato.
private
float|null
$received
= null
$receivedHomeCurrency
Přijato (pouze pro export).
private
float|null
$receivedHomeCurrency
= null
$returned
Vráceno (pouze pro export).
private
float|null
$returned
= null
$text
Text (pouze pro export).
private
string|null
$text
= null
Methods
getNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
stringgetPaymentAdvanced()
Gets as paymentAdvanced.
public
getPaymentAdvanced() : PaymentAdvancedType
Typ platby.
Return values
PaymentAdvancedTypegetPaymentType()
Gets as paymentType.
public
getPaymentType() : PaymentType
Forma úhrady
Return values
PaymentTypegetReceived()
Gets as received.
public
getReceived() : float
Přijato.
Return values
floatgetReceivedHomeCurrency()
Gets as receivedHomeCurrency.
public
getReceivedHomeCurrency() : float
Přijato (pouze pro export).
Return values
floatgetReturned()
Gets as returned.
public
getReturned() : float
Vráceno (pouze pro export).
Return values
floatgetText()
Gets as text.
public
getText() : string
Text (pouze pro export).
Return values
stringsetNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka.
Parameters
- $note : string
Return values
selfsetPaymentAdvanced()
Sets a new paymentAdvanced.
public
setPaymentAdvanced([PaymentAdvancedType|null $paymentAdvanced = null ]) : self
Typ platby.
Parameters
- $paymentAdvanced : PaymentAdvancedType|null = null
Return values
selfsetPaymentType()
Sets a new paymentType.
public
setPaymentType(PaymentType $paymentType) : self
Forma úhrady
Parameters
- $paymentType : PaymentType
Return values
selfsetReceived()
Sets a new received.
public
setReceived(float $received) : self
Přijato.
Parameters
- $received : float
Return values
selfsetReceivedHomeCurrency()
Sets a new receivedHomeCurrency.
public
setReceivedHomeCurrency(float $receivedHomeCurrency) : self
Přijato (pouze pro export).
Parameters
- $receivedHomeCurrency : float
Return values
selfsetReturned()
Sets a new returned.
public
setReturned(float $returned) : self
Vráceno (pouze pro export).
Parameters
- $returned : float
Return values
selfsetText()
Sets a new text.
public
setText(string $text) : self
Text (pouze pro export).
Parameters
- $text : string