Class: PayPal::SDK::ButtonManager::DataTypes::BMLOfferInfoType

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

Overview

BMLOfferInfoType Specific information for BML.

Class Method Summary collapse

Class Method Details

.load_membersObject



1686
1687
1688
1689
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1686

def self.load_members
  # Unique identification for merchant/buyer/offer combo. 
  object_of :OfferTrackingID, String, :namespace => :ebl
end