Class: MasterCard::API::PersonalizedLoyaltyOffers::MatchedOffers

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/personalizedloyaltyoffers/matchedoffers.rb

Class Method Summary collapse

Class Method Details

.matchedOffers(criteria) ⇒ Object



65
66
67
68
69
70
71
72
73
74
# File 'lib/mastercard/api/personalizedloyaltyoffers/matchedoffers.rb', line 65

def self.matchedOffers(criteria)
	#
	#Query objects of type MatchedOffers by id and optional criteria
	#@param [Dict] criteria
	#@return [MatchedOffers] object representing the response.
	#@raise [APIException] an exception from the response status
	#

	return self.execute("d313ba62-36fe-42ce-b241-ed2044860759",MatchedOffers.new(criteria))
end