Class: SellerType

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

Instance Method Summary collapse

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

#allowPaymentEditObject

Returns the value of attribute allowPaymentEdit.



1991
1992
1993
# File 'lib/paypal-business/default.rb', line 1991

def allowPaymentEdit
  @allowPaymentEdit
end

#billingCurrencyObject

Returns the value of attribute billingCurrency.



1992
1993
1994
# File 'lib/paypal-business/default.rb', line 1992

def billingCurrency
  @billingCurrency
end

#checkoutEnabledObject

Returns the value of attribute checkoutEnabled.



1993
1994
1995
# File 'lib/paypal-business/default.rb', line 1993

def checkoutEnabled
  @checkoutEnabled
end

#cIPBankAccountStoredObject

Returns the value of attribute cIPBankAccountStored.



1994
1995
1996
# File 'lib/paypal-business/default.rb', line 1994

def cIPBankAccountStored
  @cIPBankAccountStored
end

#goodStandingObject

Returns the value of attribute goodStanding.



1995
1996
1997
# File 'lib/paypal-business/default.rb', line 1995

def goodStanding
  @goodStanding
end

#liveAuctionAuthorizedObject

Returns the value of attribute liveAuctionAuthorized.



1996
1997
1998
# File 'lib/paypal-business/default.rb', line 1996

def liveAuctionAuthorized
  @liveAuctionAuthorized
end

#merchandizingPrefObject

Returns the value of attribute merchandizingPref.



1997
1998
1999
# File 'lib/paypal-business/default.rb', line 1997

def merchandizingPref
  @merchandizingPref
end

#qualifiesForB2BVATObject

Returns the value of attribute qualifiesForB2BVAT.



1998
1999
2000
# File 'lib/paypal-business/default.rb', line 1998

def qualifiesForB2BVAT
  @qualifiesForB2BVAT
end

#schedulingInfoObject

Returns the value of attribute schedulingInfo.



2001
2002
2003
# File 'lib/paypal-business/default.rb', line 2001

def schedulingInfo
  @schedulingInfo
end

#sellerLevelObject

Returns the value of attribute sellerLevel.



1999
2000
2001
# File 'lib/paypal-business/default.rb', line 1999

def sellerLevel
  @sellerLevel
end

#sellerPaymentAddressObject

Returns the value of attribute sellerPaymentAddress.



2000
2001
2002
# File 'lib/paypal-business/default.rb', line 2000

def sellerPaymentAddress
  @sellerPaymentAddress
end

#storeOwnerObject

Returns the value of attribute storeOwner.



2002
2003
2004
# File 'lib/paypal-business/default.rb', line 2002

def storeOwner
  @storeOwner
end

#storeURLObject

Returns the value of attribute storeURL.



2003
2004
2005
# File 'lib/paypal-business/default.rb', line 2003

def storeURL
  @storeURL
end