View Source GoogleApi.CSS.V1.Model.HeadlineOfferInstallment (google_api_css v0.4.1)
A message that represents installment.
Attributes
-
amount(type:GoogleApi.CSS.V1.Model.Price.t, default:nil) - The amount the buyer has to pay per month. -
downpayment(type:GoogleApi.CSS.V1.Model.Price.t, default:nil) - The up-front down payment amount the buyer has to pay. -
months(type:String.t, default:nil) - The number of installments the buyer has to pay.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CSS.V1.Model.HeadlineOfferInstallment{ amount: GoogleApi.CSS.V1.Model.Price.t() | nil, downpayment: GoogleApi.CSS.V1.Model.Price.t() | nil, months: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.