class RedeemerTicketResponse extendsTicket

RedeemerTicketResponse osztály.

Properties

bool $redeemable
array|null $evnets

Methods

__construct(string$name,ShopItem$shopItem =null,float|null$price =null,bool$redeemable =null)

No description

void
setRedeemable(bool$redeemable)

No description

bool
getRedeemable()

No description

string
getCartId()

No description

void
setCartId(string$cartId)

No description

array|null
getPaymentData()

No description

void
setPaymentData(array|null$paymentData =null)

No description

Details

at line27
__construct(string$name,ShopItem$shopItem =null,float|null$price =null,bool$redeemable =null)

Parameters

string $name
ShopItem $shopItem
float|null $price
bool $redeemable

at line33
void setRedeemable(bool$redeemable)

Parameters

bool $redeemable

Return Value

void

at line38
bool getRedeemable()

Return Value

bool

at line46
string getCartId()

Return Value

string

at line54
void setCartId(string$cartId)

Parameters

string $cartId

Return Value

void

at line62
array|null getPaymentData()

Return Value

array|null

at line70
void setPaymentData(array|null$paymentData =null)

Parameters

array|null $paymentData

Return Value

void