Class: SellerType
- Inherits:
-
Object
- Object
- SellerType
- Defined in:
- lib/v_paypal/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.
1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 |
# File 'lib/v_paypal/default.rb', line 1825 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.
1811 1812 1813 |
# File 'lib/v_paypal/default.rb', line 1811 def allowPaymentEdit @allowPaymentEdit end |
#billingCurrency ⇒ Object
Returns the value of attribute billingCurrency.
1812 1813 1814 |
# File 'lib/v_paypal/default.rb', line 1812 def billingCurrency @billingCurrency end |
#checkoutEnabled ⇒ Object
Returns the value of attribute checkoutEnabled.
1813 1814 1815 |
# File 'lib/v_paypal/default.rb', line 1813 def checkoutEnabled @checkoutEnabled end |
#cIPBankAccountStored ⇒ Object
Returns the value of attribute cIPBankAccountStored.
1814 1815 1816 |
# File 'lib/v_paypal/default.rb', line 1814 def cIPBankAccountStored @cIPBankAccountStored end |
#goodStanding ⇒ Object
Returns the value of attribute goodStanding.
1815 1816 1817 |
# File 'lib/v_paypal/default.rb', line 1815 def goodStanding @goodStanding end |
#liveAuctionAuthorized ⇒ Object
Returns the value of attribute liveAuctionAuthorized.
1816 1817 1818 |
# File 'lib/v_paypal/default.rb', line 1816 def liveAuctionAuthorized @liveAuctionAuthorized end |
#merchandizingPref ⇒ Object
Returns the value of attribute merchandizingPref.
1817 1818 1819 |
# File 'lib/v_paypal/default.rb', line 1817 def merchandizingPref @merchandizingPref end |
#qualifiesForB2BVAT ⇒ Object
Returns the value of attribute qualifiesForB2BVAT.
1818 1819 1820 |
# File 'lib/v_paypal/default.rb', line 1818 def qualifiesForB2BVAT @qualifiesForB2BVAT end |
#schedulingInfo ⇒ Object
Returns the value of attribute schedulingInfo.
1821 1822 1823 |
# File 'lib/v_paypal/default.rb', line 1821 def schedulingInfo @schedulingInfo end |
#sellerLevel ⇒ Object
Returns the value of attribute sellerLevel.
1819 1820 1821 |
# File 'lib/v_paypal/default.rb', line 1819 def sellerLevel @sellerLevel end |
#sellerPaymentAddress ⇒ Object
Returns the value of attribute sellerPaymentAddress.
1820 1821 1822 |
# File 'lib/v_paypal/default.rb', line 1820 def sellerPaymentAddress @sellerPaymentAddress end |
#storeOwner ⇒ Object
Returns the value of attribute storeOwner.
1822 1823 1824 |
# File 'lib/v_paypal/default.rb', line 1822 def storeOwner @storeOwner end |
#storeURL ⇒ Object
Returns the value of attribute storeURL.
1823 1824 1825 |
# File 'lib/v_paypal/default.rb', line 1823 def storeURL @storeURL end |