Class: Mercadopago::Order::Request::SubscriptionDataRequest

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

Overview

D3. subscription_data ==

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from HashConversion

#to_hash

Constructor Details

#initialize(invoice_id: nil, billing_date: nil, subscription_sequence: nil, invoice_period: nil) ⇒ SubscriptionDataRequest

Returns a new instance of SubscriptionDataRequest.



204
205
206
# File 'lib/mercadopago/resources/order/request.rb', line 204

def initialize(invoice_id: nil, billing_date: nil, subscription_sequence: nil, invoice_period: nil)
  super
end

Instance Attribute Details

#billing_dateObject (readonly)

Returns the value of attribute billing_date

Returns:

  • (Object)

    the current value of billing_date



196
197
198
# File 'lib/mercadopago/resources/order/request.rb', line 196

def billing_date
  @billing_date
end

#invoice_idObject (readonly)

Returns the value of attribute invoice_id

Returns:

  • (Object)

    the current value of invoice_id



196
197
198
# File 'lib/mercadopago/resources/order/request.rb', line 196

def invoice_id
  @invoice_id
end

#invoice_periodObject (readonly)

Returns the value of attribute invoice_period

Returns:

  • (Object)

    the current value of invoice_period



196
197
198
# File 'lib/mercadopago/resources/order/request.rb', line 196

def invoice_period
  @invoice_period
end

#subscription_sequenceObject (readonly)

Returns the value of attribute subscription_sequence

Returns:

  • (Object)

    the current value of subscription_sequence



196
197
198
# File 'lib/mercadopago/resources/order/request.rb', line 196

def subscription_sequence
  @subscription_sequence
end