# LastProration

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

```
type LastProration {

  credit: Int!

  charge: Int!

  net: Int!

  paymentId: ID

}
```

### Fields[​](#fields "Enlace directo al Fields")

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

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

#### [`LastProration.charge`](#charge) ● [`Int!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) non-null scalar[​](#charge "Enlace directo al 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/es/es/apis/graphql/types/scalars/int/.md) non-null scalar[​](#net "Enlace directo al net")

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

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

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

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

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