Class: AdCenterWrapper::PublisherAccount

Inherits:
Account
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#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.

[View source]

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

#accountFinancialStatusObject

Returns the value of attribute accountFinancialStatus.


121
122
123
# File 'lib/CustomerManagementService.rb', line 121

def accountFinancialStatus
  @accountFinancialStatus
end

#accountLifeCycleStatusObject

Returns the value of attribute accountLifeCycleStatus.


132
133
134
# File 'lib/CustomerManagementService.rb', line 132

def accountLifeCycleStatus
  @accountLifeCycleStatus
end

#accountTypeObject

Returns the value of attribute accountType.


117
118
119
# File 'lib/CustomerManagementService.rb', line 117

def accountType
  @accountType
end

#billToCustomerIdObject

Returns the value of attribute billToCustomerId.


118
119
120
# File 'lib/CustomerManagementService.rb', line 118

def billToCustomerId
  @billToCustomerId
end

#countryCodeObject

Returns the value of attribute countryCode.


119
120
121
# File 'lib/CustomerManagementService.rb', line 119

def countryCode
  @countryCode
end

#currencyTypeObject

Returns the value of attribute currencyType.


120
121
122
# File 'lib/CustomerManagementService.rb', line 120

def currencyType
  @currencyType
end

#idObject

Returns the value of attribute id.


122
123
124
# File 'lib/CustomerManagementService.rb', line 122

def id
  @id
end

#languageObject

Returns the value of attribute language.


123
124
125
# File 'lib/CustomerManagementService.rb', line 123

def language
  @language
end

#lastModifiedByUserIdObject

Returns the value of attribute lastModifiedByUserId.


124
125
126
# File 'lib/CustomerManagementService.rb', line 124

def lastModifiedByUserId
  @lastModifiedByUserId
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.


125
126
127
# File 'lib/CustomerManagementService.rb', line 125

def lastModifiedTime
  @lastModifiedTime
end

#nameObject

Returns the value of attribute name.


126
127
128
# File 'lib/CustomerManagementService.rb', line 126

def name
  @name
end

#numberObject

Returns the value of attribute number.


127
128
129
# File 'lib/CustomerManagementService.rb', line 127

def number
  @number
end

#parentCustomerIdObject

Returns the value of attribute parentCustomerId.


128
129
130
# File 'lib/CustomerManagementService.rb', line 128

def parentCustomerId
  @parentCustomerId
end

#pauseReasonObject

Returns the value of attribute pauseReason.


135
136
137
# File 'lib/CustomerManagementService.rb', line 135

def pauseReason
  @pauseReason
end

#paymentMethodIdObject

Returns the value of attribute paymentMethodId.


129
130
131
# File 'lib/CustomerManagementService.rb', line 129

def paymentMethodId
  @paymentMethodId
end

#paymentMethodTypeObject

Returns the value of attribute paymentMethodType.


130
131
132
# File 'lib/CustomerManagementService.rb', line 130

def paymentMethodType
  @paymentMethodType
end

#primaryUserIdObject

Returns the value of attribute primaryUserId.


131
132
133
# File 'lib/CustomerManagementService.rb', line 131

def primaryUserId
  @primaryUserId
end

#timeStampObject

Returns the value of attribute timeStamp.


133
134
135
# File 'lib/CustomerManagementService.rb', line 133

def timeStamp
  @timeStamp
end

#timeZoneObject

Returns the value of attribute timeZone.


134
135
136
# File 'lib/CustomerManagementService.rb', line 134

def timeZone
  @timeZone
end