Class: CurrencyCloud::CollectionsScreening

Inherits:
Object
  • Object
show all
Includes:
Resource
Defined in:
lib/currency_cloud/collections_screening.rb

Instance Attribute Summary

Attributes included from Resource

#changed_attributes

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