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.
- : UUID
- # Checks for equality with the object’s `clientCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `bankAccountRowId` field.
- : UUID
- # Checks for equality with the object’s `number` field.
- : String
- # Checks for equality with the object’s `type` field.
- : CreditCardType
- # Checks for equality with the object’s `name` field.
- : String
- # Checks for equality with the object’s `currency` field.
- : CurrencyCode
- # Checks for equality with the object’s `available` field.
- : Float
- # Checks for equality with the object’s `limit` field.
- : Float
- # Checks for equality with the object’s `balance` field.
- : Float
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }