OBJECT
RellopayIntegration
RelloPay Integration
link GraphQL Schema definition
- type RellopayIntegration {
- # When the RelloPay integration was created
- : ISO8601DateTime!
- # enabled products of the RelloPay integration
- : [ProductTypesEnum!]!
- # ID of the RelloPay integration
- : ID!
- # owner of the RelloPay integration (office or account)
- : IntegrationOwner
- # associated relloPay bank accounts of the RelloPay integration
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # linked: Filter for relloPay bank accounts linked to eagle trust
- # or trading bank accounts
- (
- : String,
- : String,
- : Int,
- : Int,
- : Boolean
- ): RellopayBankAccountConnection!
- # relloPay merchant id of the RelloPay integration
- : String
- # status of the RelloPay integration
- : RellopayIntegrationStatusEnum!
- # When the RelloPay integration was last updated
- : ISO8601DateTime!
- }