Class: Etapper::API::CartPreferences
- Inherits:
-
Object
- Object
- Etapper::API::CartPreferences
- 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
-
#categoryHeader ⇒ Object
Returns the value of attribute categoryHeader.
-
#checkoutQuestions ⇒ Object
Returns the value of attribute checkoutQuestions.
-
#domesticCountries ⇒ Object
Returns the value of attribute domesticCountries.
-
#expressShippingPrice ⇒ Object
Returns the value of attribute expressShippingPrice.
-
#freeOrderRegularShippingPrice ⇒ Object
Returns the value of attribute freeOrderRegularShippingPrice.
-
#internationalShippingPrice ⇒ Object
Returns the value of attribute internationalShippingPrice.
-
#regularShippingPrice ⇒ Object
Returns the value of attribute regularShippingPrice.
-
#salesTaxKey ⇒ Object
Returns the value of attribute salesTaxKey.
-
#siteName ⇒ Object
Returns the value of attribute siteName.
-
#siteTitle ⇒ Object
Returns the value of attribute siteTitle.
-
#soldOutLabel ⇒ Object
Returns the value of attribute soldOutLabel.
-
#stateTaxRates ⇒ Object
Returns the value of attribute stateTaxRates.
-
#successMessage ⇒ Object
Returns the value of attribute successMessage.
-
#templateSetFolder ⇒ Object
Returns the value of attribute templateSetFolder.
-
#transProcessor ⇒ Object
Returns the value of attribute transProcessor.
-
#welcomeMessage ⇒ Object
Returns the value of attribute welcomeMessage.
Instance Method Summary collapse
-
#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
constructor
A new instance of CartPreferences.
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
#categoryHeader ⇒ Object
Returns the value of attribute categoryHeader.
1898 1899 1900 |
# File 'lib/etapper/api/service.rb', line 1898 def categoryHeader @categoryHeader end |
#checkoutQuestions ⇒ Object
Returns the value of attribute checkoutQuestions.
1899 1900 1901 |
# File 'lib/etapper/api/service.rb', line 1899 def checkoutQuestions @checkoutQuestions end |
#domesticCountries ⇒ Object
Returns the value of attribute domesticCountries.
1900 1901 1902 |
# File 'lib/etapper/api/service.rb', line 1900 def domesticCountries @domesticCountries end |
#expressShippingPrice ⇒ Object
Returns the value of attribute expressShippingPrice.
1901 1902 1903 |
# File 'lib/etapper/api/service.rb', line 1901 def expressShippingPrice @expressShippingPrice end |
#freeOrderRegularShippingPrice ⇒ Object
Returns the value of attribute freeOrderRegularShippingPrice.
1902 1903 1904 |
# File 'lib/etapper/api/service.rb', line 1902 def freeOrderRegularShippingPrice @freeOrderRegularShippingPrice end |
#internationalShippingPrice ⇒ Object
Returns the value of attribute internationalShippingPrice.
1903 1904 1905 |
# File 'lib/etapper/api/service.rb', line 1903 def internationalShippingPrice @internationalShippingPrice end |
#regularShippingPrice ⇒ Object
Returns the value of attribute regularShippingPrice.
1904 1905 1906 |
# File 'lib/etapper/api/service.rb', line 1904 def regularShippingPrice @regularShippingPrice end |
#salesTaxKey ⇒ Object
Returns the value of attribute salesTaxKey.
1905 1906 1907 |
# File 'lib/etapper/api/service.rb', line 1905 def salesTaxKey @salesTaxKey end |
#siteName ⇒ Object
Returns the value of attribute siteName.
1906 1907 1908 |
# File 'lib/etapper/api/service.rb', line 1906 def siteName @siteName end |
#siteTitle ⇒ Object
Returns the value of attribute siteTitle.
1907 1908 1909 |
# File 'lib/etapper/api/service.rb', line 1907 def siteTitle @siteTitle end |
#soldOutLabel ⇒ Object
Returns the value of attribute soldOutLabel.
1908 1909 1910 |
# File 'lib/etapper/api/service.rb', line 1908 def soldOutLabel @soldOutLabel end |
#stateTaxRates ⇒ Object
Returns the value of attribute stateTaxRates.
1909 1910 1911 |
# File 'lib/etapper/api/service.rb', line 1909 def stateTaxRates @stateTaxRates end |
#successMessage ⇒ Object
Returns the value of attribute successMessage.
1910 1911 1912 |
# File 'lib/etapper/api/service.rb', line 1910 def successMessage @successMessage end |
#templateSetFolder ⇒ Object
Returns the value of attribute templateSetFolder.
1911 1912 1913 |
# File 'lib/etapper/api/service.rb', line 1911 def templateSetFolder @templateSetFolder end |
#transProcessor ⇒ Object
Returns the value of attribute transProcessor.
1912 1913 1914 |
# File 'lib/etapper/api/service.rb', line 1912 def transProcessor @transProcessor end |
#welcomeMessage ⇒ Object
Returns the value of attribute welcomeMessage.
1913 1914 1915 |
# File 'lib/etapper/api/service.rb', line 1913 def welcomeMessage @welcomeMessage end |