Class: Softlayer::Container::Product::Order::Receipt

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/product/order/receipt.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#external_payment_checkout_urlObject

Returns the value of attribute external_payment_checkout_url.



6
7
8
# File 'lib/softlayer/container/product/order/receipt.rb', line 6

def external_payment_checkout_url
  @external_payment_checkout_url
end

#external_payment_tokenObject

Returns the value of attribute external_payment_token.



7
8
9
# File 'lib/softlayer/container/product/order/receipt.rb', line 7

def external_payment_token
  @external_payment_token
end

#order_dateObject

Returns the value of attribute order_date.



8
9
10
# File 'lib/softlayer/container/product/order/receipt.rb', line 8

def order_date
  @order_date
end

#order_detailsObject

Returns the value of attribute order_details.



9
10
11
# File 'lib/softlayer/container/product/order/receipt.rb', line 9

def order_details
  @order_details
end

#order_idObject

Returns the value of attribute order_id.



10
11
12
# File 'lib/softlayer/container/product/order/receipt.rb', line 10

def order_id
  @order_id
end

#paypal_checkout_urlObject

Returns the value of attribute paypal_checkout_url.



11
12
13
# File 'lib/softlayer/container/product/order/receipt.rb', line 11

def paypal_checkout_url
  @paypal_checkout_url
end

#paypal_tokenObject

Returns the value of attribute paypal_token.



12
13
14
# File 'lib/softlayer/container/product/order/receipt.rb', line 12

def paypal_token
  @paypal_token
end

#placed_orderObject

Returns the value of attribute placed_order.



13
14
15
# File 'lib/softlayer/container/product/order/receipt.rb', line 13

def placed_order
  @placed_order
end

#quoteObject

Returns the value of attribute quote.



14
15
16
# File 'lib/softlayer/container/product/order/receipt.rb', line 14

def quote
  @quote
end