View Source GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice (google_api_recommendation_engine v0.4.6)

Exact product price.

Attributes

  • displayPrice (type: number(), default: nil) - Optional. Display price of the product.
  • originalPrice (type: number(), default: nil) - Optional. Price of the product without any discount. If zero, by default set to be the 'displayPrice'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice{
    displayPrice: number() | nil,
    originalPrice: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.