Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.32 KB

File metadata and controls

19 lines (14 loc) · 1.32 KB

ProcessorAccountNumber

Properties

Name Type Description Notes
account_number Option<i32> The banking account number associated with a particular account. [optional]
guid Option<String> The unique identifier for the account number. Defined by MX. [optional]
institution_number Option<serde_json::Value> The three-digit number identifying a Canadian banking institution. [optional]
loan_guarantor Option<serde_json::Value> The guarantor of the student loan. [optional]
loan_reference_number Option<serde_json::Value> The reference number for the student loan. [optional]
passed_validation Option<serde_json::Value> Indicates whether the account number has passed validation. [optional]
routing_number Option<i32> The routing number for the account. [optional]
sequence_number Option<serde_json::Value> The sequence number for the account. [optional]
transit_number Option<serde_json::Value> The five-digit number identifying the branch of a Canadian financial institution. [optional]

[Back to Model list] [Back to API list] [Back to README]