INPUT_OBJECT

CreditCardAccountCondition

A condition to be used against CreditCardAccount object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input CreditCardAccountCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `bankAccountRowId` field.
  • bankAccountRowId: UUID
  • # Checks for equality with the object’s `number` field.
  • number: String
  • # Checks for equality with the object’s `type` field.
  • type: CreditCardType
  • # Checks for equality with the object’s `name` field.
  • name: String
  • # Checks for equality with the object’s `currency` field.
  • currency: CurrencyCode
  • # Checks for equality with the object’s `available` field.
  • available: Float
  • # Checks for equality with the object’s `limit` field.
  • limit: Float
  • # Checks for equality with the object’s `balance` field.
  • balance: Float
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }