OfferVatRegistration
in package
implements
JsonSerializable
Class OfferVatRegistration
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
Methods
- __construct() : mixed
- getCountry() : Country|null
- getId() : int|null
- getOffer() : Offer
- jsonSerialize() : mixed
- setCountry() : void
- setId() : void
- setOffer() : void
Properties
$country
private
Country|null
$country
Tags
$id
private
int|null
$id
Tags
$offer
private
Offer
$offer
Tags
Methods
__construct()
public
__construct(Offer $offer) : mixed
Parameters
- $offer : Offer
getCountry()
public
getCountry() : Country|null
Return values
Country|nullgetId()
public
getId() : int|null
Return values
int|nullgetOffer()
public
getOffer() : Offer
Return values
OfferjsonSerialize()
public
jsonSerialize() : mixed
setCountry()
public
setCountry(Country|null $country) : void
Parameters
- $country : Country|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setOffer()
public
setOffer(Offer $offer) : void
Parameters
- $offer : Offer