Class: Etapper::API::CartPreferences

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

Overview

etapestryAPI/serviceCartPreferences

categoryHeader - SOAP::SOAPString
checkoutQuestions - Etapper::API::ArrayOfQuestion
domesticCountries - Etapper::API::ArrayOfstring
expressShippingPrice - SOAP::SOAPDouble
freeOrderRegularShippingPrice - SOAP::SOAPDouble
internationalShippingPrice - SOAP::SOAPDouble
regularShippingPrice - SOAP::SOAPDouble
salesTaxKey - SOAP::SOAPInt
siteName - SOAP::SOAPString
siteTitle - SOAP::SOAPString
soldOutLabel - SOAP::SOAPString
stateTaxRates - Etapper::API::ArrayOfStateTaxRate
successMessage - SOAP::SOAPString
templateSetFolder - SOAP::SOAPString
transProcessor - Etapper::API::TransactionProcessor
welcomeMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(categoryHeader = nil, checkoutQuestions = nil, domesticCountries = nil, expressShippingPrice = nil, freeOrderRegularShippingPrice = nil, internationalShippingPrice = nil, regularShippingPrice = nil, salesTaxKey = nil, siteName = nil, siteTitle = nil, soldOutLabel = nil, stateTaxRates = nil, successMessage = nil, templateSetFolder = nil, transProcessor = nil, welcomeMessage = nil) ⇒ CartPreferences

Returns a new instance of CartPreferences.



1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
# File 'lib/etapper/api/service.rb', line 1915

def initialize(categoryHeader = nil, checkoutQuestions = nil, domesticCountries = nil, expressShippingPrice = nil, freeOrderRegularShippingPrice = nil, internationalShippingPrice = nil, regularShippingPrice = nil, salesTaxKey = nil, siteName = nil, siteTitle = nil, soldOutLabel = nil, stateTaxRates = nil, successMessage = nil, templateSetFolder = nil, transProcessor = nil, welcomeMessage = nil)
  @categoryHeader = categoryHeader
  @checkoutQuestions = checkoutQuestions
  @domesticCountries = domesticCountries
  @expressShippingPrice = expressShippingPrice
  @freeOrderRegularShippingPrice = freeOrderRegularShippingPrice
  @internationalShippingPrice = internationalShippingPrice
  @regularShippingPrice = regularShippingPrice
  @salesTaxKey = salesTaxKey
  @siteName = siteName
  @siteTitle = siteTitle
  @soldOutLabel = soldOutLabel
  @stateTaxRates = stateTaxRates
  @successMessage = successMessage
  @templateSetFolder = templateSetFolder
  @transProcessor = transProcessor
  @welcomeMessage = welcomeMessage
end

Instance Attribute Details

#categoryHeaderObject

Returns the value of attribute categoryHeader.



1898
1899
1900
# File 'lib/etapper/api/service.rb', line 1898

def categoryHeader
  @categoryHeader
end

#checkoutQuestionsObject

Returns the value of attribute checkoutQuestions.



1899
1900
1901
# File 'lib/etapper/api/service.rb', line 1899

def checkoutQuestions
  @checkoutQuestions
end

#domesticCountriesObject

Returns the value of attribute domesticCountries.



1900
1901
1902
# File 'lib/etapper/api/service.rb', line 1900

def domesticCountries
  @domesticCountries
end

#expressShippingPriceObject

Returns the value of attribute expressShippingPrice.



1901
1902
1903
# File 'lib/etapper/api/service.rb', line 1901

def expressShippingPrice
  @expressShippingPrice
end

#freeOrderRegularShippingPriceObject

Returns the value of attribute freeOrderRegularShippingPrice.



1902
1903
1904
# File 'lib/etapper/api/service.rb', line 1902

def freeOrderRegularShippingPrice
  @freeOrderRegularShippingPrice
end

#internationalShippingPriceObject

Returns the value of attribute internationalShippingPrice.



1903
1904
1905
# File 'lib/etapper/api/service.rb', line 1903

def internationalShippingPrice
  @internationalShippingPrice
end

#regularShippingPriceObject

Returns the value of attribute regularShippingPrice.



1904
1905
1906
# File 'lib/etapper/api/service.rb', line 1904

def regularShippingPrice
  @regularShippingPrice
end

#salesTaxKeyObject

Returns the value of attribute salesTaxKey.



1905
1906
1907
# File 'lib/etapper/api/service.rb', line 1905

def salesTaxKey
  @salesTaxKey
end

#siteNameObject

Returns the value of attribute siteName.



1906
1907
1908
# File 'lib/etapper/api/service.rb', line 1906

def siteName
  @siteName
end

#siteTitleObject

Returns the value of attribute siteTitle.



1907
1908
1909
# File 'lib/etapper/api/service.rb', line 1907

def siteTitle
  @siteTitle
end

#soldOutLabelObject

Returns the value of attribute soldOutLabel.



1908
1909
1910
# File 'lib/etapper/api/service.rb', line 1908

def soldOutLabel
  @soldOutLabel
end

#stateTaxRatesObject

Returns the value of attribute stateTaxRates.



1909
1910
1911
# File 'lib/etapper/api/service.rb', line 1909

def stateTaxRates
  @stateTaxRates
end

#successMessageObject

Returns the value of attribute successMessage.



1910
1911
1912
# File 'lib/etapper/api/service.rb', line 1910

def successMessage
  @successMessage
end

#templateSetFolderObject

Returns the value of attribute templateSetFolder.



1911
1912
1913
# File 'lib/etapper/api/service.rb', line 1911

def templateSetFolder
  @templateSetFolder
end

#transProcessorObject

Returns the value of attribute transProcessor.



1912
1913
1914
# File 'lib/etapper/api/service.rb', line 1912

def transProcessor
  @transProcessor
end

#welcomeMessageObject

Returns the value of attribute welcomeMessage.



1913
1914
1915
# File 'lib/etapper/api/service.rb', line 1913

def welcomeMessage
  @welcomeMessage
end