Happpi PHP Library

$isSale

Flag that determines if there is a sale on the item.

Type

bit

Getter Example

Used to retrieve the value of the property:

    CurtSimplePricing->getIsSale();

Setter Example

Used to set the value of the property

    CurtSimplePricing->setIsSale($Value)