Class: CurrencyCloud::CollectionsScreening
- Inherits:
-
Object
- Object
- CurrencyCloud::CollectionsScreening
- Includes:
- Resource
- Defined in:
- lib/currency_cloud/collections_screening.rb
Instance Attribute Summary
Attributes included from Resource
Class Method Summary collapse
Methods included from Resource
included, #initialize, #inspect
Class Method Details
.complete(transaction_id, params = {}) ⇒ Object
7 8 9 10 |
# File 'lib/currency_cloud/collections_screening.rb', line 7 def self.complete(transaction_id, params = {}) response = client.put("#{transaction_id}/complete", params) CollectionsScreeningResult.new(response) end |