Class: AdCenterWrapper::AccountClosedNotification
- Inherits:
-
Notification
- Object
- Notification
- AdCenterWrapper::AccountClosedNotification
- 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
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#customerName ⇒ Object
Returns the value of attribute customerName.
-
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
-
#notificationType ⇒ Object
Returns the value of attribute notificationType.
-
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
-
#statusDate ⇒ Object
Returns the value of attribute statusDate.
-
#userLocale ⇒ Object
Returns the value of attribute userLocale.
Instance Method Summary collapse
-
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, customerName = nil, statusDate = nil) ⇒ AccountClosedNotification
constructor
A new instance of AccountClosedNotification.
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
#accountId ⇒ Object
Returns the value of attribute accountId.
7727 7728 7729 |
# File 'lib/adcenter_wrapper_entities.rb', line 7727 def accountId @accountId end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
7728 7729 7730 |
# File 'lib/adcenter_wrapper_entities.rb', line 7728 def accountNumber @accountNumber end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7723 7724 7725 |
# File 'lib/adcenter_wrapper_entities.rb', line 7723 def customerId @customerId end |
#customerName ⇒ Object
Returns the value of attribute customerName.
7729 7730 7731 |
# File 'lib/adcenter_wrapper_entities.rb', line 7729 def customerName @customerName end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
7726 7727 7728 |
# File 'lib/adcenter_wrapper_entities.rb', line 7726 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
7722 7723 7724 |
# File 'lib/adcenter_wrapper_entities.rb', line 7722 def notificationType @notificationType end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
7725 7726 7727 |
# File 'lib/adcenter_wrapper_entities.rb', line 7725 def recipientEmailAddress @recipientEmailAddress end |
#statusDate ⇒ Object
Returns the value of attribute statusDate.
7730 7731 7732 |
# File 'lib/adcenter_wrapper_entities.rb', line 7730 def statusDate @statusDate end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
7724 7725 7726 |
# File 'lib/adcenter_wrapper_entities.rb', line 7724 def userLocale @userLocale end |