# PriceListAttributes

Attributes for creating and updating price lists

```json
{
  "planId": "456123",
  "code": "",
  "name": "",
  "sku": "",
  "currencyId": "456123",
  "isVisible": true,
  "trialAllowed": true,
  "trialLengthDays": 123,
  "trialExpirationAction": "TrialExpirationAction",
  "renewalTermMonths": 123,
  "priceAdjustmentAction": "PriceAdjustmentAction",
  "priceAdjustmentTiming": "PriceAdjustmentTiming",
  "priceAdjustmentPercentage": "1.00",
  "showPriceAsMonthly": true
}
```

| Name                      | Type                                                                                  | Description |
| ------------------------- | ------------------------------------------------------------------------------------- | ----------- |
| planId                    | ID                                                                                    |             |
| code                      | String                                                                                |             |
| name                      | String                                                                                |             |
| sku                       | String                                                                                |             |
| currencyId                | ID                                                                                    |             |
| isVisible                 | Boolean                                                                               |             |
| trialAllowed              | Boolean                                                                               |             |
| trialLengthDays           | Int                                                                                   |             |
| trialExpirationAction     | [TrialExpirationAction](https://docs.bunny.com/developer/enums#trialexpirationaction) |             |
| renewalTermMonths         | Int                                                                                   |             |
| priceAdjustmentAction     | [PriceAdjustmentAction](https://docs.bunny.com/developer/enums#priceadjustmentaction) |             |
| priceAdjustmentTiming     | [PriceAdjustmentTiming](https://docs.bunny.com/developer/enums#priceadjustmenttiming) |             |
| priceAdjustmentPercentage | Float                                                                                 |             |
| showPriceAsMonthly        | Boolean                                                                               |             |
