Class: AdCenterWrapper::AdvertiserAccount

Inherits:
Account
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/api/customermanagement/EntitiesAdvertiserAccount

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
agencyContactName - SOAP::SOAPString
agencyCustomerId - SOAP::SOAPLong
salesHouseCustomerId - SOAP::SOAPLong

Instance Attribute Summary collapse

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, agencyContactName = nil, agencyCustomerId = nil, salesHouseCustomerId = nil) ⇒ AdvertiserAccount

Returns a new instance of AdvertiserAccount.



4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
# File 'lib/adcenter_wrapper_entities.rb', line 4120

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, agencyContactName = nil, agencyCustomerId = nil, salesHouseCustomerId = 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
  @agencyContactName = agencyContactName
  @agencyCustomerId = agencyCustomerId
  @salesHouseCustomerId = salesHouseCustomerId
end

Instance Attribute Details

#accountTypeObject

Returns the value of attribute accountType.



4098
4099
4100
# File 'lib/adcenter_wrapper_entities.rb', line 4098

def accountType
  @accountType
end

#agencyContactNameObject

Returns the value of attribute agencyContactName.



4116
4117
4118
# File 'lib/adcenter_wrapper_entities.rb', line 4116

def agencyContactName
  @agencyContactName
end

#agencyCustomerIdObject

Returns the value of attribute agencyCustomerId.



4117
4118
4119
# File 'lib/adcenter_wrapper_entities.rb', line 4117

def agencyCustomerId
  @agencyCustomerId
end

#billToCustomerIdObject

Returns the value of attribute billToCustomerId.



4099
4100
4101
# File 'lib/adcenter_wrapper_entities.rb', line 4099

def billToCustomerId
  @billToCustomerId
end

#countryCodeObject

Returns the value of attribute countryCode.



4100
4101
4102
# File 'lib/adcenter_wrapper_entities.rb', line 4100

def countryCode
  @countryCode
end

#currencyTypeObject

Returns the value of attribute currencyType.



4101
4102
4103
# File 'lib/adcenter_wrapper_entities.rb', line 4101

def currencyType
  @currencyType
end

#financialStatusObject

Returns the value of attribute financialStatus.



4102
4103
4104
# File 'lib/adcenter_wrapper_entities.rb', line 4102

def financialStatus
  @financialStatus
end

#idObject

Returns the value of attribute id.



4103
4104
4105
# File 'lib/adcenter_wrapper_entities.rb', line 4103

def id
  @id
end

#languageObject

Returns the value of attribute language.



4104
4105
4106
# File 'lib/adcenter_wrapper_entities.rb', line 4104

def language
  @language
end

#lastModifiedByUserIdObject

Returns the value of attribute lastModifiedByUserId.



4105
4106
4107
# File 'lib/adcenter_wrapper_entities.rb', line 4105

def lastModifiedByUserId
  @lastModifiedByUserId
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



4106
4107
4108
# File 'lib/adcenter_wrapper_entities.rb', line 4106

def lastModifiedTime
  @lastModifiedTime
end

#nameObject

Returns the value of attribute name.



4107
4108
4109
# File 'lib/adcenter_wrapper_entities.rb', line 4107

def name
  @name
end

#numberObject

Returns the value of attribute number.



4108
4109
4110
# File 'lib/adcenter_wrapper_entities.rb', line 4108

def number
  @number
end

#parentCustomerIdObject

Returns the value of attribute parentCustomerId.



4109
4110
4111
# File 'lib/adcenter_wrapper_entities.rb', line 4109

def parentCustomerId
  @parentCustomerId
end

#paymentMethodIdObject

Returns the value of attribute paymentMethodId.



4110
4111
4112
# File 'lib/adcenter_wrapper_entities.rb', line 4110

def paymentMethodId
  @paymentMethodId
end

#paymentMethodTypeObject

Returns the value of attribute paymentMethodType.



4111
4112
4113
# File 'lib/adcenter_wrapper_entities.rb', line 4111

def paymentMethodType
  @paymentMethodType
end

#primaryUserIdObject

Returns the value of attribute primaryUserId.



4112
4113
4114
# File 'lib/adcenter_wrapper_entities.rb', line 4112

def primaryUserId
  @primaryUserId
end

#salesHouseCustomerIdObject

Returns the value of attribute salesHouseCustomerId.



4118
4119
4120
# File 'lib/adcenter_wrapper_entities.rb', line 4118

def salesHouseCustomerId
  @salesHouseCustomerId
end

#statusObject

Returns the value of attribute status.



4113
4114
4115
# File 'lib/adcenter_wrapper_entities.rb', line 4113

def status
  @status
end

#timeStampObject

Returns the value of attribute timeStamp.



4114
4115
4116
# File 'lib/adcenter_wrapper_entities.rb', line 4114

def timeStamp
  @timeStamp
end

#timeZoneObject

Returns the value of attribute timeZone.



4115
4116
4117
# File 'lib/adcenter_wrapper_entities.rb', line 4115

def timeZone
  @timeZone
end