class PayPal::SDK::Merchant::DataTypes::OfferDetailsType

OfferDetailsType Specific information for an offer.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 1767
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