Class: MasterCard::API::StpApiSdk::Providers

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

Class Method Summary collapse

Class Method Details

.query(criteria) ⇒ Object



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

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

	return self.execute("094cd2d0-a8c9-4527-8ef3-46e27ac7fcab",Providers.new(criteria))
end