class PaymentType extends PaymentType

Class PaymentType

Properties

protected string $paymentName Payment type name from PaymentType
protected string $paymentValue Payment type value from PaymentType
protected int $id
protected int $cardPayment
protected array $cardPaymentData
protected string $description
protected string $icon
protected ArrayCollection $disableForRoles
protected ArrayCollection $disableForGuestRoles
protected ArrayCollection $allowedPricelists
protected ArrayCollection $checkoutSettings

Methods

string
getPaymentName()

No description

setPaymentName(string $paymentName)

No description

string
getPaymentValue()

No description

setPaymentValue(string $paymentValue)

No description

__construct()

PaymentType constructor.

int
getId()

No description

$this
setId(int $id)

No description

ArrayCollection
getDisableForRoles()

No description

setDisableForRoles(ArrayCollection $disableForRoles)

No description

addDisableRole($role)

No description

removeDisableRole($role)

No description

ArrayCollection
getDisableForGuestRoles()

No description

setDisableForGuestRoles(ArrayCollection $disableForGuestRoles)

No description

addDisableGuestRole($role)

No description

removeDisableGuestRole($role)

No description

int
getCardPayment()

No description

setCardPayment(int $cardPayment)

No description

array
getCardPaymentData()

No description

setCardPaymentData(array $cardPaymentData)

No description

string
getDescription()

No description

setDescription(string $description)

No description

string
getIcon()

No description

setIcon(string $icon)

No description

ArrayCollection
getAllowedPricelists()

No description

addAllowedPricelist(Pricelist $pricelist)

No description

setAllowedPricelists(ArrayCollection $allowedPricelists)

No description

removeAllowedPricelists(Pricelist $pricelist)

No description

mixed
getCheckoutSettings()

No description

setCheckoutSettings(mixed $checkoutSettings)

No description

addCheckoutSettings(CheckoutSettings $checkoutSettings)

No description

removeCheckoutSettings(CheckoutSettings $checkoutSettings)

No description

Details

in PaymentType at line 50
string getPaymentName()

Return Value

string

in PaymentType at line 60
PaymentType setPaymentName(string $paymentName)

Parameters

string $paymentName

Return Value

PaymentType

in PaymentType at line 70
string getPaymentValue()

Return Value

string

in PaymentType at line 80
PaymentType setPaymentValue(string $paymentValue)

Parameters

string $paymentValue

Return Value

PaymentType

at line 141
__construct()

PaymentType constructor.

at line 153
int getId()

Return Value

int

at line 163
$this setId(int $id)

Parameters

int $id

Return Value

$this

at line 173
ArrayCollection getDisableForRoles()

Return Value

ArrayCollection

at line 183
PaymentType setDisableForRoles(ArrayCollection $disableForRoles)

Parameters

ArrayCollection $disableForRoles

Return Value

PaymentType

at line 195
PaymentType addDisableRole($role)

Parameters

$role

Return Value

PaymentType

at line 207
PaymentType removeDisableRole($role)

Parameters

$role

Return Value

PaymentType

at line 217
ArrayCollection getDisableForGuestRoles()

Return Value

ArrayCollection

at line 227
PaymentType setDisableForGuestRoles(ArrayCollection $disableForGuestRoles)

Parameters

ArrayCollection $disableForGuestRoles

Return Value

PaymentType

at line 239
PaymentType addDisableGuestRole($role)

Parameters

$role

Return Value

PaymentType

at line 251
PaymentType removeDisableGuestRole($role)

Parameters

$role

Return Value

PaymentType

at line 261
int getCardPayment()

Return Value

int

at line 271
PaymentType setCardPayment(int $cardPayment)

Parameters

int $cardPayment

Return Value

PaymentType

at line 281
array getCardPaymentData()

Return Value

array

at line 291
PaymentType setCardPaymentData(array $cardPaymentData)

Parameters

array $cardPaymentData

Return Value

PaymentType

at line 301
string getDescription()

Return Value

string

at line 311
PaymentType setDescription(string $description)

Parameters

string $description

Return Value

PaymentType

at line 321
string getIcon()

Return Value

string

at line 331
PaymentType setIcon(string $icon)

Parameters

string $icon

Return Value

PaymentType

at line 341
ArrayCollection getAllowedPricelists()

Return Value

ArrayCollection

at line 351
PaymentType addAllowedPricelist(Pricelist $pricelist)

Parameters

Pricelist $pricelist

Return Value

PaymentType

at line 369
PaymentType setAllowedPricelists(ArrayCollection $allowedPricelists)

Parameters

ArrayCollection $allowedPricelists

Return Value

PaymentType

at line 381
PaymentType removeAllowedPricelists(Pricelist $pricelist)

Parameters

Pricelist $pricelist

Return Value

PaymentType

at line 391
mixed getCheckoutSettings()

Return Value

mixed

at line 401
PaymentType setCheckoutSettings(mixed $checkoutSettings)

Parameters

mixed $checkoutSettings

Return Value

PaymentType

at line 413
PaymentType addCheckoutSettings(CheckoutSettings $checkoutSettings)

Parameters

CheckoutSettings $checkoutSettings

Return Value

PaymentType

at line 432
PaymentType removeCheckoutSettings(CheckoutSettings $checkoutSettings)

Parameters

CheckoutSettings $checkoutSettings

Return Value

PaymentType