# ProrationDirection

Direction of a prorated settlement.

* `charge` - The customer owes the difference and is charged immediately.
* `refund` - The customer is owed the difference and is partially refunded.
* `none` - The difference rounds to zero and no money moves.

```
enum ProrationDirection {

  charge

  refund

  none

}
```

### Values[​](#values "Enlace directo al Values")

#### [`ProrationDirection.charge`](#charge)[​](#charge "Enlace directo al charge")

#### [`ProrationDirection.refund`](#refund)[​](#refund "Enlace directo al refund")

#### [`ProrationDirection.none`](#none)[​](#none "Enlace directo al none")

### Member Of[​](#member-of "Enlace directo al Member Of")

[`SubscriptionUpdatePreview`](https://docs.monei.com/es/es/apis/graphql/types/objects/subscription-update-preview/.md) object
