Class: Etapper::API::CartOrderRequest

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

Overview

etapestryAPI/serviceCartOrderRequest

 - Etapper::API::Account
createFieldAndValues - SOAP::SOAPBoolean
journalEntries - Etapper::API::ArrayOfanyType
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, createFieldAndValues = nil, journalEntries = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil) ⇒ CartOrderRequest

Returns a new instance of CartOrderRequest.



3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'lib/etapper/api/service.rb', line 3062

def initialize( = nil, createFieldAndValues = nil, journalEntries = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil)
  @account = 
  @createFieldAndValues = createFieldAndValues
  @journalEntries = journalEntries
  @populateDataSource = populateDataSource
  @processor = processor
  @skipSoftErrors = skipSoftErrors
  @softErrorEmail = softErrorEmail
  @validateLicense = validateLicense
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



3053
3054
3055
# File 'lib/etapper/api/service.rb', line 3053

def 
  @account
end

#createFieldAndValuesObject

Returns the value of attribute createFieldAndValues.



3054
3055
3056
# File 'lib/etapper/api/service.rb', line 3054

def createFieldAndValues
  @createFieldAndValues
end

#journalEntriesObject

Returns the value of attribute journalEntries.



3055
3056
3057
# File 'lib/etapper/api/service.rb', line 3055

def journalEntries
  @journalEntries
end

#populateDataSourceObject

Returns the value of attribute populateDataSource.



3056
3057
3058
# File 'lib/etapper/api/service.rb', line 3056

def populateDataSource
  @populateDataSource
end

#processorObject

Returns the value of attribute processor.



3057
3058
3059
# File 'lib/etapper/api/service.rb', line 3057

def processor
  @processor
end

#skipSoftErrorsObject

Returns the value of attribute skipSoftErrors.



3058
3059
3060
# File 'lib/etapper/api/service.rb', line 3058

def skipSoftErrors
  @skipSoftErrors
end

#softErrorEmailObject

Returns the value of attribute softErrorEmail.



3059
3060
3061
# File 'lib/etapper/api/service.rb', line 3059

def softErrorEmail
  @softErrorEmail
end

#validateLicenseObject

Returns the value of attribute validateLicense.



3060
3061
3062
# File 'lib/etapper/api/service.rb', line 3060

def validateLicense
  @validateLicense
end