Overview

Namespaces

  • Datadepo
    • Api
      • DataStores
      • Structures
      • Synchronizers

Classes

  • AbstractStructure
  • BusinessLine
  • BusinessSupplierLine
  • CategoryLine
  • DataLine
  • ImageLine
  • ParameterLine
  • PriceLine
  • RelatedLine
  • StoreLine
  • SupplierBankAccountLine
  • SupplierLine
  • SupplierPersonLine
  • VariantLine
  • Overview
  • Namespace
  • Class

Class PriceLine

Datadepo\Api\Structures\AbstractStructure
Extended by Datadepo\Api\Structures\PriceLine
Namespace: Datadepo\Api\Structures
Located at Api/Structures/Business/PriceLine.php
Methods summary
public
# __construct( array $data, string $currency )

Parameters

$data
$currency

Overrides

Datadepo\Api\Structures\AbstractStructure::__construct()
public string
# getJson( )

Returns

string

Overrides

Datadepo\Api\Structures\AbstractStructure::getJson()
public string
# getPrimary( )

Returns

string

Overrides

Datadepo\Api\Structures\AbstractStructure::getPrimary()
public string
# getCurrency( )

Returns

string
public float
# getTax( )

Returns

float
public float
# getRabat( )

Returns

float
public float
# getMargin( )

Returns

float
public float
# getPriceRetail( )

Recommended MOC

Recommended MOC

Returns

float
public float
# getPrice( )

Order price

Order price

Returns

float
public float
# getPricePhe( )

Additional dues (is not included in sale price)

Additional dues (is not included in sale price)

Returns

float
public float
# getPriceMin( )

Minimal sale price

Minimal sale price

Returns

float
public float
# getPriceSale( )

Sale price without dues and price add

Sale price without dues and price add

Returns

float
public float
# getPriceSaleFinal( )

Sale price (include dues and price add)

Sale price (include dues and price add)

Returns

float
Methods inherited from Datadepo\Api\Structures\AbstractStructure
__get(), getChecksum(), getData()
Properties summary
protected string $currency
#
Properties inherited from Datadepo\Api\Structures\AbstractStructure
$data, $json
Magic properties summary
public read-only string $currency
public read-only float $tax
public read-only float $rabat
public read-only float $margin
public read-only float $priceRetail
public read-only float $price
public read-only float $pricePhe
public read-only float $priceMin
public read-only float $priceSale
public read-only float $priceSaleFinal
Magic properties inherited from Datadepo\Api\Structures\AbstractStructure
$checksum, $data, $json, $primary
API documentation generated by ApiGen