Organisation
No description
type Organisation {
trustId: String!
name: String!
defaultIntermediary: Boolean!
canActAsIntermediary: Boolean!
}
Fields
Organisation.trustId ● String! non-null scalar
The trustId
Organisation.name ● String! non-null scalar
The Organisation Name
Organisation.defaultIntermediary ● Boolean! non-null scalar
Indicates whether the Organisation often acts as an intermediary for transfers on behalf of their customers
Organisation.canActAsIntermediary ● Boolean! non-null scalar
Indicates whether the Organisation can act as an intermediary or can only make direct transfers
Member Of
User object