class PayPal::SDK::ButtonManagerRails::DataTypes::OfferDetailsType
OfferDetailsType
Specific information for an offer.
Public Class Methods
load_members()
click to toggle source
# 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