Class: AdCenterWrapper::ApproachingCreditCardExpirationNotification
- Inherits:
-
CreditCardNotification
- Object
- Notification
- CreditCardNotification
- AdCenterWrapper::ApproachingCreditCardExpirationNotification
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisApproachingCreditCardExpirationNotification
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) ⇒ ApproachingCreditCardExpirationNotification
constructor
A new instance of ApproachingCreditCardExpirationNotification.
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) ⇒ ApproachingCreditCardExpirationNotification
Returns a new instance of ApproachingCreditCardExpirationNotification.
7894 7895 7896 7897 7898 7899 7900 7901 7902 7903 7904 7905 7906 |
# File 'lib/adcenter_wrapper_entities.rb', line 7894 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.
7887 7888 7889 |
# File 'lib/adcenter_wrapper_entities.rb', line 7887 def accountId @accountId end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
7888 7889 7890 |
# File 'lib/adcenter_wrapper_entities.rb', line 7888 def accountNumber @accountNumber end |
#creditCardExpirationDate ⇒ Object
Returns the value of attribute creditCardExpirationDate.
7891 7892 7893 |
# File 'lib/adcenter_wrapper_entities.rb', line 7891 def creditCardExpirationDate @creditCardExpirationDate end |
#creditCardLastFour ⇒ Object
Returns the value of attribute creditCardLastFour.
7890 7891 7892 |
# File 'lib/adcenter_wrapper_entities.rb', line 7890 def creditCardLastFour @creditCardLastFour end |
#creditCardTypeName ⇒ Object
Returns the value of attribute creditCardTypeName.
7889 7890 7891 |
# File 'lib/adcenter_wrapper_entities.rb', line 7889 def creditCardTypeName @creditCardTypeName end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7883 7884 7885 |
# File 'lib/adcenter_wrapper_entities.rb', line 7883 def customerId @customerId end |
#noticeNumber ⇒ Object
Returns the value of attribute noticeNumber.
7892 7893 7894 |
# File 'lib/adcenter_wrapper_entities.rb', line 7892 def noticeNumber @noticeNumber end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
7886 7887 7888 |
# File 'lib/adcenter_wrapper_entities.rb', line 7886 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
7882 7883 7884 |
# File 'lib/adcenter_wrapper_entities.rb', line 7882 def notificationType @notificationType end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
7885 7886 7887 |
# File 'lib/adcenter_wrapper_entities.rb', line 7885 def recipientEmailAddress @recipientEmailAddress end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
7884 7885 7886 |
# File 'lib/adcenter_wrapper_entities.rb', line 7884 def userLocale @userLocale end |