OceanGEPriceLocale

GoogleApi.ContentWarehouse.V1.Model.OceanGEPriceLocale


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. locale (type: String.t, default: nil)
    - The two character ISO country code
  2. offerPrice (type: GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney, default: nil)
    - Price used for sale by the OFE
  3. onSaleTimeSecs (type: String.t, default: nil)
    - The time (in secs from epoch) the content goes on sale (only set when the book is not already sellable at the time of indexing).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanGEPriceLocale{
locale: String.t() | nil,
offerPrice: GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney.t() | nil,
onSaleTimeSecs: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OceanGEPriceLocale