Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.19 KB

EddTransaction.md

File metadata and controls

32 lines (26 loc) · 1.19 KB

Synctera::EddTransaction

Properties

Name Type Description Notes
additional_questions Array<Question> Additional questions regarding the related resource [optional]
case_id Integer The ID of the case related to this EDD record [optional]
reason String The reason for this EDD record to be requested
related_resource_id String related resource UUID
related_resource_type RelatedResourceType1
tenant String The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces. [optional]
source_of_funds String The source of funds for the transaction. [optional]
transaction_purpose String The purpose of the transaction. [optional]

Example

require 'synctera'

instance = Synctera::EddTransaction.new(
  additional_questions: null,
  case_id: null,
  reason: null,
  related_resource_id: null,
  related_resource_type: null,
  tenant: abcdef_ghijkl,
  source_of_funds: null,
  transaction_purpose: Phone bill
)