class Softlayer::Billing::Invoice::Item
Constants
- SERVICE
Attributes
associated_children[RW]
associated_children_count[RW]
associated_invoice_item[RW]
associated_invoice_item_id[RW]
billing_item[RW]
billing_item_id[RW]
category[RW]
category_code[RW]
children[RW]
children_count[RW]
create_date[RW]
description[RW]
domain_name[RW]
filtered_associated_children[RW]
filtered_associated_children_count[RW]
host_name[RW]
hourly_recurring_fee[RW]
id[RW]
invoice[RW]
invoice_id[RW]
labor_after_tax_amount[RW]
labor_fee[RW]
labor_fee_tax_rate[RW]
labor_tax_amount[RW]
location[RW]
non_zero_associated_children[RW]
non_zero_associated_children_count[RW]
notes[RW]
one_time_after_tax_amount[RW]
one_time_fee[RW]
one_time_fee_tax_rate[RW]
one_time_tax_amount[RW]
parent[RW]
parent_id[RW]
product[RW]
product_item_id[RW]
recurring_after_tax_amount[RW]
recurring_fee[RW]
recurring_fee_tax_rate[RW]
recurring_tax_amount[RW]
resource_table_id[RW]
setup_after_tax_amount[RW]
setup_fee[RW]
setup_fee_tax_rate[RW]
setup_tax_amount[RW]
total_one_time_amount[RW]
total_one_time_tax_amount[RW]
total_recurring_amount[RW]
total_recurring_tax_amount[RW]
Public Instance Methods
get_associated_children()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 58 def get_associated_children request(:get_associated_children, Array[Softlayer::Billing::Invoice::Item]) end
get_associated_invoice_item()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 62 def get_associated_invoice_item request(:get_associated_invoice_item, Softlayer::Billing::Invoice::Item) end
get_billing_item()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 66 def get_billing_item request(:get_billing_item, Softlayer::Billing::Item) end
get_category()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 70 def get_category request(:get_category, Softlayer::Product::Item::Category) end
get_children()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 74 def get_children request(:get_children, Array[Softlayer::Billing::Invoice::Item]) end
get_filtered_associated_children()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 78 def get_filtered_associated_children request(:get_filtered_associated_children, Array[Softlayer::Billing::Invoice::Item]) end
get_invoice()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 82 def get_invoice request(:get_invoice, Softlayer::Billing::Invoice) end
get_location()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 86 def get_location request(:get_location, Softlayer::Location) end
get_non_zero_associated_children()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 90 def get_non_zero_associated_children request(:get_non_zero_associated_children, Array[Softlayer::Billing::Invoice::Item]) end
get_object()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 94 def get_object request(:get_object, Softlayer::Billing::Invoice::Item) end
get_parent()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 98 def get_parent request(:get_parent, Softlayer::Billing::Invoice::Item) end
get_product()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 102 def get_product request(:get_product, Softlayer::Product::Item) end
get_total_one_time_amount()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 106 def get_total_one_time_amount request(:get_total_one_time_amount, Float) end
get_total_one_time_tax_amount()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 110 def get_total_one_time_tax_amount request(:get_total_one_time_tax_amount, Float) end
get_total_recurring_amount()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 114 def get_total_recurring_amount request(:get_total_recurring_amount, Float) end
get_total_recurring_tax_amount()
click to toggle source
# File lib/softlayer/billing/invoice/item.rb, line 118 def get_total_recurring_tax_amount request(:get_total_recurring_tax_amount, Float) end