PaymentType
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
__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
setAllowedPricelists(ArrayCollection $allowedPricelists)
No description
mixed
getCheckoutSettings()
No description
setCheckoutSettings(mixed $checkoutSettings)
No description
Details
in PaymentType at line 50
string
getPaymentName()
in PaymentType at line 60
PaymentType
setPaymentName(string $paymentName)
in PaymentType at line 70
string
getPaymentValue()
in PaymentType at line 80
PaymentType
setPaymentValue(string $paymentValue)
at line 141
__construct()
PaymentType constructor.