# Period

Inclusive `[from, to]` time window covered by an account invoice.

```
type Period {

  from: Int!

  to: Int!

}
```

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

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

Period start as a unix timestamp (seconds).

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

Period end as a unix timestamp (seconds).

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

[`AccountInvoice`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-invoice/.md) object
