Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 401 Bytes

Security.md

File metadata and controls

18 lines (12 loc) · 401 Bytes

Synctera::Security

Properties

Name Type Description Notes
linked_account_id String ID of linked backing account for use as a security, e.g. for use in a Smart Charge Card offering. Must be of type CHECKING or SAVING.

Example

require 'synctera'

instance = Synctera::Security.new(
  linked_account_id: null
)