Interface protos.google.cloud.retail.v2beta.IPriceInfo (1.2.2)

Properties of a PriceInfo.

Package

@google-cloud/retail!

Properties

cost

cost?: (number|null);

PriceInfo cost

Property Value
TypeDescription
(number|null)

currencyCode

currencyCode?: (string|null);

PriceInfo currencyCode

Property Value
TypeDescription
(string|null)

originalPrice

originalPrice?: (number|null);

PriceInfo originalPrice

Property Value
TypeDescription
(number|null)

price

price?: (number|null);

PriceInfo price

Property Value
TypeDescription
(number|null)

priceEffectiveTime

priceEffectiveTime?: (google.protobuf.ITimestamp|null);

PriceInfo priceEffectiveTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

priceExpireTime

priceExpireTime?: (google.protobuf.ITimestamp|null);

PriceInfo priceExpireTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

priceRange

priceRange?: (google.cloud.retail.v2beta.PriceInfo.IPriceRange|null);

PriceInfo priceRange

Property Value
TypeDescription
(google.cloud.retail.v2beta.PriceInfo.IPriceRange|null)