Class: Mercadopago::Order::Request::IntegrationDataRequest

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

Overview

integration_data (root) ==

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from HashConversion

#to_hash

Constructor Details

#initialize(integrator_id: nil, platform_id: nil, corporation_id: nil, sponsor: nil) ⇒ IntegrationDataRequest

Returns a new instance of IntegrationDataRequest.



343
344
345
# File 'lib/mercadopago/resources/order/request.rb', line 343

def initialize(integrator_id: nil, platform_id: nil, corporation_id: nil, sponsor: nil)
  super
end

Instance Attribute Details

#corporation_idObject (readonly)

Returns the value of attribute corporation_id

Returns:

  • (Object)

    the current value of corporation_id



335
336
337
# File 'lib/mercadopago/resources/order/request.rb', line 335

def corporation_id
  @corporation_id
end

#integrator_idObject (readonly)

Returns the value of attribute integrator_id

Returns:

  • (Object)

    the current value of integrator_id



335
336
337
# File 'lib/mercadopago/resources/order/request.rb', line 335

def integrator_id
  @integrator_id
end

#platform_idObject (readonly)

Returns the value of attribute platform_id

Returns:

  • (Object)

    the current value of platform_id



335
336
337
# File 'lib/mercadopago/resources/order/request.rb', line 335

def platform_id
  @platform_id
end

Returns the value of attribute sponsor

Returns:

  • (Object)

    the current value of sponsor



335
336
337
# File 'lib/mercadopago/resources/order/request.rb', line 335

def sponsor
  @sponsor
end