Method |
Description |
|
__construct ( string $offerClassMember = null, ApiOffer $offer = null ) |
Constructor method for offer |
|
__set_state ( array $array ) : ApiOffer |
Method called when an object has been exported with var_export() functions
It allows to return an object instantiated with the values |
|
__toString ( ) : string |
Method returning the class name |
|
getOffer ( ) : ApiOffer | null |
Get offer value
An additional test has been added (isset) before returning the property value as
this property may have been unset before, due to the fact that this property is
removable from the request (nillable=true+minOccurs=0) |
|
getOfferClassMember ( ) : string | null |
Get offerClassMember value
An additional test has been added (isset) before returning the property value as
this property may have been unset before, due to the fact that this property is
removable from the request (nillable=true+minOccurs=0) |
|
setOffer ( ApiOffer $offer = null ) : ApiOffer |
Set offer value
This property is removable from request (nillable=true+minOccurs=0), therefore
if the value assigned to this property is null, it is removed from this object |
|
setOfferClassMember ( string $offerClassMember = null ) : ApiOffer |
Set offerClassMember value
This property is removable from request (nillable=true+minOccurs=0), therefore
if the value assigned to this property is null, it is removed from this object |
|