Class: Ebay::Types::ExpressSellerRequirements

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/express_seller_requirements.rb

Overview

Attributes

boolean_node :express_selling_preference, 'ExpressSellingPreference', 'true', 'false', :optional => true
boolean_node :express_approved, 'ExpressApproved', 'true', 'false', :optional => true
boolean_node :good_standing, 'GoodStanding', 'true', 'false', :optional => true
object_node :feedback_score, 'FeedbackScore', :class => FeedbackRequirements, :optional => true
object_node :positive_feedback_percent, 'PositiveFeedbackPercent', :class => FeedbackRequirements, :optional => true
object_node :feedback_as_seller_score, 'FeedbackAsSellerScore', :class => FeedbackRequirements, :optional => true
object_node :positive_feedback_as_seller_percent, 'PositiveFeedbackAsSellerPercent', :class => FeedbackRequirements, :optional => true
boolean_node :business_seller, 'BusinessSeller', 'true', 'false', :optional => true
boolean_node :eligible_paypal_account, 'EligiblePayPalAccount', 'true', 'false', :optional => true
boolean_node :paypal_account_accepts_unconfirmed_address, 'PayPalAccountAcceptsUnconfirmedAddress', 'true', 'false', :optional => true
boolean_node :combined_payments_accepted, 'CombinedPaymentsAccepted', 'true', 'false', :optional => true
boolean_node :feedback_public, 'FeedbackPublic', 'true', 'false', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=