Overview

Namespaces

  • Affilinet
    • ProductData
      • Exceptions
      • HttpClient
      • Requests
        • Helper
        • Traits
      • Responses
        • ResponseElements

Classes

  • Category
  • Facet
  • FacetValue
  • Image
  • Price
  • Product
  • Shop
  • ShopProperty

Interfaces

  • CategoryInterface
  • FacetInterface
  • FacetValueInterface
  • ImageInterface
  • PriceInterface
  • ProductInterface
  • ShopInterface
  • ShopPropertyInterface
  • Overview
  • Namespace
  • Class

Interface PriceInterface

Direct known implementers

Affilinet\ProductData\Responses\ResponseElements\Price
Namespace: Affilinet\ProductData\Responses\ResponseElements
Located at Affilinet/ProductData/Responses/ResponseElements/PriceInterface.php
Methods summary
public string
# getCurrency( )

Three characters indicating the currency for the product price. Currently, this can be either EUR or GBP.

Three characters indicating the currency for the product price. Currently, this can be either EUR or GBP.

Returns

string
public string
# getDisplayPrice( )

This is the ready-to-use string to display the price. E.g. “For a limited time only 15.99 GBP plus shipping”.

This is the ready-to-use string to display the price. E.g. “For a limited time only 15.99 GBP plus shipping”.

Returns

string
public string|null
# getDisplayShipping( )

This is the ready-to-use string to display the shipping cost of this item. E.g. “Only 6.99 GBP except for overseas shipping”.

This is the ready-to-use string to display the shipping cost of this item. E.g. “Only 6.99 GBP except for overseas shipping”.

Returns

string|null
public string|null
# getDisplayBasePrice( )

This is the ready-to-use string to display the price of this product calculated on a base measure. E.g. “27.98 GBP per kg”.

This is the ready-to-use string to display the price of this product calculated on a base measure. E.g. “27.98 GBP per kg”.

Returns

string|null
public float
# getPriceOld( )

Former price of this product, as specified by the advertiser.

Former price of this product, as specified by the advertiser.

Returns

float
public string
# getPricePrefix( )

A string to be displayed before the actual price figure (e.g. “From”).

A string to be displayed before the actual price figure (e.g. “From”).

Returns

string
public float
# getPrice( )

Returns

float
public string
# getPriceSuffix( )

Returns

string
public string
# getShippingPricePrefix( )

Returns

string
public float
# getShippingPrice( )

Returns

float
public string
# getShippingPriceSuffix( )

Returns

string
public string
# getBasePricePrefix( )

Returns

string
public float
# getBasePrice( )

Returns

float
public string
# getBasePriceSuffix( )

Returns

string
API documentation generated by ApiGen