Class: AdCenterWrapper::CreditCardExpiredNotification
- Inherits:
-
CreditCardNotification
- Object
- Notification
- CreditCardNotification
- AdCenterWrapper::CreditCardExpiredNotification
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisCreditCardExpiredNotification
notificationType - AdCenterWrapper::NotificationType
customerId - SOAP::SOAPInt
userLocale - SOAP::SOAPString
recipientEmailAddress - SOAP::SOAPString
notificationDate - SOAP::SOAPDateTime
accountId - SOAP::SOAPInt
accountNumber - SOAP::SOAPString
creditCardTypeName - SOAP::SOAPString
creditCardLastFour - SOAP::SOAPString
creditCardExpirationDate - SOAP::SOAPDateTime
noticeNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#creditCardExpirationDate ⇒ Object
Returns the value of attribute creditCardExpirationDate.
-
#creditCardLastFour ⇒ Object
Returns the value of attribute creditCardLastFour.
-
#creditCardTypeName ⇒ Object
Returns the value of attribute creditCardTypeName.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#noticeNumber ⇒ Object
Returns the value of attribute noticeNumber.
-
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
-
#notificationType ⇒ Object
Returns the value of attribute notificationType.
-
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
-
#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, creditCardTypeName = nil, creditCardLastFour = nil, creditCardExpirationDate = nil, noticeNumber = nil) ⇒ CreditCardExpiredNotification
constructor
A new instance of CreditCardExpiredNotification.
Constructor Details
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, creditCardTypeName = nil, creditCardLastFour = nil, creditCardExpirationDate = nil, noticeNumber = nil) ⇒ CreditCardExpiredNotification
Returns a new instance of CreditCardExpiredNotification.
7854 7855 7856 7857 7858 7859 7860 7861 7862 7863 7864 7865 7866 |
# File 'lib/adcenter_wrapper_entities.rb', line 7854 def initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, creditCardTypeName = nil, creditCardLastFour = nil, creditCardExpirationDate = nil, noticeNumber = nil) @notificationType = notificationType @customerId = customerId @userLocale = userLocale @recipientEmailAddress = recipientEmailAddress @notificationDate = notificationDate @accountId = accountId @accountNumber = accountNumber @creditCardTypeName = creditCardTypeName @creditCardLastFour = creditCardLastFour @creditCardExpirationDate = creditCardExpirationDate @noticeNumber = noticeNumber end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
7847 7848 7849 |
# File 'lib/adcenter_wrapper_entities.rb', line 7847 def accountId @accountId end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
7848 7849 7850 |
# File 'lib/adcenter_wrapper_entities.rb', line 7848 def accountNumber @accountNumber end |
#creditCardExpirationDate ⇒ Object
Returns the value of attribute creditCardExpirationDate.
7851 7852 7853 |
# File 'lib/adcenter_wrapper_entities.rb', line 7851 def creditCardExpirationDate @creditCardExpirationDate end |
#creditCardLastFour ⇒ Object
Returns the value of attribute creditCardLastFour.
7850 7851 7852 |
# File 'lib/adcenter_wrapper_entities.rb', line 7850 def creditCardLastFour @creditCardLastFour end |
#creditCardTypeName ⇒ Object
Returns the value of attribute creditCardTypeName.
7849 7850 7851 |
# File 'lib/adcenter_wrapper_entities.rb', line 7849 def creditCardTypeName @creditCardTypeName end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7843 7844 7845 |
# File 'lib/adcenter_wrapper_entities.rb', line 7843 def customerId @customerId end |
#noticeNumber ⇒ Object
Returns the value of attribute noticeNumber.
7852 7853 7854 |
# File 'lib/adcenter_wrapper_entities.rb', line 7852 def noticeNumber @noticeNumber end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
7846 7847 7848 |
# File 'lib/adcenter_wrapper_entities.rb', line 7846 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
7842 7843 7844 |
# File 'lib/adcenter_wrapper_entities.rb', line 7842 def notificationType @notificationType end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
7845 7846 7847 |
# File 'lib/adcenter_wrapper_entities.rb', line 7845 def recipientEmailAddress @recipientEmailAddress end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
7844 7845 7846 |
# File 'lib/adcenter_wrapper_entities.rb', line 7844 def userLocale @userLocale end |