View Source GoogleApi.CSS.V1.Model.HeadlineOfferSubscriptionCost (google_api_css v0.4.1)
The SubscriptionCost of the product.
Attributes
-
amount(type:GoogleApi.CSS.V1.Model.Price.t, default:nil) - The amount the buyer has to pay per subscription period. -
period(type:String.t, default:nil) - The type of subscription period. Supported values are: "month" "year" -
periodLength(type:String.t, default:nil) - The number of subscription periods the buyer has to pay.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CSS.V1.Model.HeadlineOfferSubscriptionCost{ amount: GoogleApi.CSS.V1.Model.Price.t() | nil, period: String.t() | nil, periodLength: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.