$cashPrice
$cashPrice : float
Cash price
Class Order
getLines() : array<mixed,\billythekid\v12finance\models\OrderLine>
Gets the line items
setCashPrice(float $cashPrice) : \billythekid\v12finance\models\Order
Sets the cash price
float | $cashPrice |
setDeposit(float $deposit) : \billythekid\v12finance\models\Order
Sets the deposit
float | $deposit |
setDuplicateSalesReferenceMethod(string $duplicateSalesReferenceMethod) : \billythekid\v12finance\models\Order
Sets the duplicate sales reference method
string | $duplicateSalesReferenceMethod |
setProductGuid(string $productGuid) : \billythekid\v12finance\models\Order
Sets the product GUID
string | $productGuid |
setProductId(string $productId) : \billythekid\v12finance\models\Order
Sets the product ID
string | $productId |
setSalesReference(string $salesReference) : \billythekid\v12finance\models\Order
Sets the sales reference
string | $salesReference |
setVLink(boolean $vLink) : \billythekid\v12finance\models\Order
Sets the V link
boolean | $vLink |
setIpAddress(string $ipAddress) : \billythekid\v12finance\models\Order
Sets the IP address
string | $ipAddress |
setLines(array<mixed,\billythekid\v12finance\models\OrderLine> $lines) : \billythekid\v12finance\models\Order
Sets the order lines
array<mixed,\billythekid\v12finance\models\OrderLine> | $lines |