class Softlayer::FlexibleCredit::Program
Constants
- SERVICE
Attributes
id[RW]
key_name[RW]
name[RW]
Public Class Methods
get_company_types()
click to toggle source
# File lib/softlayer/flexible_credit/program.rb, line 14 def self.get_company_types request(:get_company_types, Array[Softlayer::FlexibleCredit::Company::Type]) end
Public Instance Methods
get_affiliates_available_for_self_enrollment_by_verification_type(message)
click to toggle source
verification_type_key_name
# File lib/softlayer/flexible_credit/program.rb, line 10 def get_affiliates_available_for_self_enrollment_by_verification_type(message) request(:get_affiliates_available_for_self_enrollment_by_verification_type, Array[Softlayer::FlexibleCredit::Affiliate], message) end
get_object()
click to toggle source
# File lib/softlayer/flexible_credit/program.rb, line 18 def get_object request(:get_object, Softlayer::FlexibleCredit::Program) end
self_enroll_new_account(message)
click to toggle source
account_template
# File lib/softlayer/flexible_credit/program.rb, line 23 def self_enroll_new_account(message) request(:self_enroll_new_account, Softlayer::Account, message) end