Class: OrderInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/compropago_sdk/factory/models/order_info.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOrderInfo

Returns a new instance of OrderInfo.



14
15
16
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 14

def initialize
  @exchange = Exchange.new
end

Instance Attribute Details

#countryObject

Returns the value of attribute country.



8
9
10
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 8

def country
  @country
end

#exchangeObject

Returns the value of attribute exchange.



12
13
14
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 12

def exchange
  @exchange
end

#fialed_urlObject

Returns the value of attribute fialed_url.



11
12
13
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 11

def fialed_url
  @fialed_url
end

#image_urlObject

Returns the value of attribute image_url.



9
10
11
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 9

def image_url
  @image_url
end

#order_idObject

Returns the value of attribute order_id.



3
4
5
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 3

def order_id
  @order_id
end

#order_nameObject

Returns the value of attribute order_name.



5
6
7
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 5

def order_name
  @order_name
end

#order_priceObject

Returns the value of attribute order_price.



4
5
6
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 4

def order_price
  @order_price
end

#payment_methodObject

Returns the value of attribute payment_method.



6
7
8
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 6

def payment_method
  @payment_method
end

#storeObject

Returns the value of attribute store.



7
8
9
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 7

def store
  @store
end

#success_urlObject

Returns the value of attribute success_url.



10
11
12
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 10

def success_url
  @success_url
end