# LastProration

Amounts settled by the most recent prorated mid-cycle change.

```
type LastProration {

  credit: Int!

  charge: Int!

  net: Int!

  paymentId: ID

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`LastProration.credit`](#credit) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#credit "Direct link to credit")

Unused time credited at the previous amount, in the smallest currency unit.

#### [`LastProration.charge`](#charge) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#charge "Direct link to charge")

Remaining time charged at the new amount, in the smallest currency unit. An interval change charges the full new amount.

#### [`LastProration.net`](#net) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#net "Direct link to net")

Net settled, `charge - credit`. Positive means the customer was charged, negative means refunded.

#### [`LastProration.paymentId`](#payment-id) ● [`ID`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) scalar[​](#payment-id "Direct link to payment-id")

Identifier of the proration charge. Absent when the settlement was a refund or moved no money.

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

[`Subscription`](https://docs.monei.com/apis/graphql/types/objects/subscription/.md) object
