Class: Mercadopago::Order::Request::SubscriptionSequenceRequest

Inherits:
Data
  • Object
show all
Includes:
HashConversion
Defined in:
lib/mercadopago/resources/order/request.rb

Overview

D3. subscription_data.subscription_sequence ==

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from HashConversion

#to_hash

Constructor Details

#initialize(number: nil, total: nil) ⇒ SubscriptionSequenceRequest

Returns a new instance of SubscriptionSequenceRequest.



213
214
215
# File 'lib/mercadopago/resources/order/request.rb', line 213

def initialize(number: nil, total: nil)
  super
end

Instance Attribute Details

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



210
211
212
# File 'lib/mercadopago/resources/order/request.rb', line 210

def number
  @number
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



210
211
212
# File 'lib/mercadopago/resources/order/request.rb', line 210

def total
  @total
end