Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 691 Bytes

RoutingIdentifier.md

File metadata and controls

22 lines (16 loc) · 691 Bytes

Synctera::RoutingIdentifier

Properties

Name Type Description Notes
location String The address of the institution with the routing number specified in the routing_idetifier object [optional]
payment_rails Array<String> The supported payment types by the routing number specified in routing_identifier [optional]
routing_number String A sequence of digits used to identify specific financial institution

Example

require 'synctera'

instance = Synctera::RoutingIdentifier.new(
  location: 123 main street,
  payment_rails: null,
  routing_number: 121116739
)