Class: MasterCard::API::PersonalizedLoyaltyOffers::UserSaving

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

Class Method Summary collapse

Class Method Details

.userSaving(criteria) ⇒ Object



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

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

	return self.execute("adbff82f-95c8-43d0-afb4-2651f29747a2",UserSaving.new(criteria))
end