Class: AdCenterWrapper::Account
- Inherits:
-
Object
- Object
- AdCenterWrapper::Account
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesAccount
accountType - AdCenterWrapper::AccountType
billToCustomerId - SOAP::SOAPLong
countryCode - SOAP::SOAPString
currencyType - AdCenterWrapper::CurrencyType
financialStatus - AdCenterWrapper::AccountFinancialStatus
id - SOAP::SOAPLong
language - AdCenterWrapper::LanguageType
lastModifiedByUserId - SOAP::SOAPLong
lastModifiedTime - SOAP::SOAPDateTime
name - SOAP::SOAPString
number - SOAP::SOAPString
parentCustomerId - SOAP::SOAPLong
paymentMethodId - SOAP::SOAPLong
paymentMethodType - AdCenterWrapper::PaymentMethodType
primaryUserId - SOAP::SOAPLong
status - AdCenterWrapper::AccountLifeCycleStatus
timeStamp - SOAP::SOAPBase64
timeZone - AdCenterWrapper::TimeZoneType
Direct Known Subclasses
Instance Attribute Summary collapse
-
#accountType ⇒ Object
Returns the value of attribute accountType.
-
#billToCustomerId ⇒ Object
Returns the value of attribute billToCustomerId.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#currencyType ⇒ Object
Returns the value of attribute currencyType.
-
#financialStatus ⇒ Object
Returns the value of attribute financialStatus.
-
#id ⇒ Object
Returns the value of attribute id.
-
#language ⇒ Object
Returns the value of attribute language.
-
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
-
#paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
-
#paymentMethodType ⇒ Object
Returns the value of attribute paymentMethodType.
-
#primaryUserId ⇒ Object
Returns the value of attribute primaryUserId.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
-
#timeZone ⇒ Object
Returns the value of attribute timeZone.
Instance Method Summary collapse
Constructor Details
#initialize(accountType = nil, billToCustomerId = nil, countryCode = nil, currencyType = nil, financialStatus = nil, id = nil, language = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, name = nil, number = nil, parentCustomerId = nil, paymentMethodId = nil, paymentMethodType = nil, primaryUserId = nil, status = nil, timeStamp = nil, timeZone = nil) ⇒ Account
Returns a new instance of Account.
3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/adcenter_wrapper_entities.rb', line 3992 def initialize(accountType = nil, billToCustomerId = nil, countryCode = nil, currencyType = nil, financialStatus = nil, id = nil, language = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, name = nil, number = nil, parentCustomerId = nil, paymentMethodId = nil, paymentMethodType = nil, primaryUserId = nil, status = nil, timeStamp = nil, timeZone = nil) @accountType = accountType @billToCustomerId = billToCustomerId @countryCode = countryCode @currencyType = currencyType @financialStatus = financialStatus @id = id @language = language @lastModifiedByUserId = lastModifiedByUserId @lastModifiedTime = lastModifiedTime @name = name @number = number @parentCustomerId = parentCustomerId @paymentMethodId = paymentMethodId @paymentMethodType = paymentMethodType @primaryUserId = primaryUserId @status = status @timeStamp = timeStamp @timeZone = timeZone end |
Instance Attribute Details
#accountType ⇒ Object
Returns the value of attribute accountType.
3973 3974 3975 |
# File 'lib/adcenter_wrapper_entities.rb', line 3973 def accountType @accountType end |
#billToCustomerId ⇒ Object
Returns the value of attribute billToCustomerId.
3974 3975 3976 |
# File 'lib/adcenter_wrapper_entities.rb', line 3974 def billToCustomerId @billToCustomerId end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
3975 3976 3977 |
# File 'lib/adcenter_wrapper_entities.rb', line 3975 def countryCode @countryCode end |
#currencyType ⇒ Object
Returns the value of attribute currencyType.
3976 3977 3978 |
# File 'lib/adcenter_wrapper_entities.rb', line 3976 def currencyType @currencyType end |
#financialStatus ⇒ Object
Returns the value of attribute financialStatus.
3977 3978 3979 |
# File 'lib/adcenter_wrapper_entities.rb', line 3977 def financialStatus @financialStatus end |
#id ⇒ Object
Returns the value of attribute id.
3978 3979 3980 |
# File 'lib/adcenter_wrapper_entities.rb', line 3978 def id @id end |
#language ⇒ Object
Returns the value of attribute language.
3979 3980 3981 |
# File 'lib/adcenter_wrapper_entities.rb', line 3979 def language @language end |
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
3980 3981 3982 |
# File 'lib/adcenter_wrapper_entities.rb', line 3980 def lastModifiedByUserId @lastModifiedByUserId end |
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
3981 3982 3983 |
# File 'lib/adcenter_wrapper_entities.rb', line 3981 def lastModifiedTime @lastModifiedTime end |
#name ⇒ Object
Returns the value of attribute name.
3982 3983 3984 |
# File 'lib/adcenter_wrapper_entities.rb', line 3982 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
3983 3984 3985 |
# File 'lib/adcenter_wrapper_entities.rb', line 3983 def number @number end |
#parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
3984 3985 3986 |
# File 'lib/adcenter_wrapper_entities.rb', line 3984 def parentCustomerId @parentCustomerId end |
#paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
3985 3986 3987 |
# File 'lib/adcenter_wrapper_entities.rb', line 3985 def paymentMethodId @paymentMethodId end |
#paymentMethodType ⇒ Object
Returns the value of attribute paymentMethodType.
3986 3987 3988 |
# File 'lib/adcenter_wrapper_entities.rb', line 3986 def paymentMethodType @paymentMethodType end |
#primaryUserId ⇒ Object
Returns the value of attribute primaryUserId.
3987 3988 3989 |
# File 'lib/adcenter_wrapper_entities.rb', line 3987 def primaryUserId @primaryUserId end |
#status ⇒ Object
Returns the value of attribute status.
3988 3989 3990 |
# File 'lib/adcenter_wrapper_entities.rb', line 3988 def status @status end |
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
3989 3990 3991 |
# File 'lib/adcenter_wrapper_entities.rb', line 3989 def timeStamp @timeStamp end |
#timeZone ⇒ Object
Returns the value of attribute timeZone.
3990 3991 3992 |
# File 'lib/adcenter_wrapper_entities.rb', line 3990 def timeZone @timeZone end |