Class: AdCenterWrapper::Account

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

AdvertiserAccount, PublisherAccount

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) ⇒ 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

#accountTypeObject

Returns the value of attribute accountType.



3973
3974
3975
# File 'lib/adcenter_wrapper_entities.rb', line 3973

def accountType
  @accountType
end

#billToCustomerIdObject

Returns the value of attribute billToCustomerId.



3974
3975
3976
# File 'lib/adcenter_wrapper_entities.rb', line 3974

def billToCustomerId
  @billToCustomerId
end

#countryCodeObject

Returns the value of attribute countryCode.



3975
3976
3977
# File 'lib/adcenter_wrapper_entities.rb', line 3975

def countryCode
  @countryCode
end

#currencyTypeObject

Returns the value of attribute currencyType.



3976
3977
3978
# File 'lib/adcenter_wrapper_entities.rb', line 3976

def currencyType
  @currencyType
end

#financialStatusObject

Returns the value of attribute financialStatus.



3977
3978
3979
# File 'lib/adcenter_wrapper_entities.rb', line 3977

def financialStatus
  @financialStatus
end

#idObject

Returns the value of attribute id.



3978
3979
3980
# File 'lib/adcenter_wrapper_entities.rb', line 3978

def id
  @id
end

#languageObject

Returns the value of attribute language.



3979
3980
3981
# File 'lib/adcenter_wrapper_entities.rb', line 3979

def language
  @language
end

#lastModifiedByUserIdObject

Returns the value of attribute lastModifiedByUserId.



3980
3981
3982
# File 'lib/adcenter_wrapper_entities.rb', line 3980

def lastModifiedByUserId
  @lastModifiedByUserId
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



3981
3982
3983
# File 'lib/adcenter_wrapper_entities.rb', line 3981

def lastModifiedTime
  @lastModifiedTime
end

#nameObject

Returns the value of attribute name.



3982
3983
3984
# File 'lib/adcenter_wrapper_entities.rb', line 3982

def name
  @name
end

#numberObject

Returns the value of attribute number.



3983
3984
3985
# File 'lib/adcenter_wrapper_entities.rb', line 3983

def number
  @number
end

#parentCustomerIdObject

Returns the value of attribute parentCustomerId.



3984
3985
3986
# File 'lib/adcenter_wrapper_entities.rb', line 3984

def parentCustomerId
  @parentCustomerId
end

#paymentMethodIdObject

Returns the value of attribute paymentMethodId.



3985
3986
3987
# File 'lib/adcenter_wrapper_entities.rb', line 3985

def paymentMethodId
  @paymentMethodId
end

#paymentMethodTypeObject

Returns the value of attribute paymentMethodType.



3986
3987
3988
# File 'lib/adcenter_wrapper_entities.rb', line 3986

def paymentMethodType
  @paymentMethodType
end

#primaryUserIdObject

Returns the value of attribute primaryUserId.



3987
3988
3989
# File 'lib/adcenter_wrapper_entities.rb', line 3987

def primaryUserId
  @primaryUserId
end

#statusObject

Returns the value of attribute status.



3988
3989
3990
# File 'lib/adcenter_wrapper_entities.rb', line 3988

def status
  @status
end

#timeStampObject

Returns the value of attribute timeStamp.



3989
3990
3991
# File 'lib/adcenter_wrapper_entities.rb', line 3989

def timeStamp
  @timeStamp
end

#timeZoneObject

Returns the value of attribute timeZone.



3990
3991
3992
# File 'lib/adcenter_wrapper_entities.rb', line 3990

def timeZone
  @timeZone
end