Class: Softlayer::Billing::Invoice::Tax::Info

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/billing/invoice/tax/info.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

#create_dateObject

Returns the value of attribute create_date.



6
7
8
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 6

def create_date
  @create_date
end

#currencyObject

Returns the value of attribute currency.



13
14
15
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 13

def currency
  @currency
end

#currency_idObject

Returns the value of attribute currency_id.



7
8
9
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 7

def currency_id
  @currency_id
end

#functional_currencyObject

Returns the value of attribute functional_currency.



14
15
16
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 14

def functional_currency
  @functional_currency
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 8

def id
  @id
end

#invoiceObject

Returns the value of attribute invoice.



15
16
17
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 15

def invoice
  @invoice
end

#invoice_idObject

Returns the value of attribute invoice_id.



9
10
11
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 9

def invoice_id
  @invoice_id
end

#item_countObject

Returns the value of attribute item_count.



12
13
14
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 12

def item_count
  @item_count
end

#item_with_currency_infoObject

Returns the value of attribute item_with_currency_info.



16
17
18
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 16

def item_with_currency_info
  @item_with_currency_info
end

#itemsObject

Returns the value of attribute items.



17
18
19
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 17

def items
  @items
end

#modify_dateObject

Returns the value of attribute modify_date.



10
11
12
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 10

def modify_date
  @modify_date
end

#reported_flagObject

Returns the value of attribute reported_flag.



11
12
13
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 11

def reported_flag
  @reported_flag
end

#total_tax_amount_to_currencyObject

Returns the value of attribute total_tax_amount_to_currency.



18
19
20
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 18

def total_tax_amount_to_currency
  @total_tax_amount_to_currency
end