OBJECT
Trust
Trust Type
link GraphQL Schema definition
- type Trust {
- # bank account name of the trust
- String :
- # bank account number of the trust
- String :
- # bank account bsb of the trust
- String :
- # When the trust was created
- ISO8601DateTime! :
- # ID of the trust
- ID! :
- # From Bank Account for transaction
- TradingBankAccount :
- # When the trust was last updated
- ISO8601DateTime! :
- }