class Softlayer::User::Customer::Prospect::ServiceProvider::EnrollRequest
Constants
- SERVICE
Attributes
account_id[RW]
address1[RW]
address2[RW]
card_account_number[RW]
card_expiration_month[RW]
card_expiration_year[RW]
card_type[RW]
card_verification_number[RW]
city[RW]
company_name[RW]
company_type[RW]
company_type_id[RW]
company_url[RW]
contact_email[RW]
contact_first_name[RW]
contact_last_name[RW]
contact_phone[RW]
country[RW]
customer_prospect_id[RW]
device_fingerprint_id[RW]
email[RW]
existing_customer_flag[RW]
first_name[RW]
ibm_partner_world_id[RW]
ibm_partner_world_member_flag[RW]
last_name[RW]
master_agreement_complete_flag[RW]
office_phone[RW]
postal_code[RW]
service_provider_addendum_flag[RW]
state[RW]
survey_responses[RW]
vat_id[RW]
Public Class Methods
enroll(message)
click to toggle source
template_object
# File lib/softlayer/user/customer/prospect/service_provider/enroll_request.rb, line 43 def self.enroll(message) request(:enroll, Softlayer::User::Customer::Prospect::ServiceProvider::EnrollRequest, message) end
Public Instance Methods
get_company_type()
click to toggle source
# File lib/softlayer/user/customer/prospect/service_provider/enroll_request.rb, line 47 def get_company_type request(:get_company_type, Softlayer::Catalyst::Company::Type) end
get_object()
click to toggle source
# File lib/softlayer/user/customer/prospect/service_provider/enroll_request.rb, line 51 def get_object request(:get_object, Softlayer::User::Customer::Prospect::ServiceProvider::EnrollRequest) end