Documentation

OfferAdditionalService
in package

Class OfferAdditionalService

Tags
ORM\Entity

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

ORM\Table

(name="offer_additional_service")

Table of Contents

Properties

$addon  : CheckoutAddon
$id  : int|null
$offer  : Offer
$quantity  : int

Methods

__construct()  : mixed
getAddon()  : CheckoutAddon
getId()  : int|null
getOffer()  : Offer
getQuantity()  : int
setAddon()  : void
setId()  : void
setOffer()  : void
setQuantity()  : void

Properties

$addon

private CheckoutAddon $addon
Tags
ORM\ManyToOne

(targetEntity="CheckoutAddon")

ORM\JoinColumn

(name="addon_id", referencedColumnName="id", nullable=false)

$offer

private Offer $offer
Tags
ORM\ManyToOne

(targetEntity="Offer", inversedBy="offerVatRegistration")

ORM\JoinColumn

(name="offer_id", referencedColumnName="id", nullable=false)

Methods


        
On this page

Search results