Class: AdCenterWrapper::AdvertiserAccount
- 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
-
#accountType ⇒ Object
Returns the value of attribute accountType.
-
#agencyContactName ⇒ Object
Returns the value of attribute agencyContactName.
-
#agencyCustomerId ⇒ Object
Returns the value of attribute agencyCustomerId.
-
#billToCustomerId ⇒ Object
Returns the value of attribute billToCustomerId.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#currencyType ⇒ Object
Returns the value of attribute currencyType.
-
#financialStatus ⇒ Object
Returns the value of attribute financialStatus.
-
#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.
-
#paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
-
#paymentMethodType ⇒ Object
Returns the value of attribute paymentMethodType.
-
#primaryUserId ⇒ Object
Returns the value of attribute primaryUserId.
-
#salesHouseCustomerId ⇒ Object
Returns the value of attribute salesHouseCustomerId.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
-
#timeZone ⇒ Object
Returns the value of attribute timeZone.
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
#accountType ⇒ Object
Returns the value of attribute accountType.
4098 4099 4100 |
# File 'lib/adcenter_wrapper_entities.rb', line 4098 def accountType @accountType end |
#agencyContactName ⇒ Object
Returns the value of attribute agencyContactName.
4116 4117 4118 |
# File 'lib/adcenter_wrapper_entities.rb', line 4116 def agencyContactName @agencyContactName end |
#agencyCustomerId ⇒ Object
Returns the value of attribute agencyCustomerId.
4117 4118 4119 |
# File 'lib/adcenter_wrapper_entities.rb', line 4117 def agencyCustomerId @agencyCustomerId end |
#billToCustomerId ⇒ Object
Returns the value of attribute billToCustomerId.
4099 4100 4101 |
# File 'lib/adcenter_wrapper_entities.rb', line 4099 def billToCustomerId @billToCustomerId end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
4100 4101 4102 |
# File 'lib/adcenter_wrapper_entities.rb', line 4100 def countryCode @countryCode end |
#currencyType ⇒ Object
Returns the value of attribute currencyType.
4101 4102 4103 |
# File 'lib/adcenter_wrapper_entities.rb', line 4101 def currencyType @currencyType end |
#financialStatus ⇒ Object
Returns the value of attribute financialStatus.
4102 4103 4104 |
# File 'lib/adcenter_wrapper_entities.rb', line 4102 def financialStatus @financialStatus end |
#id ⇒ Object
Returns the value of attribute id.
4103 4104 4105 |
# File 'lib/adcenter_wrapper_entities.rb', line 4103 def id @id end |
#language ⇒ Object
Returns the value of attribute language.
4104 4105 4106 |
# File 'lib/adcenter_wrapper_entities.rb', line 4104 def language @language end |
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
4105 4106 4107 |
# File 'lib/adcenter_wrapper_entities.rb', line 4105 def lastModifiedByUserId @lastModifiedByUserId end |
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
4106 4107 4108 |
# File 'lib/adcenter_wrapper_entities.rb', line 4106 def lastModifiedTime @lastModifiedTime end |
#name ⇒ Object
Returns the value of attribute name.
4107 4108 4109 |
# File 'lib/adcenter_wrapper_entities.rb', line 4107 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
4108 4109 4110 |
# File 'lib/adcenter_wrapper_entities.rb', line 4108 def number @number end |
#parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
4109 4110 4111 |
# File 'lib/adcenter_wrapper_entities.rb', line 4109 def parentCustomerId @parentCustomerId end |
#paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
4110 4111 4112 |
# File 'lib/adcenter_wrapper_entities.rb', line 4110 def paymentMethodId @paymentMethodId end |
#paymentMethodType ⇒ Object
Returns the value of attribute paymentMethodType.
4111 4112 4113 |
# File 'lib/adcenter_wrapper_entities.rb', line 4111 def paymentMethodType @paymentMethodType end |
#primaryUserId ⇒ Object
Returns the value of attribute primaryUserId.
4112 4113 4114 |
# File 'lib/adcenter_wrapper_entities.rb', line 4112 def primaryUserId @primaryUserId end |
#salesHouseCustomerId ⇒ Object
Returns the value of attribute salesHouseCustomerId.
4118 4119 4120 |
# File 'lib/adcenter_wrapper_entities.rb', line 4118 def salesHouseCustomerId @salesHouseCustomerId end |
#status ⇒ Object
Returns the value of attribute status.
4113 4114 4115 |
# File 'lib/adcenter_wrapper_entities.rb', line 4113 def status @status end |
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
4114 4115 4116 |
# File 'lib/adcenter_wrapper_entities.rb', line 4114 def timeStamp @timeStamp end |
#timeZone ⇒ Object
Returns the value of attribute timeZone.
4115 4116 4117 |
# File 'lib/adcenter_wrapper_entities.rb', line 4115 def timeZone @timeZone end |