OBJECT

Trust

Trust Type

link GraphQL Schema definition

  • type Trust {
  • # bank account name of the trust
  • bankAccountName: String
  • # bank account number of the trust
  • bankAccountNumber: String
  • # bank account bsb of the trust
  • bankBsb: String
  • # When the trust was created
  • createdAt: ISO8601DateTime!
  • # ID of the trust
  • id: ID!
  • # From Bank Account for transaction
  • tradingBankAccount: TradingBankAccount
  • # When the trust was last updated
  • updatedAt: ISO8601DateTime!
  • }