INPUT_OBJECT
MoneyAccountCondition
A condition to be used against MoneyAccount object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input MoneyAccountCondition {
- # 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 `type` field.
- : MoneyAccountType
- # Checks for equality with the object’s `name` field.
- : String
- # Checks for equality with the object’s `externalRowId` field.
- : String
- # Checks for equality with the object’s `currency` field.
- : CurrencyCode
- # Checks for equality with the object’s `balance` field.
- : Float
- # Checks for equality with the object’s `active` field.
- : Boolean
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }