Class: PayPal::SDK::Merchant::DataTypes::BMLOfferInfoType

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

Overview

BMLOfferInfoType Specific information for BML.

Class Method Summary collapse

Class Method Details

.load_membersObject



1757
1758
1759
1760
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1757

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