Class: PayPal::SDK::ButtonManagerRails::DataTypes::OfferDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::OfferDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
OfferDetailsType Specific information for an offer.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1724 1725 1726 1727 1728 1729 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1724 def self.load_members # Code used to identify the promotion offer. object_of :OfferCode, String, :namespace => :ebl # Specific infromation for BML, Similar structure could be added for sepcific promotion needs like CrossPromotions object_of :BMLOfferInfo, BMLOfferInfoType, :namespace => :ebl end |