Class: EBay::ExpressItemRequirementsType
- Inherits:
-
Object
- Object
- EBay::ExpressItemRequirementsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsExpressItemRequirementsType
sellerExpressEligible - SOAP::SOAPBoolean
expressOptOut - SOAP::SOAPBoolean
expressApproved - SOAP::SOAPBoolean
expressEligibleListingType - SOAP::SOAPBoolean
expressEnabledCategory - SOAP::SOAPBoolean
eligiblePayPalAccount - SOAP::SOAPBoolean
domesticShippingCost - SOAP::SOAPBoolean
eligibleReturnPolicy - SOAP::SOAPBoolean
picture - SOAP::SOAPBoolean
eligibleItemCondition - SOAP::SOAPBoolean
priceAboveMinimum - SOAP::SOAPBoolean
priceBelowMaximum - SOAP::SOAPBoolean
eligibleCheckout - SOAP::SOAPBoolean
noPreapprovedBidderList - SOAP::SOAPBoolean
noCharity - SOAP::SOAPBoolean
combinedShippingDiscount - SOAP::SOAPBoolean
shipFromEligibleCountry - SOAP::SOAPBoolean
payPalAccountAcceptsUnconfirmedAddress - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#combinedShippingDiscount ⇒ Object
Returns the value of attribute combinedShippingDiscount.
-
#domesticShippingCost ⇒ Object
Returns the value of attribute domesticShippingCost.
-
#eligibleCheckout ⇒ Object
Returns the value of attribute eligibleCheckout.
-
#eligibleItemCondition ⇒ Object
Returns the value of attribute eligibleItemCondition.
-
#eligiblePayPalAccount ⇒ Object
Returns the value of attribute eligiblePayPalAccount.
-
#eligibleReturnPolicy ⇒ Object
Returns the value of attribute eligibleReturnPolicy.
-
#expressApproved ⇒ Object
Returns the value of attribute expressApproved.
-
#expressEligibleListingType ⇒ Object
Returns the value of attribute expressEligibleListingType.
-
#expressEnabledCategory ⇒ Object
Returns the value of attribute expressEnabledCategory.
-
#expressOptOut ⇒ Object
Returns the value of attribute expressOptOut.
-
#noCharity ⇒ Object
Returns the value of attribute noCharity.
-
#noPreapprovedBidderList ⇒ Object
Returns the value of attribute noPreapprovedBidderList.
-
#payPalAccountAcceptsUnconfirmedAddress ⇒ Object
Returns the value of attribute payPalAccountAcceptsUnconfirmedAddress.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#priceAboveMinimum ⇒ Object
Returns the value of attribute priceAboveMinimum.
-
#priceBelowMaximum ⇒ Object
Returns the value of attribute priceBelowMaximum.
-
#sellerExpressEligible ⇒ Object
Returns the value of attribute sellerExpressEligible.
-
#shipFromEligibleCountry ⇒ Object
Returns the value of attribute shipFromEligibleCountry.
Instance Method Summary collapse
-
#initialize(sellerExpressEligible = nil, expressOptOut = nil, expressApproved = nil, expressEligibleListingType = nil, expressEnabledCategory = nil, eligiblePayPalAccount = nil, domesticShippingCost = nil, eligibleReturnPolicy = nil, picture = nil, eligibleItemCondition = nil, priceAboveMinimum = nil, priceBelowMaximum = nil, eligibleCheckout = nil, noPreapprovedBidderList = nil, noCharity = nil, combinedShippingDiscount = nil, shipFromEligibleCountry = nil, payPalAccountAcceptsUnconfirmedAddress = nil) ⇒ ExpressItemRequirementsType
constructor
A new instance of ExpressItemRequirementsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(sellerExpressEligible = nil, expressOptOut = nil, expressApproved = nil, expressEligibleListingType = nil, expressEnabledCategory = nil, eligiblePayPalAccount = nil, domesticShippingCost = nil, eligibleReturnPolicy = nil, picture = nil, eligibleItemCondition = nil, priceAboveMinimum = nil, priceBelowMaximum = nil, eligibleCheckout = nil, noPreapprovedBidderList = nil, noCharity = nil, combinedShippingDiscount = nil, shipFromEligibleCountry = nil, payPalAccountAcceptsUnconfirmedAddress = nil) ⇒ ExpressItemRequirementsType
Returns a new instance of ExpressItemRequirementsType.
23870 23871 23872 23873 23874 23875 23876 23877 23878 23879 23880 23881 23882 23883 23884 23885 23886 23887 23888 23889 23890 |
# File 'lib/eBay.rb', line 23870 def initialize(sellerExpressEligible = nil, expressOptOut = nil, expressApproved = nil, expressEligibleListingType = nil, expressEnabledCategory = nil, eligiblePayPalAccount = nil, domesticShippingCost = nil, eligibleReturnPolicy = nil, picture = nil, eligibleItemCondition = nil, priceAboveMinimum = nil, priceBelowMaximum = nil, eligibleCheckout = nil, noPreapprovedBidderList = nil, noCharity = nil, combinedShippingDiscount = nil, shipFromEligibleCountry = nil, payPalAccountAcceptsUnconfirmedAddress = nil) @sellerExpressEligible = sellerExpressEligible @expressOptOut = expressOptOut @expressApproved = expressApproved @expressEligibleListingType = expressEligibleListingType @expressEnabledCategory = expressEnabledCategory @eligiblePayPalAccount = eligiblePayPalAccount @domesticShippingCost = domesticShippingCost @eligibleReturnPolicy = eligibleReturnPolicy @picture = picture @eligibleItemCondition = eligibleItemCondition @priceAboveMinimum = priceAboveMinimum @priceBelowMaximum = priceBelowMaximum @eligibleCheckout = eligibleCheckout @noPreapprovedBidderList = noPreapprovedBidderList @noCharity = noCharity @combinedShippingDiscount = combinedShippingDiscount @shipFromEligibleCountry = shipFromEligibleCountry @payPalAccountAcceptsUnconfirmedAddress = payPalAccountAcceptsUnconfirmedAddress @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23864 23865 23866 |
# File 'lib/eBay.rb', line 23864 def __xmlele_any @__xmlele_any end |
#combinedShippingDiscount ⇒ Object
Returns the value of attribute combinedShippingDiscount.
23861 23862 23863 |
# File 'lib/eBay.rb', line 23861 def combinedShippingDiscount @combinedShippingDiscount end |
#domesticShippingCost ⇒ Object
Returns the value of attribute domesticShippingCost.
23852 23853 23854 |
# File 'lib/eBay.rb', line 23852 def domesticShippingCost @domesticShippingCost end |
#eligibleCheckout ⇒ Object
Returns the value of attribute eligibleCheckout.
23858 23859 23860 |
# File 'lib/eBay.rb', line 23858 def eligibleCheckout @eligibleCheckout end |
#eligibleItemCondition ⇒ Object
Returns the value of attribute eligibleItemCondition.
23855 23856 23857 |
# File 'lib/eBay.rb', line 23855 def eligibleItemCondition @eligibleItemCondition end |
#eligiblePayPalAccount ⇒ Object
Returns the value of attribute eligiblePayPalAccount.
23851 23852 23853 |
# File 'lib/eBay.rb', line 23851 def eligiblePayPalAccount @eligiblePayPalAccount end |
#eligibleReturnPolicy ⇒ Object
Returns the value of attribute eligibleReturnPolicy.
23853 23854 23855 |
# File 'lib/eBay.rb', line 23853 def eligibleReturnPolicy @eligibleReturnPolicy end |
#expressApproved ⇒ Object
Returns the value of attribute expressApproved.
23848 23849 23850 |
# File 'lib/eBay.rb', line 23848 def expressApproved @expressApproved end |
#expressEligibleListingType ⇒ Object
Returns the value of attribute expressEligibleListingType.
23849 23850 23851 |
# File 'lib/eBay.rb', line 23849 def expressEligibleListingType @expressEligibleListingType end |
#expressEnabledCategory ⇒ Object
Returns the value of attribute expressEnabledCategory.
23850 23851 23852 |
# File 'lib/eBay.rb', line 23850 def expressEnabledCategory @expressEnabledCategory end |
#expressOptOut ⇒ Object
Returns the value of attribute expressOptOut.
23847 23848 23849 |
# File 'lib/eBay.rb', line 23847 def expressOptOut @expressOptOut end |
#noCharity ⇒ Object
Returns the value of attribute noCharity.
23860 23861 23862 |
# File 'lib/eBay.rb', line 23860 def noCharity @noCharity end |
#noPreapprovedBidderList ⇒ Object
Returns the value of attribute noPreapprovedBidderList.
23859 23860 23861 |
# File 'lib/eBay.rb', line 23859 def noPreapprovedBidderList @noPreapprovedBidderList end |
#payPalAccountAcceptsUnconfirmedAddress ⇒ Object
Returns the value of attribute payPalAccountAcceptsUnconfirmedAddress.
23863 23864 23865 |
# File 'lib/eBay.rb', line 23863 def payPalAccountAcceptsUnconfirmedAddress @payPalAccountAcceptsUnconfirmedAddress end |
#picture ⇒ Object
Returns the value of attribute picture.
23854 23855 23856 |
# File 'lib/eBay.rb', line 23854 def picture @picture end |
#priceAboveMinimum ⇒ Object
Returns the value of attribute priceAboveMinimum.
23856 23857 23858 |
# File 'lib/eBay.rb', line 23856 def priceAboveMinimum @priceAboveMinimum end |
#priceBelowMaximum ⇒ Object
Returns the value of attribute priceBelowMaximum.
23857 23858 23859 |
# File 'lib/eBay.rb', line 23857 def priceBelowMaximum @priceBelowMaximum end |
#sellerExpressEligible ⇒ Object
Returns the value of attribute sellerExpressEligible.
23846 23847 23848 |
# File 'lib/eBay.rb', line 23846 def sellerExpressEligible @sellerExpressEligible end |
#shipFromEligibleCountry ⇒ Object
Returns the value of attribute shipFromEligibleCountry.
23862 23863 23864 |
# File 'lib/eBay.rb', line 23862 def shipFromEligibleCountry @shipFromEligibleCountry end |
Instance Method Details
#set_any(elements) ⇒ Object
23866 23867 23868 |
# File 'lib/eBay.rb', line 23866 def set_any(elements) @__xmlele_any = elements end |