Class: PayPal::SDK::Merchant::DataTypes::OfferDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

OfferDetailsType Specific information for an offer.

Class Method Summary collapse

Class Method Details

.load_membersObject



1767
1768
1769
1770
1771
1772
# 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