Class: AdCenterWrapper::AccountClosedNotification

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

Overview

http://adcenter.microsoft.com/syncapisAccountClosedNotification

notificationType - AdCenterWrapper::NotificationType
customerId - SOAP::SOAPInt
userLocale - SOAP::SOAPString
recipientEmailAddress - SOAP::SOAPString
notificationDate - SOAP::SOAPDateTime
accountId - SOAP::SOAPInt
accountNumber - SOAP::SOAPString
customerName - SOAP::SOAPString
statusDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, customerName = nil, statusDate = nil) ⇒ AccountClosedNotification

Returns a new instance of AccountClosedNotification.



7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
# File 'lib/adcenter_wrapper_entities.rb', line 7732

def initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, customerName = nil, statusDate = nil)
  @notificationType = notificationType
  @customerId = customerId
  @userLocale = userLocale
  @recipientEmailAddress = recipientEmailAddress
  @notificationDate = notificationDate
  @accountId = accountId
  @accountNumber = accountNumber
  @customerName = customerName
  @statusDate = statusDate
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



7727
7728
7729
# File 'lib/adcenter_wrapper_entities.rb', line 7727

def accountId
  @accountId
end

#accountNumberObject

Returns the value of attribute accountNumber.



7728
7729
7730
# File 'lib/adcenter_wrapper_entities.rb', line 7728

def accountNumber
  @accountNumber
end

#customerIdObject

Returns the value of attribute customerId.



7723
7724
7725
# File 'lib/adcenter_wrapper_entities.rb', line 7723

def customerId
  @customerId
end

#customerNameObject

Returns the value of attribute customerName.



7729
7730
7731
# File 'lib/adcenter_wrapper_entities.rb', line 7729

def customerName
  @customerName
end

#notificationDateObject

Returns the value of attribute notificationDate.



7726
7727
7728
# File 'lib/adcenter_wrapper_entities.rb', line 7726

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



7722
7723
7724
# File 'lib/adcenter_wrapper_entities.rb', line 7722

def notificationType
  @notificationType
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



7725
7726
7727
# File 'lib/adcenter_wrapper_entities.rb', line 7725

def recipientEmailAddress
  @recipientEmailAddress
end

#statusDateObject

Returns the value of attribute statusDate.



7730
7731
7732
# File 'lib/adcenter_wrapper_entities.rb', line 7730

def statusDate
  @statusDate
end

#userLocaleObject

Returns the value of attribute userLocale.



7724
7725
7726
# File 'lib/adcenter_wrapper_entities.rb', line 7724

def userLocale
  @userLocale
end