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

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



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

def create_date
  @create_date
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#effective_tax_rateObject

Returns the value of attribute effective_tax_rate.



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

def effective_tax_rate
  @effective_tax_rate
end

#exempt_amountObject

Returns the value of attribute exempt_amount.



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

def exempt_amount
  @exempt_amount
end

#fee_propertyObject

Returns the value of attribute fee_property.



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

def fee_property
  @fee_property
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#invoice_itemObject

Returns the value of attribute invoice_item.



24
25
26
# File 'lib/softlayer/billing/invoice/item/tax/info.rb', line 24

def invoice_item
  @invoice_item
end

#invoice_item_idObject

Returns the value of attribute invoice_item_id.



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

def invoice_item_id
  @invoice_item_id
end

#invoice_tax_infoObject

Returns the value of attribute invoice_tax_info.



25
26
27
# File 'lib/softlayer/billing/invoice/item/tax/info.rb', line 25

def invoice_tax_info
  @invoice_tax_info
end

#invoice_tax_info_idObject

Returns the value of attribute invoice_tax_info_id.



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

def invoice_tax_info_id
  @invoice_tax_info_id
end

#modify_dateObject

Returns the value of attribute modify_date.



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

def modify_date
  @modify_date
end

#non_taxable_basisObject

Returns the value of attribute non_taxable_basis.



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

def non_taxable_basis
  @non_taxable_basis
end

#reported_flagObject

Returns the value of attribute reported_flag.



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

def reported_flag
  @reported_flag
end

#seller_registrationObject

Returns the value of attribute seller_registration.



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

def seller_registration
  @seller_registration
end

#tax_amountObject

Returns the value of attribute tax_amount.



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

def tax_amount
  @tax_amount
end

#tax_amount_to_currencyObject

Returns the value of attribute tax_amount_to_currency.



20
21
22
# File 'lib/softlayer/billing/invoice/item/tax/info.rb', line 20

def tax_amount_to_currency
  @tax_amount_to_currency
end

#tax_rateObject

Returns the value of attribute tax_rate.



21
22
23
# File 'lib/softlayer/billing/invoice/item/tax/info.rb', line 21

def tax_rate
  @tax_rate
end

#taxable_basisObject

Returns the value of attribute taxable_basis.



22
23
24
# File 'lib/softlayer/billing/invoice/item/tax/info.rb', line 22

def taxable_basis
  @taxable_basis
end

#to_currencyObject

Returns the value of attribute to_currency.



26
27
28
# File 'lib/softlayer/billing/invoice/item/tax/info.rb', line 26

def to_currency
  @to_currency
end

#to_currency_idObject

Returns the value of attribute to_currency_id.



23
24
25
# File 'lib/softlayer/billing/invoice/item/tax/info.rb', line 23

def to_currency_id
  @to_currency_id
end