Class: ExpressSellerRequirementsType

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

Overview

urn:ebay:apis:eBLBaseComponentsExpressSellerRequirementsType

expressSellingPreference - SOAP::SOAPBoolean
expressApproved - SOAP::SOAPBoolean
goodStanding - SOAP::SOAPBoolean
feedbackScore - FeedbackRequirementsType
positiveFeedbackPercent - FeedbackRequirementsType
feedbackAsSellerScore - FeedbackRequirementsType
positiveFeedbackAsSellerPercent - FeedbackRequirementsType
businessSeller - SOAP::SOAPBoolean
eligiblePayPalAccount - SOAP::SOAPBoolean
payPalAccountAcceptsUnconfirmedAddress - SOAP::SOAPBoolean
combinedPaymentsAccepted - SOAP::SOAPBoolean
feedbackPublic - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(expressSellingPreference = nil, expressApproved = nil, goodStanding = nil, feedbackScore = nil, positiveFeedbackPercent = nil, feedbackAsSellerScore = nil, positiveFeedbackAsSellerPercent = nil, businessSeller = nil, eligiblePayPalAccount = nil, payPalAccountAcceptsUnconfirmedAddress = nil, combinedPaymentsAccepted = nil, feedbackPublic = nil) ⇒ ExpressSellerRequirementsType

Returns a new instance of ExpressSellerRequirementsType.



19234
19235
19236
19237
19238
19239
19240
19241
19242
19243
19244
19245
19246
19247
19248
# File 'lib/eBay.rb', line 19234

def initialize(expressSellingPreference = nil, expressApproved = nil, goodStanding = nil, feedbackScore = nil, positiveFeedbackPercent = nil, feedbackAsSellerScore = nil, positiveFeedbackAsSellerPercent = nil, businessSeller = nil, eligiblePayPalAccount = nil, payPalAccountAcceptsUnconfirmedAddress = nil, combinedPaymentsAccepted = nil, feedbackPublic = nil)
  @expressSellingPreference = expressSellingPreference
  @expressApproved = expressApproved
  @goodStanding = goodStanding
  @feedbackScore = feedbackScore
  @positiveFeedbackPercent = positiveFeedbackPercent
  @feedbackAsSellerScore = feedbackAsSellerScore
  @positiveFeedbackAsSellerPercent = positiveFeedbackAsSellerPercent
  @businessSeller = businessSeller
  @eligiblePayPalAccount = eligiblePayPalAccount
  @payPalAccountAcceptsUnconfirmedAddress = payPalAccountAcceptsUnconfirmedAddress
  @combinedPaymentsAccepted = combinedPaymentsAccepted
  @feedbackPublic = feedbackPublic
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19228
19229
19230
# File 'lib/eBay.rb', line 19228

def __xmlele_any
  @__xmlele_any
end

#businessSellerObject

Returns the value of attribute businessSeller.



19223
19224
19225
# File 'lib/eBay.rb', line 19223

def businessSeller
  @businessSeller
end

#combinedPaymentsAcceptedObject

Returns the value of attribute combinedPaymentsAccepted.



19226
19227
19228
# File 'lib/eBay.rb', line 19226

def combinedPaymentsAccepted
  @combinedPaymentsAccepted
end

#eligiblePayPalAccountObject

Returns the value of attribute eligiblePayPalAccount.



19224
19225
19226
# File 'lib/eBay.rb', line 19224

def eligiblePayPalAccount
  @eligiblePayPalAccount
end

#expressApprovedObject

Returns the value of attribute expressApproved.



19217
19218
19219
# File 'lib/eBay.rb', line 19217

def expressApproved
  @expressApproved
end

#expressSellingPreferenceObject

Returns the value of attribute expressSellingPreference.



19216
19217
19218
# File 'lib/eBay.rb', line 19216

def expressSellingPreference
  @expressSellingPreference
end

#feedbackAsSellerScoreObject

Returns the value of attribute feedbackAsSellerScore.



19221
19222
19223
# File 'lib/eBay.rb', line 19221

def feedbackAsSellerScore
  @feedbackAsSellerScore
end

#feedbackPublicObject

Returns the value of attribute feedbackPublic.



19227
19228
19229
# File 'lib/eBay.rb', line 19227

def feedbackPublic
  @feedbackPublic
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



19219
19220
19221
# File 'lib/eBay.rb', line 19219

def feedbackScore
  @feedbackScore
end

#goodStandingObject

Returns the value of attribute goodStanding.



19218
19219
19220
# File 'lib/eBay.rb', line 19218

def goodStanding
  @goodStanding
end

#payPalAccountAcceptsUnconfirmedAddressObject

Returns the value of attribute payPalAccountAcceptsUnconfirmedAddress.



19225
19226
19227
# File 'lib/eBay.rb', line 19225

def payPalAccountAcceptsUnconfirmedAddress
  @payPalAccountAcceptsUnconfirmedAddress
end

#positiveFeedbackAsSellerPercentObject

Returns the value of attribute positiveFeedbackAsSellerPercent.



19222
19223
19224
# File 'lib/eBay.rb', line 19222

def positiveFeedbackAsSellerPercent
  @positiveFeedbackAsSellerPercent
end

#positiveFeedbackPercentObject

Returns the value of attribute positiveFeedbackPercent.



19220
19221
19222
# File 'lib/eBay.rb', line 19220

def positiveFeedbackPercent
  @positiveFeedbackPercent
end

Instance Method Details

#set_any(elements) ⇒ Object



19230
19231
19232
# File 'lib/eBay.rb', line 19230

def set_any(elements)
  @__xmlele_any = elements
end