Class: AdCenterWrapper::AccountSignupPaymentReceiptNotification
- Inherits:
-
Notification
- Object
- Notification
- AdCenterWrapper::AccountSignupPaymentReceiptNotification
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisAccountSignupPaymentReceiptNotification
notificationType - AdCenterWrapper::NotificationType
customerId - SOAP::SOAPInt
userLocale - SOAP::SOAPString
recipientEmailAddress - SOAP::SOAPString
notificationDate - SOAP::SOAPDateTime
accountId - SOAP::SOAPInt
accountNumber - SOAP::SOAPString
accountName - SOAP::SOAPString
preferredUserName - SOAP::SOAPString
creditCardName - SOAP::SOAPString
creditCardTypeName - SOAP::SOAPString
creditCardLastFour - SOAP::SOAPString
accountSetupFee - SOAP::SOAPDouble
preferredCurrencyCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#accountSetupFee ⇒ Object
Returns the value of attribute accountSetupFee.
-
#creditCardLastFour ⇒ Object
Returns the value of attribute creditCardLastFour.
-
#creditCardName ⇒ Object
Returns the value of attribute creditCardName.
-
#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.
-
#preferredUserName ⇒ Object
Returns the value of attribute preferredUserName.
-
#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, accountName = nil, preferredUserName = nil, creditCardName = nil, creditCardTypeName = nil, creditCardLastFour = nil, accountSetupFee = nil, preferredCurrencyCode = nil) ⇒ AccountSignupPaymentReceiptNotification
constructor
A new instance of AccountSignupPaymentReceiptNotification.
Constructor Details
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, accountName = nil, preferredUserName = nil, creditCardName = nil, creditCardTypeName = nil, creditCardLastFour = nil, accountSetupFee = nil, preferredCurrencyCode = nil) ⇒ AccountSignupPaymentReceiptNotification
Returns a new instance of AccountSignupPaymentReceiptNotification.
7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 |
# File 'lib/adcenter_wrapper_entities.rb', line 7693 def initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, accountName = nil, preferredUserName = nil, creditCardName = nil, creditCardTypeName = nil, creditCardLastFour = nil, accountSetupFee = nil, preferredCurrencyCode = nil) @notificationType = notificationType @customerId = customerId @userLocale = userLocale @recipientEmailAddress = recipientEmailAddress @notificationDate = notificationDate @accountId = accountId @accountNumber = accountNumber @accountName = accountName @preferredUserName = preferredUserName @creditCardName = creditCardName @creditCardTypeName = creditCardTypeName @creditCardLastFour = creditCardLastFour @accountSetupFee = accountSetupFee @preferredCurrencyCode = preferredCurrencyCode end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
7683 7684 7685 |
# File 'lib/adcenter_wrapper_entities.rb', line 7683 def accountId @accountId end |
#accountName ⇒ Object
Returns the value of attribute accountName.
7685 7686 7687 |
# File 'lib/adcenter_wrapper_entities.rb', line 7685 def accountName @accountName end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
7684 7685 7686 |
# File 'lib/adcenter_wrapper_entities.rb', line 7684 def accountNumber @accountNumber end |
#accountSetupFee ⇒ Object
Returns the value of attribute accountSetupFee.
7690 7691 7692 |
# File 'lib/adcenter_wrapper_entities.rb', line 7690 def accountSetupFee @accountSetupFee end |
#creditCardLastFour ⇒ Object
Returns the value of attribute creditCardLastFour.
7689 7690 7691 |
# File 'lib/adcenter_wrapper_entities.rb', line 7689 def creditCardLastFour @creditCardLastFour end |
#creditCardName ⇒ Object
Returns the value of attribute creditCardName.
7687 7688 7689 |
# File 'lib/adcenter_wrapper_entities.rb', line 7687 def creditCardName @creditCardName end |
#creditCardTypeName ⇒ Object
Returns the value of attribute creditCardTypeName.
7688 7689 7690 |
# File 'lib/adcenter_wrapper_entities.rb', line 7688 def creditCardTypeName @creditCardTypeName end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7679 7680 7681 |
# File 'lib/adcenter_wrapper_entities.rb', line 7679 def customerId @customerId end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
7682 7683 7684 |
# File 'lib/adcenter_wrapper_entities.rb', line 7682 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
7678 7679 7680 |
# File 'lib/adcenter_wrapper_entities.rb', line 7678 def notificationType @notificationType end |
#preferredCurrencyCode ⇒ Object
Returns the value of attribute preferredCurrencyCode.
7691 7692 7693 |
# File 'lib/adcenter_wrapper_entities.rb', line 7691 def preferredCurrencyCode @preferredCurrencyCode end |
#preferredUserName ⇒ Object
Returns the value of attribute preferredUserName.
7686 7687 7688 |
# File 'lib/adcenter_wrapper_entities.rb', line 7686 def preferredUserName @preferredUserName end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
7681 7682 7683 |
# File 'lib/adcenter_wrapper_entities.rb', line 7681 def recipientEmailAddress @recipientEmailAddress end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
7680 7681 7682 |
# File 'lib/adcenter_wrapper_entities.rb', line 7680 def userLocale @userLocale end |