Class: Ebay::Types::CharityInfo
- Inherits:
-
Object
- Object
- Ebay::Types::CharityInfo
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/charity_info.rb
Overview
Attributes
text_node :name, 'Name', :optional => true text_node :mission, 'Mission', :optional => true text_node :logo_url, 'LogoURL', :optional => true text_node :status, 'Status', :optional => true text_node :searchable_string, 'SearchableString', :optional => true numeric_node :charity_region, 'CharityRegion', :optional => true numeric_node :charity_domain, 'CharityDomain', :optional => true text_node :charity_id, 'CharityID', :optional => true text_node :logo_url_selling, 'LogoURLSelling', :optional => true boolean_node :display_logo_selling, 'DisplayLogoSelling', 'true', 'false', :optional => true boolean_node :display_name_in_checkout, 'DisplayNameInCheckout', 'true', 'false', :optional => true text_node :description, 'Description', :optional => true boolean_node :show_multiple_donation_amount_in_checkout, 'ShowMultipleDonationAmountInCheckout', 'true', 'false', :optional => true numeric_node :popularity_index, 'PopularityIndex', :optional => true text_node :ein, 'EIN', :optional => true text_node :non_profit_second_name, 'NonProfitSecondName', :optional => true array_node :non_profit_addresses, 'NonProfitAddress', :class => NonProfitAddress, :default_value => [] array_node :non_profit_social_addresses, 'NonProfitSocialAddress', :class => NonProfitSocialAddress, :default_value => [] text_node :id, '@id', :optional => true