Class: Etapper::API::EcommerceRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceEcommerceRequest

 - Etapper::API::Account
confirmationMessageFooter - SOAP::SOAPString
confirmationMessageHeader - SOAP::SOAPString
confirmationSender - SOAP::SOAPString
confirmationSignature - SOAP::SOAPString
confirmationSubject - SOAP::SOAPString
createFieldAndValues - SOAP::SOAPBoolean
failureEmail - SOAP::SOAPString
journalEntries - Etapper::API::ArrayOfanyType
notificationEmail - SOAP::SOAPString
notificationSubject - SOAP::SOAPString
populateDataSource - SOAP::SOAPBoolean
processor - SOAP::SOAPString
skipSoftErrors - SOAP::SOAPBoolean
softErrorEmail - SOAP::SOAPString
validateLicense - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(account = nil, confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, failureEmail = nil, journalEntries = nil, notificationEmail = nil, notificationSubject = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil) ⇒ EcommerceRequest

Returns a new instance of EcommerceRequest.



3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'lib/etapper/api/service.rb', line 3128

def initialize( = nil, confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, failureEmail = nil, journalEntries = nil, notificationEmail = nil, notificationSubject = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil)
  @account = 
  @confirmationMessageFooter = confirmationMessageFooter
  @confirmationMessageHeader = confirmationMessageHeader
  @confirmationSender = confirmationSender
  @confirmationSignature = confirmationSignature
  @confirmationSubject = confirmationSubject
  @createFieldAndValues = createFieldAndValues
  @failureEmail = failureEmail
  @journalEntries = journalEntries
  @notificationEmail = notificationEmail
  @notificationSubject = notificationSubject
  @populateDataSource = populateDataSource
  @processor = processor
  @skipSoftErrors = skipSoftErrors
  @softErrorEmail = softErrorEmail
  @validateLicense = validateLicense
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



3111
3112
3113
# File 'lib/etapper/api/service.rb', line 3111

def 
  @account
end

#confirmationMessageFooterObject

Returns the value of attribute confirmationMessageFooter.



3112
3113
3114
# File 'lib/etapper/api/service.rb', line 3112

def confirmationMessageFooter
  @confirmationMessageFooter
end

#confirmationMessageHeaderObject

Returns the value of attribute confirmationMessageHeader.



3113
3114
3115
# File 'lib/etapper/api/service.rb', line 3113

def confirmationMessageHeader
  @confirmationMessageHeader
end

#confirmationSenderObject

Returns the value of attribute confirmationSender.



3114
3115
3116
# File 'lib/etapper/api/service.rb', line 3114

def confirmationSender
  @confirmationSender
end

#confirmationSignatureObject

Returns the value of attribute confirmationSignature.



3115
3116
3117
# File 'lib/etapper/api/service.rb', line 3115

def confirmationSignature
  @confirmationSignature
end

#confirmationSubjectObject

Returns the value of attribute confirmationSubject.



3116
3117
3118
# File 'lib/etapper/api/service.rb', line 3116

def confirmationSubject
  @confirmationSubject
end

#createFieldAndValuesObject

Returns the value of attribute createFieldAndValues.



3117
3118
3119
# File 'lib/etapper/api/service.rb', line 3117

def createFieldAndValues
  @createFieldAndValues
end

#failureEmailObject

Returns the value of attribute failureEmail.



3118
3119
3120
# File 'lib/etapper/api/service.rb', line 3118

def failureEmail
  @failureEmail
end

#journalEntriesObject

Returns the value of attribute journalEntries.



3119
3120
3121
# File 'lib/etapper/api/service.rb', line 3119

def journalEntries
  @journalEntries
end

#notificationEmailObject

Returns the value of attribute notificationEmail.



3120
3121
3122
# File 'lib/etapper/api/service.rb', line 3120

def notificationEmail
  @notificationEmail
end

#notificationSubjectObject

Returns the value of attribute notificationSubject.



3121
3122
3123
# File 'lib/etapper/api/service.rb', line 3121

def notificationSubject
  @notificationSubject
end

#populateDataSourceObject

Returns the value of attribute populateDataSource.



3122
3123
3124
# File 'lib/etapper/api/service.rb', line 3122

def populateDataSource
  @populateDataSource
end

#processorObject

Returns the value of attribute processor.



3123
3124
3125
# File 'lib/etapper/api/service.rb', line 3123

def processor
  @processor
end

#skipSoftErrorsObject

Returns the value of attribute skipSoftErrors.



3124
3125
3126
# File 'lib/etapper/api/service.rb', line 3124

def skipSoftErrors
  @skipSoftErrors
end

#softErrorEmailObject

Returns the value of attribute softErrorEmail.



3125
3126
3127
# File 'lib/etapper/api/service.rb', line 3125

def softErrorEmail
  @softErrorEmail
end

#validateLicenseObject

Returns the value of attribute validateLicense.



3126
3127
3128
# File 'lib/etapper/api/service.rb', line 3126

def validateLicense
  @validateLicense
end