Documentation

PaymentType
in package

Class representing PaymentType.

Odkaz na entitu. Vyšší prioritu má element "id", dále "ids". XSD Type: paymentType

Table of Contents

$id  : int|null
$ids  : string|null
$paymentType  : string|null
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

$paymentType

private string|null $paymentType = null

Methods

getId()

Gets as id.

public getId() : int
Return values
int

getIds()

Gets as ids.

public getIds() : string
Return values
string

getPaymentType()

Gets as paymentType.

public getPaymentType() : string
Return values
string

setId()

Sets a new id.

public setId(int $id) : self
Parameters
$id : int
Return values
self

setIds()

Sets a new ids.

public setIds(string $ids) : self
Parameters
$ids : string
Return values
self

setPaymentType()

Sets a new paymentType.

public setPaymentType(string $paymentType) : self
Parameters
$paymentType : string
Return values
self

Search results