class Softlayer::Billing::Info

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
ach_information[RW]
ach_information_count[RW]
anniversary_day_of_month[RW]
card_account_number[RW]
card_expiration_month[RW]
card_expiration_year[RW]
card_nickname[RW]
card_type[RW]
card_verification_number[RW]
create_date[RW]
currency[RW]
current_billing_cycle[RW]
id[RW]
last_bill_date[RW]
last_four_payment_card_digits[RW]
last_payment_date[RW]
modify_date[RW]
next_bill_date[RW]
payment_terms[RW]
percent_discount_onetime[RW]
percent_discount_recurring[RW]
spare_pool_amount[RW]
vat_id[RW]

Public Instance Methods

get_account() click to toggle source
# File lib/softlayer/billing/info.rb, line 33
def get_account
  request(:get_account, Softlayer::Account)
end
get_ach_information() click to toggle source
# File lib/softlayer/billing/info.rb, line 37
def get_ach_information
  request(:get_ach_information, Array[Softlayer::Billing::Info::Ach])
end
get_currency() click to toggle source
# File lib/softlayer/billing/info.rb, line 41
def get_currency
  request(:get_currency, Softlayer::Billing::Currency)
end
get_current_billing_cycle() click to toggle source
# File lib/softlayer/billing/info.rb, line 45
def get_current_billing_cycle
  request(:get_current_billing_cycle, Softlayer::Billing::Info::Cycle)
end
get_last_bill_date() click to toggle source
# File lib/softlayer/billing/info.rb, line 49
def get_last_bill_date
  request(:get_last_bill_date, DateTime)
end
get_next_bill_date() click to toggle source
# File lib/softlayer/billing/info.rb, line 53
def get_next_bill_date
  request(:get_next_bill_date, DateTime)
end
get_object() click to toggle source
# File lib/softlayer/billing/info.rb, line 57
def get_object
  request(:get_object, Softlayer::Billing::Info)
end