
# Installment Plan Search Response

## Structure

`InstallmentPlanSearchResponse`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `planList` | [`?(SearchInstallmentPlanResponseItem[])`](../../doc/models/search-installment-plan-response-item.md) | Optional | - | getPlanList(): ?array | setPlanList(?array planList): void |

## Example (as JSON)

```json
{
  "PlanList": [
    null
  ]
}
```

