Class: EBay::ExpressItemRequirementsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23864
23865
23866
# File 'lib/eBay.rb', line 23864

def __xmlele_any
  @__xmlele_any
end

#combinedShippingDiscountObject

Returns the value of attribute combinedShippingDiscount.



23861
23862
23863
# File 'lib/eBay.rb', line 23861

def combinedShippingDiscount
  @combinedShippingDiscount
end

#domesticShippingCostObject

Returns the value of attribute domesticShippingCost.



23852
23853
23854
# File 'lib/eBay.rb', line 23852

def domesticShippingCost
  @domesticShippingCost
end

#eligibleCheckoutObject

Returns the value of attribute eligibleCheckout.



23858
23859
23860
# File 'lib/eBay.rb', line 23858

def eligibleCheckout
  @eligibleCheckout
end

#eligibleItemConditionObject

Returns the value of attribute eligibleItemCondition.



23855
23856
23857
# File 'lib/eBay.rb', line 23855

def eligibleItemCondition
  @eligibleItemCondition
end

#eligiblePayPalAccountObject

Returns the value of attribute eligiblePayPalAccount.



23851
23852
23853
# File 'lib/eBay.rb', line 23851

def eligiblePayPalAccount
  @eligiblePayPalAccount
end

#eligibleReturnPolicyObject

Returns the value of attribute eligibleReturnPolicy.



23853
23854
23855
# File 'lib/eBay.rb', line 23853

def eligibleReturnPolicy
  @eligibleReturnPolicy
end

#expressApprovedObject

Returns the value of attribute expressApproved.



23848
23849
23850
# File 'lib/eBay.rb', line 23848

def expressApproved
  @expressApproved
end

#expressEligibleListingTypeObject

Returns the value of attribute expressEligibleListingType.



23849
23850
23851
# File 'lib/eBay.rb', line 23849

def expressEligibleListingType
  @expressEligibleListingType
end

#expressEnabledCategoryObject

Returns the value of attribute expressEnabledCategory.



23850
23851
23852
# File 'lib/eBay.rb', line 23850

def expressEnabledCategory
  @expressEnabledCategory
end

#expressOptOutObject

Returns the value of attribute expressOptOut.



23847
23848
23849
# File 'lib/eBay.rb', line 23847

def expressOptOut
  @expressOptOut
end

#noCharityObject

Returns the value of attribute noCharity.



23860
23861
23862
# File 'lib/eBay.rb', line 23860

def noCharity
  @noCharity
end

#noPreapprovedBidderListObject

Returns the value of attribute noPreapprovedBidderList.



23859
23860
23861
# File 'lib/eBay.rb', line 23859

def noPreapprovedBidderList
  @noPreapprovedBidderList
end

#payPalAccountAcceptsUnconfirmedAddressObject

Returns the value of attribute payPalAccountAcceptsUnconfirmedAddress.



23863
23864
23865
# File 'lib/eBay.rb', line 23863

def payPalAccountAcceptsUnconfirmedAddress
  @payPalAccountAcceptsUnconfirmedAddress
end

#pictureObject

Returns the value of attribute picture.



23854
23855
23856
# File 'lib/eBay.rb', line 23854

def picture
  @picture
end

#priceAboveMinimumObject

Returns the value of attribute priceAboveMinimum.



23856
23857
23858
# File 'lib/eBay.rb', line 23856

def priceAboveMinimum
  @priceAboveMinimum
end

#priceBelowMaximumObject

Returns the value of attribute priceBelowMaximum.



23857
23858
23859
# File 'lib/eBay.rb', line 23857

def priceBelowMaximum
  @priceBelowMaximum
end

#sellerExpressEligibleObject

Returns the value of attribute sellerExpressEligible.



23846
23847
23848
# File 'lib/eBay.rb', line 23846

def sellerExpressEligible
  @sellerExpressEligible
end

#shipFromEligibleCountryObject

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