GiftVoucherAvailable
class GiftVoucherAvailable
Entity GiftVoucherAvailable (linked to DB table gift_voucher_available
)
Properties
protected int | $id | GiftVoucherAvailable unique id | |
protected bool | $suppressed | If the GiftVoucherAvailable is marked as suppressed | |
protected string | $object | Object for the GiftVoucherAvailable | |
protected string | $slug | Slug for the GiftVoucherAvailable | |
protected string | $description | Description for the GiftVoucherAvailable | |
protected DateInterval | $valid | Interval for which the GiftVoucherAvailable will be valid | |
protected int | $amount | Amount in cents for the GiftVoucherAvailable | |
protected string | $currency | Currency for the GiftVoucherAvailable |
Methods
int
getId()
Get id
setSuppressed(bool|null $suppressed)
Set suppressed
bool|null
getSuppressed()
Get suppressed
setObject(string|null $object)
Set object
string|null
getObject()
Get object
setSlug(string|null $slug)
Set slug
string|null
getSlug()
Get slug
setDescription(string|null $description)
Set description
string|null
getDescription()
Get description
DateInterval|null
getValid()
Get valid
setAmount(int|null $amount)
Set amount
int|null
getAmount()
Get amount
setCurrency(string|null $currency)
Set currency
string|null
getCurrency()
Get currency
Details
at line 96
int
getId()
Get id
at line 106
GiftVoucherAvailable
setSuppressed(bool|null $suppressed)
Set suppressed
at line 117
bool|null
getSuppressed()
Get suppressed
at line 127
GiftVoucherAvailable
setObject(string|null $object)
Set object
at line 138
string|null
getObject()
Get object
at line 148
GiftVoucherAvailable
setSlug(string|null $slug)
Set slug
at line 159
string|null
getSlug()
Get slug
at line 169
GiftVoucherAvailable
setDescription(string|null $description)
Set description
at line 180
string|null
getDescription()
Get description
at line 190
GiftVoucherAvailable
setValid(DateInterval|null $valid)
Set valid
at line 201
DateInterval|null
getValid()
Get valid
at line 211
GiftVoucherAvailable
setAmount(int|null $amount)
Set amount
at line 222
int|null
getAmount()
Get amount
at line 232
GiftVoucherAvailable
setCurrency(string|null $currency)
Set currency
at line 243
string|null
getCurrency()
Get currency