Class: AdCenterWrapper::PublisherAccount
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesPublisherAccount
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
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#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
-
#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) ⇒ PublisherAccount
constructor
A new instance of PublisherAccount.
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) ⇒ PublisherAccount
Returns a new instance of PublisherAccount.
4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 |
# File 'lib/adcenter_wrapper_entities.rb', line 4053 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
#accountType ⇒ Object
Returns the value of attribute accountType.
4034 4035 4036 |
# File 'lib/adcenter_wrapper_entities.rb', line 4034 def accountType @accountType end |
#billToCustomerId ⇒ Object
Returns the value of attribute billToCustomerId.
4035 4036 4037 |
# File 'lib/adcenter_wrapper_entities.rb', line 4035 def billToCustomerId @billToCustomerId end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
4036 4037 4038 |
# File 'lib/adcenter_wrapper_entities.rb', line 4036 def countryCode @countryCode end |
#currencyType ⇒ Object
Returns the value of attribute currencyType.
4037 4038 4039 |
# File 'lib/adcenter_wrapper_entities.rb', line 4037 def currencyType @currencyType end |
#financialStatus ⇒ Object
Returns the value of attribute financialStatus.
4038 4039 4040 |
# File 'lib/adcenter_wrapper_entities.rb', line 4038 def financialStatus @financialStatus end |
#id ⇒ Object
Returns the value of attribute id.
4039 4040 4041 |
# File 'lib/adcenter_wrapper_entities.rb', line 4039 def id @id end |
#language ⇒ Object
Returns the value of attribute language.
4040 4041 4042 |
# File 'lib/adcenter_wrapper_entities.rb', line 4040 def language @language end |
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
4041 4042 4043 |
# File 'lib/adcenter_wrapper_entities.rb', line 4041 def lastModifiedByUserId @lastModifiedByUserId end |
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
4042 4043 4044 |
# File 'lib/adcenter_wrapper_entities.rb', line 4042 def lastModifiedTime @lastModifiedTime end |
#name ⇒ Object
Returns the value of attribute name.
4043 4044 4045 |
# File 'lib/adcenter_wrapper_entities.rb', line 4043 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
4044 4045 4046 |
# File 'lib/adcenter_wrapper_entities.rb', line 4044 def number @number end |
#parentCustomerId ⇒ Object
Returns the value of attribute parentCustomerId.
4045 4046 4047 |
# File 'lib/adcenter_wrapper_entities.rb', line 4045 def parentCustomerId @parentCustomerId end |
#paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
4046 4047 4048 |
# File 'lib/adcenter_wrapper_entities.rb', line 4046 def paymentMethodId @paymentMethodId end |
#paymentMethodType ⇒ Object
Returns the value of attribute paymentMethodType.
4047 4048 4049 |
# File 'lib/adcenter_wrapper_entities.rb', line 4047 def paymentMethodType @paymentMethodType end |
#primaryUserId ⇒ Object
Returns the value of attribute primaryUserId.
4048 4049 4050 |
# File 'lib/adcenter_wrapper_entities.rb', line 4048 def primaryUserId @primaryUserId end |
#status ⇒ Object
Returns the value of attribute status.
4049 4050 4051 |
# File 'lib/adcenter_wrapper_entities.rb', line 4049 def status @status end |
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
4050 4051 4052 |
# File 'lib/adcenter_wrapper_entities.rb', line 4050 def timeStamp @timeStamp end |
#timeZone ⇒ Object
Returns the value of attribute timeZone.
4051 4052 4053 |
# File 'lib/adcenter_wrapper_entities.rb', line 4051 def timeZone @timeZone end |