OBJECT

RellopayBankAccount

RelloPay bank account

link GraphQL Schema definition

  • type RellopayBankAccount {
  • # bank account of the RelloPay bank account (trust or trading bank account)
  • bankAccount: BankAccount
  • # When the RelloPay bank account was created
  • createdAt: ISO8601DateTime!
  • # external RelloPay id of the RelloPay bank account
  • externalRellopayId: String
  • # ID of the RelloPay bank account
  • id: ID!
  • # name of the RelloPay bank account
  • name: String
  • # When the RelloPay bank account was last updated
  • updatedAt: ISO8601DateTime!
  • }