# InputField

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/input-field/

One field Ozow needs the payer to complete. `fieldType` says how to render it, and `properties` carries the settings for that type.

## Fields

- `name` (string, required) - The name of the transaction input field.
- `label` (string) - The display name of the transaction input field, this will be a user friendly message and can be displayed to the end user.
- `fieldType` (any, required, one of "text", "select", "imagecapture", "iframe", "partialtext")
- `properties` (any of, required)
  - Option 1: `InputFieldText`
  - Option 2: `InputFieldSelect`
  - Option 3: `InputFieldImageCapture`
  - Option 4: `InputFieldIFrame`
  - Option 5: `InputFieldPartialText`
