Class: Google::Shopping::Merchant::Products::V1beta::Installment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/products/v1beta/products_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:



489
490
491
492
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 489

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

#credit_type::String

Returns Type of installment payments. Supported values are:

  • "finance"
  • "lease".

Returns:

  • (::String)

    Type of installment payments. Supported values are:

    • "finance"
    • "lease"


489
490
491
492
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 489

class Installment
  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:



489
490
491
492
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 489

class Installment
  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.



489
490
491
492
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 489

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