Class: EBay::SellerType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerType

paisaPayStatus - SOAP::SOAPInt
allowPaymentEdit - SOAP::SOAPBoolean
billingCurrency - EBay::CurrencyCodeType
checkoutEnabled - SOAP::SOAPBoolean
cIPBankAccountStored - SOAP::SOAPBoolean
goodStanding - SOAP::SOAPBoolean
merchandizingPref - EBay::MerchandizingPrefCodeType
qualifiesForB2BVAT - SOAP::SOAPBoolean
sellerGuaranteeLevel - EBay::SellerGuaranteeLevelCodeType
sellerLevel - EBay::SellerLevelCodeType
sellerPaymentAddress - EBay::AddressType
schedulingInfo - EBay::SchedulingInfoType
storeOwner - SOAP::SOAPBoolean
storeURL - SOAP::SOAPAnyURI
sellerBusinessType - EBay::SellerBusinessCodeType
registeredBusinessSeller - SOAP::SOAPBoolean
storeSite - EBay::SiteCodeType
paymentMethod - EBay::SellerPaymentMethodCodeType
proStoresPreference - EBay::ProStoresCheckoutPreferenceType
charityRegistered - SOAP::SOAPBoolean
safePaymentExempt - SOAP::SOAPBoolean
paisaPayEscrowEMIStatus - SOAP::SOAPInt
charityAffiliationDetails - EBay::CharityAffiliationDetailsType
transactionPercent - SOAP::SOAPFloat
integratedMerchantCreditCardInfo - EBay::IntegratedMerchantCreditCardInfoType
featureEligibility - EBay::FeatureEligibilityType
topRatedSeller - SOAP::SOAPBoolean
topRatedSellerDetails - EBay::TopRatedSellerDetailsType
recoupmentPolicyConsent - EBay::RecoupmentPolicyConsentType
domesticRateTable - SOAP::SOAPBoolean
internationalRateTable - SOAP::SOAPBoolean
sellereBayPaymentProcessStatus - EBay::SellereBayPaymentProcessStatusCodeType
sellereBayPaymentProcessConsent - EBay::SellereBayPaymentProcessConsentCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paisaPayStatus = nil, allowPaymentEdit = nil, billingCurrency = nil, checkoutEnabled = nil, cIPBankAccountStored = nil, goodStanding = nil, merchandizingPref = nil, qualifiesForB2BVAT = nil, sellerGuaranteeLevel = nil, sellerLevel = nil, sellerPaymentAddress = nil, schedulingInfo = nil, storeOwner = nil, storeURL = nil, sellerBusinessType = nil, registeredBusinessSeller = nil, storeSite = nil, paymentMethod = nil, proStoresPreference = nil, charityRegistered = nil, safePaymentExempt = nil, paisaPayEscrowEMIStatus = nil, charityAffiliationDetails = nil, transactionPercent = nil, integratedMerchantCreditCardInfo = nil, featureEligibility = nil, topRatedSeller = nil, topRatedSellerDetails = nil, recoupmentPolicyConsent = nil, domesticRateTable = nil, internationalRateTable = nil, sellereBayPaymentProcessStatus = nil, sellereBayPaymentProcessConsent = nil) ⇒ SellerType

Returns a new instance of SellerType.



31446
31447
31448
31449
31450
31451
31452
31453
31454
31455
31456
31457
31458
31459
31460
31461
31462
31463
31464
31465
31466
31467
31468
31469
31470
31471
31472
31473
31474
31475
31476
31477
31478
31479
31480
31481
# File 'lib/eBay.rb', line 31446

def initialize(paisaPayStatus = nil, allowPaymentEdit = nil, billingCurrency = nil, checkoutEnabled = nil, cIPBankAccountStored = nil, goodStanding = nil, merchandizingPref = nil, qualifiesForB2BVAT = nil, sellerGuaranteeLevel = nil, sellerLevel = nil, sellerPaymentAddress = nil, schedulingInfo = nil, storeOwner = nil, storeURL = nil, sellerBusinessType = nil, registeredBusinessSeller = nil, storeSite = nil, paymentMethod = nil, proStoresPreference = nil, charityRegistered = nil, safePaymentExempt = nil, paisaPayEscrowEMIStatus = nil, charityAffiliationDetails = nil, transactionPercent = nil, integratedMerchantCreditCardInfo = nil, featureEligibility = nil, topRatedSeller = nil, topRatedSellerDetails = nil, recoupmentPolicyConsent = nil, domesticRateTable = nil, internationalRateTable = nil, sellereBayPaymentProcessStatus = nil, sellereBayPaymentProcessConsent = nil)
  @paisaPayStatus = paisaPayStatus
  @allowPaymentEdit = allowPaymentEdit
  @billingCurrency = billingCurrency
  @checkoutEnabled = checkoutEnabled
  @cIPBankAccountStored = cIPBankAccountStored
  @goodStanding = goodStanding
  @merchandizingPref = merchandizingPref
  @qualifiesForB2BVAT = qualifiesForB2BVAT
  @sellerGuaranteeLevel = sellerGuaranteeLevel
  @sellerLevel = sellerLevel
  @sellerPaymentAddress = sellerPaymentAddress
  @schedulingInfo = schedulingInfo
  @storeOwner = storeOwner
  @storeURL = storeURL
  @sellerBusinessType = sellerBusinessType
  @registeredBusinessSeller = registeredBusinessSeller
  @storeSite = storeSite
  @paymentMethod = paymentMethod
  @proStoresPreference = proStoresPreference
  @charityRegistered = charityRegistered
  @safePaymentExempt = safePaymentExempt
  @paisaPayEscrowEMIStatus = paisaPayEscrowEMIStatus
  @charityAffiliationDetails = charityAffiliationDetails
  @transactionPercent = transactionPercent
  @integratedMerchantCreditCardInfo = integratedMerchantCreditCardInfo
  @featureEligibility = featureEligibility
  @topRatedSeller = topRatedSeller
  @topRatedSellerDetails = topRatedSellerDetails
  @recoupmentPolicyConsent = recoupmentPolicyConsent
  @domesticRateTable = domesticRateTable
  @internationalRateTable = internationalRateTable
  @sellereBayPaymentProcessStatus = sellereBayPaymentProcessStatus
  @sellereBayPaymentProcessConsent = sellereBayPaymentProcessConsent
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31440
31441
31442
# File 'lib/eBay.rb', line 31440

def __xmlele_any
  @__xmlele_any
end

#allowPaymentEditObject

Returns the value of attribute allowPaymentEdit.



31408
31409
31410
# File 'lib/eBay.rb', line 31408

def allowPaymentEdit
  @allowPaymentEdit
end

#billingCurrencyObject

Returns the value of attribute billingCurrency.



31409
31410
31411
# File 'lib/eBay.rb', line 31409

def billingCurrency
  @billingCurrency
end

#charityAffiliationDetailsObject

Returns the value of attribute charityAffiliationDetails.



31429
31430
31431
# File 'lib/eBay.rb', line 31429

def charityAffiliationDetails
  @charityAffiliationDetails
end

#charityRegisteredObject

Returns the value of attribute charityRegistered.



31426
31427
31428
# File 'lib/eBay.rb', line 31426

def charityRegistered
  @charityRegistered
end

#checkoutEnabledObject

Returns the value of attribute checkoutEnabled.



31410
31411
31412
# File 'lib/eBay.rb', line 31410

def checkoutEnabled
  @checkoutEnabled
end

#cIPBankAccountStoredObject

Returns the value of attribute cIPBankAccountStored.



31411
31412
31413
# File 'lib/eBay.rb', line 31411

def cIPBankAccountStored
  @cIPBankAccountStored
end

#domesticRateTableObject

Returns the value of attribute domesticRateTable.



31436
31437
31438
# File 'lib/eBay.rb', line 31436

def domesticRateTable
  @domesticRateTable
end

#featureEligibilityObject

Returns the value of attribute featureEligibility.



31432
31433
31434
# File 'lib/eBay.rb', line 31432

def featureEligibility
  @featureEligibility
end

#goodStandingObject

Returns the value of attribute goodStanding.



31412
31413
31414
# File 'lib/eBay.rb', line 31412

def goodStanding
  @goodStanding
end

#integratedMerchantCreditCardInfoObject

Returns the value of attribute integratedMerchantCreditCardInfo.



31431
31432
31433
# File 'lib/eBay.rb', line 31431

def integratedMerchantCreditCardInfo
  @integratedMerchantCreditCardInfo
end

#internationalRateTableObject

Returns the value of attribute internationalRateTable.



31437
31438
31439
# File 'lib/eBay.rb', line 31437

def internationalRateTable
  @internationalRateTable
end

#merchandizingPrefObject

Returns the value of attribute merchandizingPref.



31413
31414
31415
# File 'lib/eBay.rb', line 31413

def merchandizingPref
  @merchandizingPref
end

#paisaPayEscrowEMIStatusObject

Returns the value of attribute paisaPayEscrowEMIStatus.



31428
31429
31430
# File 'lib/eBay.rb', line 31428

def paisaPayEscrowEMIStatus
  @paisaPayEscrowEMIStatus
end

#paisaPayStatusObject

Returns the value of attribute paisaPayStatus.



31407
31408
31409
# File 'lib/eBay.rb', line 31407

def paisaPayStatus
  @paisaPayStatus
end

#paymentMethodObject

Returns the value of attribute paymentMethod.



31424
31425
31426
# File 'lib/eBay.rb', line 31424

def paymentMethod
  @paymentMethod
end

#proStoresPreferenceObject

Returns the value of attribute proStoresPreference.



31425
31426
31427
# File 'lib/eBay.rb', line 31425

def proStoresPreference
  @proStoresPreference
end

#qualifiesForB2BVATObject

Returns the value of attribute qualifiesForB2BVAT.



31414
31415
31416
# File 'lib/eBay.rb', line 31414

def qualifiesForB2BVAT
  @qualifiesForB2BVAT
end

#recoupmentPolicyConsentObject

Returns the value of attribute recoupmentPolicyConsent.



31435
31436
31437
# File 'lib/eBay.rb', line 31435

def recoupmentPolicyConsent
  @recoupmentPolicyConsent
end

#registeredBusinessSellerObject

Returns the value of attribute registeredBusinessSeller.



31422
31423
31424
# File 'lib/eBay.rb', line 31422

def registeredBusinessSeller
  @registeredBusinessSeller
end

#safePaymentExemptObject

Returns the value of attribute safePaymentExempt.



31427
31428
31429
# File 'lib/eBay.rb', line 31427

def safePaymentExempt
  @safePaymentExempt
end

#schedulingInfoObject

Returns the value of attribute schedulingInfo.



31418
31419
31420
# File 'lib/eBay.rb', line 31418

def schedulingInfo
  @schedulingInfo
end

#sellerBusinessTypeObject

Returns the value of attribute sellerBusinessType.



31421
31422
31423
# File 'lib/eBay.rb', line 31421

def sellerBusinessType
  @sellerBusinessType
end

#sellereBayPaymentProcessConsentObject

Returns the value of attribute sellereBayPaymentProcessConsent.



31439
31440
31441
# File 'lib/eBay.rb', line 31439

def sellereBayPaymentProcessConsent
  @sellereBayPaymentProcessConsent
end

#sellereBayPaymentProcessStatusObject

Returns the value of attribute sellereBayPaymentProcessStatus.



31438
31439
31440
# File 'lib/eBay.rb', line 31438

def sellereBayPaymentProcessStatus
  @sellereBayPaymentProcessStatus
end

#sellerGuaranteeLevelObject

Returns the value of attribute sellerGuaranteeLevel.



31415
31416
31417
# File 'lib/eBay.rb', line 31415

def sellerGuaranteeLevel
  @sellerGuaranteeLevel
end

#sellerLevelObject

Returns the value of attribute sellerLevel.



31416
31417
31418
# File 'lib/eBay.rb', line 31416

def sellerLevel
  @sellerLevel
end

#sellerPaymentAddressObject

Returns the value of attribute sellerPaymentAddress.



31417
31418
31419
# File 'lib/eBay.rb', line 31417

def sellerPaymentAddress
  @sellerPaymentAddress
end

#storeOwnerObject

Returns the value of attribute storeOwner.



31419
31420
31421
# File 'lib/eBay.rb', line 31419

def storeOwner
  @storeOwner
end

#storeSiteObject

Returns the value of attribute storeSite.



31423
31424
31425
# File 'lib/eBay.rb', line 31423

def storeSite
  @storeSite
end

#storeURLObject

Returns the value of attribute storeURL.



31420
31421
31422
# File 'lib/eBay.rb', line 31420

def storeURL
  @storeURL
end

#topRatedSellerObject

Returns the value of attribute topRatedSeller.



31433
31434
31435
# File 'lib/eBay.rb', line 31433

def topRatedSeller
  @topRatedSeller
end

#topRatedSellerDetailsObject

Returns the value of attribute topRatedSellerDetails.



31434
31435
31436
# File 'lib/eBay.rb', line 31434

def topRatedSellerDetails
  @topRatedSellerDetails
end

#transactionPercentObject

Returns the value of attribute transactionPercent.



31430
31431
31432
# File 'lib/eBay.rb', line 31430

def transactionPercent
  @transactionPercent
end

Instance Method Details

#set_any(elements) ⇒ Object



31442
31443
31444
# File 'lib/eBay.rb', line 31442

def set_any(elements)
  @__xmlele_any = elements
end