OBJECT
RellopayBankAccount
RelloPay bank account
link GraphQL Schema definition
- type RellopayBankAccount {
- # bank account of the RelloPay bank account (trust or trading bank account)
- : BankAccount
- # When the RelloPay bank account was created
- : ISO8601DateTime!
- # external RelloPay id of the RelloPay bank account
- : String
- # ID of the RelloPay bank account
- : ID!
- # name of the RelloPay bank account
- : String
- # When the RelloPay bank account was last updated
- : ISO8601DateTime!
- }