Class: AdCenterWrapper::Account
- Inherits:
-
Object
- Object
- AdCenterWrapper::Account
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesAccount
accountType - AdCenterWrapper::AccountType
billToCustomerId - SOAP::SOAPLong
countryCode - SOAP::SOAPString
currencyType - AdCenterWrapper::CurrencyType
accountFinancialStatus - 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
accountLifeCycleStatus - AdCenterWrapper::AccountLifeCycleStatus
timeStamp - SOAP::SOAPBase64
timeZone - AdCenterWrapper::TimeZoneType
pauseReason - SOAP::SOAPUnsignedByte
Direct Known Subclasses
Instance Attribute Summary collapse
-
#accountFinancialStatus ⇒ Object
Returns the value of attribute accountFinancialStatus.
-
#accountLifeCycleStatus ⇒ Object
Returns the value of attribute accountLifeCycleStatus.
-
#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.
-
#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.
-
#pauseReason ⇒ Object
Returns the value of attribute pauseReason.
-
#paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
-
#paymentMethodType ⇒ Object
Returns the value of attribute paymentMethodType.
-
#primaryUserId ⇒ Object
Returns the value of attribute primaryUserId.
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
-
#timeZone ⇒ Object
Returns the value of attribute timeZone.
Instance Method Summary collapse
Constructor Details
permalink #initialize(accountType = nil, billToCustomerId = nil, countryCode = nil, currencyType = nil, accountFinancialStatus = nil, id = nil, language = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, name = nil, number = nil, parentCustomerId = nil, paymentMethodId = nil, paymentMethodType = nil, primaryUserId = nil, accountLifeCycleStatus = nil, timeStamp = nil, timeZone = nil, pauseReason = nil) ⇒ Account
Returns a new instance of Account.
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'lib/CustomerManagementService.rb', line 73 def initialize(accountType = nil, billToCustomerId = nil, countryCode = nil, currencyType = nil, accountFinancialStatus = nil, id = nil, language = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, name = nil, number = nil, parentCustomerId = nil, paymentMethodId = nil, paymentMethodType = nil, primaryUserId = nil, accountLifeCycleStatus = nil, timeStamp = nil, timeZone = nil, pauseReason = nil) @accountType = accountType @billToCustomerId = billToCustomerId @countryCode = countryCode @currencyType = currencyType @accountFinancialStatus = accountFinancialStatus @id = id @language = language @lastModifiedByUserId = lastModifiedByUserId @lastModifiedTime = lastModifiedTime @name = name @number = number @parentCustomerId = parentCustomerId @paymentMethodId = paymentMethodId @paymentMethodType = paymentMethodType @primaryUserId = primaryUserId @accountLifeCycleStatus = accountLifeCycleStatus @timeStamp = timeStamp @timeZone = timeZone @pauseReason = pauseReason end |
Instance Attribute Details
permalink #accountFinancialStatus ⇒ Object
Returns the value of attribute accountFinancialStatus.
57 58 59 |
# File 'lib/CustomerManagementService.rb', line 57 def accountFinancialStatus @accountFinancialStatus end |
permalink #accountLifeCycleStatus ⇒ Object
Returns the value of attribute accountLifeCycleStatus.
68 69 70 |
# File 'lib/CustomerManagementService.rb', line 68 def accountLifeCycleStatus @accountLifeCycleStatus end |
permalink #accountType ⇒ Object
Returns the value of attribute accountType.
53 54 55 |
# File 'lib/CustomerManagementService.rb', line 53 def accountType @accountType end |
permalink #billToCustomerId ⇒ Object
Returns the value of attribute billToCustomerId.
54 55 56 |
# File 'lib/CustomerManagementService.rb', line 54 def billToCustomerId @billToCustomerId end |
permalink #countryCode ⇒ Object
Returns the value of attribute countryCode.
55 56 57 |
# File 'lib/CustomerManagementService.rb', line 55 def countryCode @countryCode end |
permalink #currencyType ⇒ Object
Returns the value of attribute currencyType.
56 57 58 |
# File 'lib/CustomerManagementService.rb', line 56 def currencyType @currencyType end |
permalink #id ⇒ Object
Returns the value of attribute id.
58 59 60 |
# File 'lib/CustomerManagementService.rb', line 58 def id @id end |
permalink #language ⇒ Object
Returns the value of attribute language.
59 60 61 |
# File 'lib/CustomerManagementService.rb', line 59 def language @language end |
permalink #lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
60 61 62 |
# File 'lib/CustomerManagementService.rb', line 60 def lastModifiedByUserId @lastModifiedByUserId end |
permalink #lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
61 62 63 |
# File 'lib/CustomerManagementService.rb', line 61 def lastModifiedTime @lastModifiedTime end |
permalink #name ⇒ Object
Returns the value of attribute name.
62 63 64 |
# File 'lib/CustomerManagementService.rb', line 62 def name @name end |
permalink #number ⇒ Object
Returns the value of attribute number.
63 64 65 |
# File 'lib/CustomerManagementService.rb', line 63 def number @number end |
permalink #parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
64 65 66 |
# File 'lib/CustomerManagementService.rb', line 64 def parentCustomerId @parentCustomerId end |
permalink #pauseReason ⇒ Object
Returns the value of attribute pauseReason.
71 72 73 |
# File 'lib/CustomerManagementService.rb', line 71 def pauseReason @pauseReason end |
permalink #paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
65 66 67 |
# File 'lib/CustomerManagementService.rb', line 65 def paymentMethodId @paymentMethodId end |
permalink #paymentMethodType ⇒ Object
Returns the value of attribute paymentMethodType.
66 67 68 |
# File 'lib/CustomerManagementService.rb', line 66 def paymentMethodType @paymentMethodType end |
permalink #primaryUserId ⇒ Object
Returns the value of attribute primaryUserId.
67 68 69 |
# File 'lib/CustomerManagementService.rb', line 67 def primaryUserId @primaryUserId end |
permalink #timeStamp ⇒ Object
Returns the value of attribute timeStamp.
69 70 71 |
# File 'lib/CustomerManagementService.rb', line 69 def timeStamp @timeStamp end |
permalink #timeZone ⇒ Object
Returns the value of attribute timeZone.
70 71 72 |
# File 'lib/CustomerManagementService.rb', line 70 def timeZone @timeZone end |