# 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 "Direct link to Values")

#### [`ProrationDirection.charge`](#charge)[​](#charge "Direct link to charge")

#### [`ProrationDirection.refund`](#refund)[​](#refund "Direct link to refund")

#### [`ProrationDirection.none`](#none)[​](#none "Direct link to none")

### Member Of[​](#member-of "Direct link to Member Of")

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