Table of Contents

Class PriceData

Namespace
Rescope.Commerce.Core.Models
Assembly
Rescope.Commerce.Core.dll
public class PriceData
Inheritance
PriceData
Inherited Members

Methods

Get(Basket)

public ProductPrice? Get(Basket basket)

Parameters

basket Basket

Returns

ProductPrice

Get(Store, Currency, PostalAddress?)

public ProductPrice? Get(Store store, Currency currency, PostalAddress? deliveryAddress)

Parameters

store Store
currency Currency
deliveryAddress PostalAddress

Returns

ProductPrice

HasCurrency(string)

public bool HasCurrency(string currency)

Parameters

currency string

Returns

bool