GoogleCloudRetailV2PriceInfo class
The price information of a Product.
Constructors
- GoogleCloudRetailV2PriceInfo({double? cost, String? currencyCode, double? originalPrice, double? price, String? priceEffectiveTime, String? priceExpireTime, GoogleCloudRetailV2PriceInfoPriceRange? priceRange})
- GoogleCloudRetailV2PriceInfo.fromJson(Map json_)
Properties
- cost ↔ double?
- 
  The costs associated with the sale of a particular product.
  getter/setter pair
- currencyCode ↔ String?
- 
  The 3-letter currency code defined in
ISO 4217.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- originalPrice ↔ double?
- 
  Price of the product without any discount.
  getter/setter pair
- price ↔ double?
- 
  Price of the product.
  getter/setter pair
- priceEffectiveTime ↔ String?
- 
  The timestamp when the price starts to be effective.
  getter/setter pair
- priceExpireTime ↔ String?
- 
  The timestamp when the price stops to be effective.
  getter/setter pair
- priceRange ↔ GoogleCloudRetailV2PriceInfoPriceRange?
- 
  The price range of all the child Product.Type.VARIANT Products grouped
together on the Product.Type.PRIMARY Product.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited