Class: SellerType
- Inherits:
-
Object
- Object
- SellerType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerType
Constant Summary collapse
- @@schema_type =
"SellerType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["allowPaymentEdit", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AllowPaymentEdit")]], ["billingCurrency", ["CurrencyCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BillingCurrency")]], ["checkoutEnabled", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CheckoutEnabled")]], ["cIPBankAccountStored", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CIPBankAccountStored")]], ["goodStanding", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GoodStanding")]], ["liveAuctionAuthorized", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LiveAuctionAuthorized")]], ["merchandizingPref", ["MerchandizingPrefCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MerchandizingPref")]], ["qualifiesForB2BVAT", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QualifiesForB2BVAT")]], ["sellerLevel", ["SellerLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerLevel")]], ["sellerPaymentAddress", ["AddressType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerPaymentAddress")]], ["schedulingInfo", ["SchedulingInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SchedulingInfo")]], ["storeOwner", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreOwner")]], ["storeURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreURL")]] ]
Instance Attribute Summary collapse
-
#allowPaymentEdit ⇒ Object
Returns the value of attribute allowPaymentEdit.
-
#billingCurrency ⇒ Object
Returns the value of attribute billingCurrency.
-
#checkoutEnabled ⇒ Object
Returns the value of attribute checkoutEnabled.
-
#cIPBankAccountStored ⇒ Object
Returns the value of attribute cIPBankAccountStored.
-
#goodStanding ⇒ Object
Returns the value of attribute goodStanding.
-
#liveAuctionAuthorized ⇒ Object
Returns the value of attribute liveAuctionAuthorized.
-
#merchandizingPref ⇒ Object
Returns the value of attribute merchandizingPref.
-
#qualifiesForB2BVAT ⇒ Object
Returns the value of attribute qualifiesForB2BVAT.
-
#schedulingInfo ⇒ Object
Returns the value of attribute schedulingInfo.
-
#sellerLevel ⇒ Object
Returns the value of attribute sellerLevel.
-
#sellerPaymentAddress ⇒ Object
Returns the value of attribute sellerPaymentAddress.
-
#storeOwner ⇒ Object
Returns the value of attribute storeOwner.
-
#storeURL ⇒ Object
Returns the value of attribute storeURL.
Instance Method Summary collapse
-
#initialize(allowPaymentEdit = nil, billingCurrency = nil, checkoutEnabled = nil, cIPBankAccountStored = nil, goodStanding = nil, liveAuctionAuthorized = nil, merchandizingPref = nil, qualifiesForB2BVAT = nil, sellerLevel = nil, sellerPaymentAddress = nil, schedulingInfo = nil, storeOwner = nil, storeURL = nil) ⇒ SellerType
constructor
A new instance of SellerType.
Constructor Details
#initialize(allowPaymentEdit = nil, billingCurrency = nil, checkoutEnabled = nil, cIPBankAccountStored = nil, goodStanding = nil, liveAuctionAuthorized = nil, merchandizingPref = nil, qualifiesForB2BVAT = nil, sellerLevel = nil, sellerPaymentAddress = nil, schedulingInfo = nil, storeOwner = nil, storeURL = nil) ⇒ SellerType
Returns a new instance of SellerType.
2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/paypal-business/default.rb', line 2005 def initialize(allowPaymentEdit = nil, billingCurrency = nil, checkoutEnabled = nil, cIPBankAccountStored = nil, goodStanding = nil, liveAuctionAuthorized = nil, merchandizingPref = nil, qualifiesForB2BVAT = nil, sellerLevel = nil, sellerPaymentAddress = nil, schedulingInfo = nil, storeOwner = nil, storeURL = nil) @allowPaymentEdit = allowPaymentEdit @billingCurrency = billingCurrency @checkoutEnabled = checkoutEnabled @cIPBankAccountStored = cIPBankAccountStored @goodStanding = goodStanding @liveAuctionAuthorized = liveAuctionAuthorized @merchandizingPref = merchandizingPref @qualifiesForB2BVAT = qualifiesForB2BVAT @sellerLevel = sellerLevel @sellerPaymentAddress = sellerPaymentAddress @schedulingInfo = schedulingInfo @storeOwner = storeOwner @storeURL = storeURL end |
Instance Attribute Details
#allowPaymentEdit ⇒ Object
Returns the value of attribute allowPaymentEdit.
1991 1992 1993 |
# File 'lib/paypal-business/default.rb', line 1991 def allowPaymentEdit @allowPaymentEdit end |
#billingCurrency ⇒ Object
Returns the value of attribute billingCurrency.
1992 1993 1994 |
# File 'lib/paypal-business/default.rb', line 1992 def billingCurrency @billingCurrency end |
#checkoutEnabled ⇒ Object
Returns the value of attribute checkoutEnabled.
1993 1994 1995 |
# File 'lib/paypal-business/default.rb', line 1993 def checkoutEnabled @checkoutEnabled end |
#cIPBankAccountStored ⇒ Object
Returns the value of attribute cIPBankAccountStored.
1994 1995 1996 |
# File 'lib/paypal-business/default.rb', line 1994 def cIPBankAccountStored @cIPBankAccountStored end |
#goodStanding ⇒ Object
Returns the value of attribute goodStanding.
1995 1996 1997 |
# File 'lib/paypal-business/default.rb', line 1995 def goodStanding @goodStanding end |
#liveAuctionAuthorized ⇒ Object
Returns the value of attribute liveAuctionAuthorized.
1996 1997 1998 |
# File 'lib/paypal-business/default.rb', line 1996 def liveAuctionAuthorized @liveAuctionAuthorized end |
#merchandizingPref ⇒ Object
Returns the value of attribute merchandizingPref.
1997 1998 1999 |
# File 'lib/paypal-business/default.rb', line 1997 def merchandizingPref @merchandizingPref end |
#qualifiesForB2BVAT ⇒ Object
Returns the value of attribute qualifiesForB2BVAT.
1998 1999 2000 |
# File 'lib/paypal-business/default.rb', line 1998 def qualifiesForB2BVAT @qualifiesForB2BVAT end |
#schedulingInfo ⇒ Object
Returns the value of attribute schedulingInfo.
2001 2002 2003 |
# File 'lib/paypal-business/default.rb', line 2001 def schedulingInfo @schedulingInfo end |
#sellerLevel ⇒ Object
Returns the value of attribute sellerLevel.
1999 2000 2001 |
# File 'lib/paypal-business/default.rb', line 1999 def sellerLevel @sellerLevel end |
#sellerPaymentAddress ⇒ Object
Returns the value of attribute sellerPaymentAddress.
2000 2001 2002 |
# File 'lib/paypal-business/default.rb', line 2000 def sellerPaymentAddress @sellerPaymentAddress end |
#storeOwner ⇒ Object
Returns the value of attribute storeOwner.
2002 2003 2004 |
# File 'lib/paypal-business/default.rb', line 2002 def storeOwner @storeOwner end |
#storeURL ⇒ Object
Returns the value of attribute storeURL.
2003 2004 2005 |
# File 'lib/paypal-business/default.rb', line 2003 def storeURL @storeURL end |