Class: Google::Shopping::Css::V1::HeadlineOfferInstallment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/css/v1/css_product_common.rb

Overview

A message that represents installment.

Instance Attribute Summary collapse

Instance Attribute Details

#amount::Google::Shopping::Type::Price

Returns The amount the buyer has to pay per month.

Returns:



392
393
394
395
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 392

class HeadlineOfferInstallment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#downpayment::Google::Shopping::Type::Price

Returns The up-front down payment amount the buyer has to pay.

Returns:



392
393
394
395
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 392

class HeadlineOfferInstallment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#months::Integer

Returns The number of installments the buyer has to pay.

Returns:

  • (::Integer)

    The number of installments the buyer has to pay.



392
393
394
395
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 392

class HeadlineOfferInstallment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end