Class: AdCenterWrapper::UnableToChargeCreditCardNotification
- Inherits:
-
Notification
- Object
- Notification
- AdCenterWrapper::UnableToChargeCreditCardNotification
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisUnableToChargeCreditCardNotification
notificationType - AdCenterWrapper::NotificationType
customerId - SOAP::SOAPInt
userLocale - SOAP::SOAPString
recipientEmailAddress - SOAP::SOAPString
notificationDate - SOAP::SOAPDateTime
accountId - SOAP::SOAPInt
accountNumber - SOAP::SOAPString
accountFinancialStatus - AdCenterWrapper::AccountFinancialStatusType
creditCardTypeName - SOAP::SOAPString
creditCardLastFour - SOAP::SOAPString
preferredCurrencyCode - SOAP::SOAPString
balanceAmount - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#accountFinancialStatus ⇒ Object
Returns the value of attribute accountFinancialStatus.
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#balanceAmount ⇒ Object
Returns the value of attribute balanceAmount.
-
#creditCardLastFour ⇒ Object
Returns the value of attribute creditCardLastFour.
-
#creditCardTypeName ⇒ Object
Returns the value of attribute creditCardTypeName.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
-
#notificationType ⇒ Object
Returns the value of attribute notificationType.
-
#preferredCurrencyCode ⇒ Object
Returns the value of attribute preferredCurrencyCode.
-
#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, accountFinancialStatus = nil, creditCardTypeName = nil, creditCardLastFour = nil, preferredCurrencyCode = nil, balanceAmount = nil) ⇒ UnableToChargeCreditCardNotification
constructor
A new instance of UnableToChargeCreditCardNotification.
Constructor Details
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, accountFinancialStatus = nil, creditCardTypeName = nil, creditCardLastFour = nil, preferredCurrencyCode = nil, balanceAmount = nil) ⇒ UnableToChargeCreditCardNotification
7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 |
# File 'lib/adcenter_wrapper_entities.rb', line 7772 def initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, accountFinancialStatus = nil, creditCardTypeName = nil, creditCardLastFour = nil, preferredCurrencyCode = nil, balanceAmount = nil) @notificationType = notificationType @customerId = customerId @userLocale = userLocale @recipientEmailAddress = recipientEmailAddress @notificationDate = notificationDate @accountId = accountId @accountNumber = accountNumber @accountFinancialStatus = accountFinancialStatus @creditCardTypeName = creditCardTypeName @creditCardLastFour = creditCardLastFour @preferredCurrencyCode = preferredCurrencyCode @balanceAmount = balanceAmount end |
Instance Attribute Details
#accountFinancialStatus ⇒ Object
Returns the value of attribute accountFinancialStatus.
7766 7767 7768 |
# File 'lib/adcenter_wrapper_entities.rb', line 7766 def accountFinancialStatus @accountFinancialStatus end |
#accountId ⇒ Object
Returns the value of attribute accountId.
7764 7765 7766 |
# File 'lib/adcenter_wrapper_entities.rb', line 7764 def accountId @accountId end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
7765 7766 7767 |
# File 'lib/adcenter_wrapper_entities.rb', line 7765 def accountNumber @accountNumber end |
#balanceAmount ⇒ Object
Returns the value of attribute balanceAmount.
7770 7771 7772 |
# File 'lib/adcenter_wrapper_entities.rb', line 7770 def balanceAmount @balanceAmount end |
#creditCardLastFour ⇒ Object
Returns the value of attribute creditCardLastFour.
7768 7769 7770 |
# File 'lib/adcenter_wrapper_entities.rb', line 7768 def creditCardLastFour @creditCardLastFour end |
#creditCardTypeName ⇒ Object
Returns the value of attribute creditCardTypeName.
7767 7768 7769 |
# File 'lib/adcenter_wrapper_entities.rb', line 7767 def creditCardTypeName @creditCardTypeName end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7760 7761 7762 |
# File 'lib/adcenter_wrapper_entities.rb', line 7760 def customerId @customerId end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
7763 7764 7765 |
# File 'lib/adcenter_wrapper_entities.rb', line 7763 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
7759 7760 7761 |
# File 'lib/adcenter_wrapper_entities.rb', line 7759 def notificationType @notificationType end |
#preferredCurrencyCode ⇒ Object
Returns the value of attribute preferredCurrencyCode.
7769 7770 7771 |
# File 'lib/adcenter_wrapper_entities.rb', line 7769 def preferredCurrencyCode @preferredCurrencyCode end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
7762 7763 7764 |
# File 'lib/adcenter_wrapper_entities.rb', line 7762 def recipientEmailAddress @recipientEmailAddress end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
7761 7762 7763 |
# File 'lib/adcenter_wrapper_entities.rb', line 7761 def userLocale @userLocale end |