Class: AdCenterWrapper::AccountSignupPaymentReceiptNotification

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

Instance Method Summary collapse

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

#accountIdObject

Returns the value of attribute accountId.



7683
7684
7685
# File 'lib/adcenter_wrapper_entities.rb', line 7683

def accountId
  @accountId
end

#accountNameObject

Returns the value of attribute accountName.



7685
7686
7687
# File 'lib/adcenter_wrapper_entities.rb', line 7685

def accountName
  @accountName
end

#accountNumberObject

Returns the value of attribute accountNumber.



7684
7685
7686
# File 'lib/adcenter_wrapper_entities.rb', line 7684

def accountNumber
  @accountNumber
end

#accountSetupFeeObject

Returns the value of attribute accountSetupFee.



7690
7691
7692
# File 'lib/adcenter_wrapper_entities.rb', line 7690

def accountSetupFee
  @accountSetupFee
end

#creditCardLastFourObject

Returns the value of attribute creditCardLastFour.



7689
7690
7691
# File 'lib/adcenter_wrapper_entities.rb', line 7689

def creditCardLastFour
  @creditCardLastFour
end

#creditCardNameObject

Returns the value of attribute creditCardName.



7687
7688
7689
# File 'lib/adcenter_wrapper_entities.rb', line 7687

def creditCardName
  @creditCardName
end

#creditCardTypeNameObject

Returns the value of attribute creditCardTypeName.



7688
7689
7690
# File 'lib/adcenter_wrapper_entities.rb', line 7688

def creditCardTypeName
  @creditCardTypeName
end

#customerIdObject

Returns the value of attribute customerId.



7679
7680
7681
# File 'lib/adcenter_wrapper_entities.rb', line 7679

def customerId
  @customerId
end

#notificationDateObject

Returns the value of attribute notificationDate.



7682
7683
7684
# File 'lib/adcenter_wrapper_entities.rb', line 7682

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



7678
7679
7680
# File 'lib/adcenter_wrapper_entities.rb', line 7678

def notificationType
  @notificationType
end

#preferredCurrencyCodeObject

Returns the value of attribute preferredCurrencyCode.



7691
7692
7693
# File 'lib/adcenter_wrapper_entities.rb', line 7691

def preferredCurrencyCode
  @preferredCurrencyCode
end

#preferredUserNameObject

Returns the value of attribute preferredUserName.



7686
7687
7688
# File 'lib/adcenter_wrapper_entities.rb', line 7686

def preferredUserName
  @preferredUserName
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



7681
7682
7683
# File 'lib/adcenter_wrapper_entities.rb', line 7681

def recipientEmailAddress
  @recipientEmailAddress
end

#userLocaleObject

Returns the value of attribute userLocale.



7680
7681
7682
# File 'lib/adcenter_wrapper_entities.rb', line 7680

def userLocale
  @userLocale
end