GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Price (google_api_authorized_buyers_marketplace v0.2.0) View Source
Represents a price and a pricing type for a deal.
Attributes
-
amount(type:GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Money.t, default:nil) - The actual price with currency specified. -
type(type:String.t, default:nil) - The pricing type for the deal.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Price{
amount: GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Money.t() | nil,
type: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.