BankGetByCodeResponse Element
In This Topic
Type
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
BankCode optional xs:string
Unique identifier for a bank. Uniqueness is maintained in AMS360.
|
 |
BankName optional xs:string
Bank's name.
|
 |
ShortName optional xs:string
Unique identifier for a bank. This displayable code is entered and maintained by the agency.
|
 |
BankAccountNumber optional xs:string
Unique number that identifies the bank account. This number is specified by the bank.
|
 |
GLNumber optional xs:string
Unique identifier for a General Ledger account number.
|
 |
AccountType optional xs:string
Indicates whether the bank account type is an operating account or a trust account. O = Operating account and T = Trust account.
|
 |
GLDivisionCode optional xs:string
Agency's division code. Uniqueness is maintained in AMS360.
|
 |
IsInactive optional xs:boolean
Flag indicating whether the bank is active (false) or inactive (true).
| | | | |
Source
<xs:element name="BankGetByCodeResponse" nillable="true" type="tns:BankGetByCodeResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
|
See Also