Class: AdCenterWrapper::PublisherAccount
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesPublisherAccount
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
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
-
#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) ⇒ PublisherAccount
constructor
A new instance of PublisherAccount.
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) ⇒ PublisherAccount
Returns a new instance of PublisherAccount.
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
# File 'lib/CustomerManagementService.rb', line 137 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.
121 122 123 |
# File 'lib/CustomerManagementService.rb', line 121 def accountFinancialStatus @accountFinancialStatus end |
permalink #accountLifeCycleStatus ⇒ Object
Returns the value of attribute accountLifeCycleStatus.
132 133 134 |
# File 'lib/CustomerManagementService.rb', line 132 def accountLifeCycleStatus @accountLifeCycleStatus end |
permalink #accountType ⇒ Object
Returns the value of attribute accountType.
117 118 119 |
# File 'lib/CustomerManagementService.rb', line 117 def accountType @accountType end |
permalink #billToCustomerId ⇒ Object
Returns the value of attribute billToCustomerId.
118 119 120 |
# File 'lib/CustomerManagementService.rb', line 118 def billToCustomerId @billToCustomerId end |
permalink #countryCode ⇒ Object
Returns the value of attribute countryCode.
119 120 121 |
# File 'lib/CustomerManagementService.rb', line 119 def countryCode @countryCode end |
permalink #currencyType ⇒ Object
Returns the value of attribute currencyType.
120 121 122 |
# File 'lib/CustomerManagementService.rb', line 120 def currencyType @currencyType end |
permalink #id ⇒ Object
Returns the value of attribute id.
122 123 124 |
# File 'lib/CustomerManagementService.rb', line 122 def id @id end |
permalink #language ⇒ Object
Returns the value of attribute language.
123 124 125 |
# File 'lib/CustomerManagementService.rb', line 123 def language @language end |
permalink #lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
124 125 126 |
# File 'lib/CustomerManagementService.rb', line 124 def lastModifiedByUserId @lastModifiedByUserId end |
permalink #lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
125 126 127 |
# File 'lib/CustomerManagementService.rb', line 125 def lastModifiedTime @lastModifiedTime end |
permalink #name ⇒ Object
Returns the value of attribute name.
126 127 128 |
# File 'lib/CustomerManagementService.rb', line 126 def name @name end |
permalink #number ⇒ Object
Returns the value of attribute number.
127 128 129 |
# File 'lib/CustomerManagementService.rb', line 127 def number @number end |
permalink #parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
128 129 130 |
# File 'lib/CustomerManagementService.rb', line 128 def parentCustomerId @parentCustomerId end |
permalink #pauseReason ⇒ Object
Returns the value of attribute pauseReason.
135 136 137 |
# File 'lib/CustomerManagementService.rb', line 135 def pauseReason @pauseReason end |
permalink #paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
129 130 131 |
# File 'lib/CustomerManagementService.rb', line 129 def paymentMethodId @paymentMethodId end |
permalink #paymentMethodType ⇒ Object
Returns the value of attribute paymentMethodType.
130 131 132 |
# File 'lib/CustomerManagementService.rb', line 130 def paymentMethodType @paymentMethodType end |
permalink #primaryUserId ⇒ Object
Returns the value of attribute primaryUserId.
131 132 133 |
# File 'lib/CustomerManagementService.rb', line 131 def primaryUserId @primaryUserId end |
permalink #timeStamp ⇒ Object
Returns the value of attribute timeStamp.
133 134 135 |
# File 'lib/CustomerManagementService.rb', line 133 def timeStamp @timeStamp end |
permalink #timeZone ⇒ Object
Returns the value of attribute timeZone.
134 135 136 |
# File 'lib/CustomerManagementService.rb', line 134 def timeZone @timeZone end |