Class: AdCenterWrapper::UnableToChargeCreditCardNotification

Inherits:
Notification
  • Object
show all
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

Instance Method Summary collapse

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

#accountFinancialStatusObject

Returns the value of attribute accountFinancialStatus.



7766
7767
7768
# File 'lib/adcenter_wrapper_entities.rb', line 7766

def accountFinancialStatus
  @accountFinancialStatus
end

#accountIdObject

Returns the value of attribute accountId.



7764
7765
7766
# File 'lib/adcenter_wrapper_entities.rb', line 7764

def accountId
  @accountId
end

#accountNumberObject

Returns the value of attribute accountNumber.



7765
7766
7767
# File 'lib/adcenter_wrapper_entities.rb', line 7765

def accountNumber
  @accountNumber
end

#balanceAmountObject

Returns the value of attribute balanceAmount.



7770
7771
7772
# File 'lib/adcenter_wrapper_entities.rb', line 7770

def balanceAmount
  @balanceAmount
end

#creditCardLastFourObject

Returns the value of attribute creditCardLastFour.



7768
7769
7770
# File 'lib/adcenter_wrapper_entities.rb', line 7768

def creditCardLastFour
  @creditCardLastFour
end

#creditCardTypeNameObject

Returns the value of attribute creditCardTypeName.



7767
7768
7769
# File 'lib/adcenter_wrapper_entities.rb', line 7767

def creditCardTypeName
  @creditCardTypeName
end

#customerIdObject

Returns the value of attribute customerId.



7760
7761
7762
# File 'lib/adcenter_wrapper_entities.rb', line 7760

def customerId
  @customerId
end

#notificationDateObject

Returns the value of attribute notificationDate.



7763
7764
7765
# File 'lib/adcenter_wrapper_entities.rb', line 7763

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



7759
7760
7761
# File 'lib/adcenter_wrapper_entities.rb', line 7759

def notificationType
  @notificationType
end

#preferredCurrencyCodeObject

Returns the value of attribute preferredCurrencyCode.



7769
7770
7771
# File 'lib/adcenter_wrapper_entities.rb', line 7769

def preferredCurrencyCode
  @preferredCurrencyCode
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



7762
7763
7764
# File 'lib/adcenter_wrapper_entities.rb', line 7762

def recipientEmailAddress
  @recipientEmailAddress
end

#userLocaleObject

Returns the value of attribute userLocale.



7761
7762
7763
# File 'lib/adcenter_wrapper_entities.rb', line 7761

def userLocale
  @userLocale
end