Documentation

CheckoutServiceType
in package

Class CheckoutServiceType

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\CheckoutServiceTypeRepository")

ORM\Table

(name="checkout_service_type")

Table of Contents

Constants

SERVICE_TYPE_ADDITIONAL_SERVICE  = 6
SERVICE_TYPE_ID_AUTOMATED_PROVIDERS_SLOTS  = 5
SERVICE_TYPE_ID_DATEV  = 7
SERVICE_TYPE_ID_OSS  = 3
SERVICE_TYPE_ID_PROFORMA_INVOICE  = 2
SERVICE_TYPE_ID_VAT_CALCULATION  = 1
SERVICE_TYPE_VAT_REGISTRATION  = 4

Properties

$id  : int|null
$label  : string

Methods

getId()  : int|null
Get $id
getLabel()  : string
Get the value of label

Constants

SERVICE_TYPE_ID_AUTOMATED_PROVIDERS_SLOTS

public mixed SERVICE_TYPE_ID_AUTOMATED_PROVIDERS_SLOTS = 5

Properties

$id

private int|null $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer", name="id")

$label

private string $label
Tags
ORM\Column

(type="string", name="label", nullable=false)

Methods


        
On this page

Search results