Class: SellerType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSellerType

paisaPayStatus - SOAP::SOAPInt
allowPaymentEdit - SOAP::SOAPBoolean
billingCurrency - CurrencyCodeType
checkoutEnabled - SOAP::SOAPBoolean
cIPBankAccountStored - SOAP::SOAPBoolean
goodStanding - SOAP::SOAPBoolean
liveAuctionAuthorized - SOAP::SOAPBoolean
merchandizingPref - MerchandizingPrefCodeType
qualifiesForB2BVAT - SOAP::SOAPBoolean
sellerGuaranteeLevel - SellerGuaranteeLevelCodeType
sellerLevel - SellerLevelCodeType
sellerPaymentAddress - AddressType
schedulingInfo - SchedulingInfoType
storeOwner - SOAP::SOAPBoolean
storeURL - SOAP::SOAPAnyURI
sellerBusinessType - SellerBusinessCodeType
registeredBusinessSeller - SOAP::SOAPBoolean
expressEligible - SOAP::SOAPBoolean
paymentMethod - SellerPaymentMethodCodeType
proStoresPreference - ProStoresCheckoutPreferenceType
expressWallet - SOAP::SOAPBoolean
expressSellerRequirements - ExpressSellerRequirementsType
charityRegistered - SOAP::SOAPBoolean
safePaymentExempt - SOAP::SOAPBoolean
paisaPayEscrowEMIStatus - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paisaPayStatus = nil, allowPaymentEdit = nil, billingCurrency = nil, checkoutEnabled = nil, cIPBankAccountStored = nil, goodStanding = nil, liveAuctionAuthorized = nil, merchandizingPref = nil, qualifiesForB2BVAT = nil, sellerGuaranteeLevel = nil, sellerLevel = nil, sellerPaymentAddress = nil, schedulingInfo = nil, storeOwner = nil, storeURL = nil, sellerBusinessType = nil, registeredBusinessSeller = nil, expressEligible = nil, paymentMethod = nil, proStoresPreference = nil, expressWallet = nil, expressSellerRequirements = nil, charityRegistered = nil, safePaymentExempt = nil, paisaPayEscrowEMIStatus = nil) ⇒ SellerType

Returns a new instance of SellerType.



23690
23691
23692
23693
23694
23695
23696
23697
23698
23699
23700
23701
23702
23703
23704
23705
23706
23707
23708
23709
23710
23711
23712
23713
23714
23715
23716
23717
# File 'lib/eBay.rb', line 23690

def initialize(paisaPayStatus = nil, allowPaymentEdit = nil, billingCurrency = nil, checkoutEnabled = nil, cIPBankAccountStored = nil, goodStanding = nil, liveAuctionAuthorized = nil, merchandizingPref = nil, qualifiesForB2BVAT = nil, sellerGuaranteeLevel = nil, sellerLevel = nil, sellerPaymentAddress = nil, schedulingInfo = nil, storeOwner = nil, storeURL = nil, sellerBusinessType = nil, registeredBusinessSeller = nil, expressEligible = nil, paymentMethod = nil, proStoresPreference = nil, expressWallet = nil, expressSellerRequirements = nil, charityRegistered = nil, safePaymentExempt = nil, paisaPayEscrowEMIStatus = nil)
  @paisaPayStatus = paisaPayStatus
  @allowPaymentEdit = allowPaymentEdit
  @billingCurrency = billingCurrency
  @checkoutEnabled = checkoutEnabled
  @cIPBankAccountStored = cIPBankAccountStored
  @goodStanding = goodStanding
  @liveAuctionAuthorized = liveAuctionAuthorized
  @merchandizingPref = merchandizingPref
  @qualifiesForB2BVAT = qualifiesForB2BVAT
  @sellerGuaranteeLevel = sellerGuaranteeLevel
  @sellerLevel = sellerLevel
  @sellerPaymentAddress = sellerPaymentAddress
  @schedulingInfo = schedulingInfo
  @storeOwner = storeOwner
  @storeURL = storeURL
  @sellerBusinessType = sellerBusinessType
  @registeredBusinessSeller = registeredBusinessSeller
  @expressEligible = expressEligible
  @paymentMethod = paymentMethod
  @proStoresPreference = proStoresPreference
  @expressWallet = expressWallet
  @expressSellerRequirements = expressSellerRequirements
  @charityRegistered = charityRegistered
  @safePaymentExempt = safePaymentExempt
  @paisaPayEscrowEMIStatus = paisaPayEscrowEMIStatus
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23684
23685
23686
# File 'lib/eBay.rb', line 23684

def __xmlele_any
  @__xmlele_any
end

#allowPaymentEditObject

Returns the value of attribute allowPaymentEdit.



23660
23661
23662
# File 'lib/eBay.rb', line 23660

def allowPaymentEdit
  @allowPaymentEdit
end

#billingCurrencyObject

Returns the value of attribute billingCurrency.



23661
23662
23663
# File 'lib/eBay.rb', line 23661

def billingCurrency
  @billingCurrency
end

#charityRegisteredObject

Returns the value of attribute charityRegistered.



23681
23682
23683
# File 'lib/eBay.rb', line 23681

def charityRegistered
  @charityRegistered
end

#checkoutEnabledObject

Returns the value of attribute checkoutEnabled.



23662
23663
23664
# File 'lib/eBay.rb', line 23662

def checkoutEnabled
  @checkoutEnabled
end

#cIPBankAccountStoredObject

Returns the value of attribute cIPBankAccountStored.



23663
23664
23665
# File 'lib/eBay.rb', line 23663

def cIPBankAccountStored
  @cIPBankAccountStored
end

#expressEligibleObject

Returns the value of attribute expressEligible.



23676
23677
23678
# File 'lib/eBay.rb', line 23676

def expressEligible
  @expressEligible
end

#expressSellerRequirementsObject

Returns the value of attribute expressSellerRequirements.



23680
23681
23682
# File 'lib/eBay.rb', line 23680

def expressSellerRequirements
  @expressSellerRequirements
end

#expressWalletObject

Returns the value of attribute expressWallet.



23679
23680
23681
# File 'lib/eBay.rb', line 23679

def expressWallet
  @expressWallet
end

#goodStandingObject

Returns the value of attribute goodStanding.



23664
23665
23666
# File 'lib/eBay.rb', line 23664

def goodStanding
  @goodStanding
end

#liveAuctionAuthorizedObject

Returns the value of attribute liveAuctionAuthorized.



23665
23666
23667
# File 'lib/eBay.rb', line 23665

def liveAuctionAuthorized
  @liveAuctionAuthorized
end

#merchandizingPrefObject

Returns the value of attribute merchandizingPref.



23666
23667
23668
# File 'lib/eBay.rb', line 23666

def merchandizingPref
  @merchandizingPref
end

#paisaPayEscrowEMIStatusObject

Returns the value of attribute paisaPayEscrowEMIStatus.



23683
23684
23685
# File 'lib/eBay.rb', line 23683

def paisaPayEscrowEMIStatus
  @paisaPayEscrowEMIStatus
end

#paisaPayStatusObject

Returns the value of attribute paisaPayStatus.



23659
23660
23661
# File 'lib/eBay.rb', line 23659

def paisaPayStatus
  @paisaPayStatus
end

#paymentMethodObject

Returns the value of attribute paymentMethod.



23677
23678
23679
# File 'lib/eBay.rb', line 23677

def paymentMethod
  @paymentMethod
end

#proStoresPreferenceObject

Returns the value of attribute proStoresPreference.



23678
23679
23680
# File 'lib/eBay.rb', line 23678

def proStoresPreference
  @proStoresPreference
end

#qualifiesForB2BVATObject

Returns the value of attribute qualifiesForB2BVAT.



23667
23668
23669
# File 'lib/eBay.rb', line 23667

def qualifiesForB2BVAT
  @qualifiesForB2BVAT
end

#registeredBusinessSellerObject

Returns the value of attribute registeredBusinessSeller.



23675
23676
23677
# File 'lib/eBay.rb', line 23675

def registeredBusinessSeller
  @registeredBusinessSeller
end

#safePaymentExemptObject

Returns the value of attribute safePaymentExempt.



23682
23683
23684
# File 'lib/eBay.rb', line 23682

def safePaymentExempt
  @safePaymentExempt
end

#schedulingInfoObject

Returns the value of attribute schedulingInfo.



23671
23672
23673
# File 'lib/eBay.rb', line 23671

def schedulingInfo
  @schedulingInfo
end

#sellerBusinessTypeObject

Returns the value of attribute sellerBusinessType.



23674
23675
23676
# File 'lib/eBay.rb', line 23674

def sellerBusinessType
  @sellerBusinessType
end

#sellerGuaranteeLevelObject

Returns the value of attribute sellerGuaranteeLevel.



23668
23669
23670
# File 'lib/eBay.rb', line 23668

def sellerGuaranteeLevel
  @sellerGuaranteeLevel
end

#sellerLevelObject

Returns the value of attribute sellerLevel.



23669
23670
23671
# File 'lib/eBay.rb', line 23669

def sellerLevel
  @sellerLevel
end

#sellerPaymentAddressObject

Returns the value of attribute sellerPaymentAddress.



23670
23671
23672
# File 'lib/eBay.rb', line 23670

def sellerPaymentAddress
  @sellerPaymentAddress
end

#storeOwnerObject

Returns the value of attribute storeOwner.



23672
23673
23674
# File 'lib/eBay.rb', line 23672

def storeOwner
  @storeOwner
end

#storeURLObject

Returns the value of attribute storeURL.



23673
23674
23675
# File 'lib/eBay.rb', line 23673

def storeURL
  @storeURL
end

Instance Method Details

#set_any(elements) ⇒ Object



23686
23687
23688
# File 'lib/eBay.rb', line 23686

def set_any(elements)
  @__xmlele_any = elements
end