PaymentType
in package
Class representing PaymentType.
Odkaz na entitu. Vyšší prioritu má element "id", dále "ids". XSD Type: paymentType
Table of Contents
Properties
- $id : int|null
- $ids : string|null
- $paymentType : string|null
Methods
- getId() : int
- Gets as id.
- getIds() : string
- Gets as ids.
- getPaymentType() : string
- Gets as paymentType.
- setId() : self
- Sets a new id.
- setIds() : self
- Sets a new ids.
- setPaymentType() : self
- Sets a new paymentType.
Properties
$id
private
int|null
$id
= null
$ids
private
string|null
$ids
= null
$paymentType
private
string|null
$paymentType
= null
Methods
getId()
Gets as id.
public
getId() : int
Return values
intgetIds()
Gets as ids.
public
getIds() : string
Return values
stringgetPaymentType()
Gets as paymentType.
public
getPaymentType() : string
Return values
stringsetId()
Sets a new id.
public
setId(int $id) : self
Parameters
- $id : int
Return values
selfsetIds()
Sets a new ids.
public
setIds(string $ids) : self
Parameters
- $ids : string
Return values
selfsetPaymentType()
Sets a new paymentType.
public
setPaymentType(string $paymentType) : self
Parameters
- $paymentType : string