# SettlementEventObject

Settlement snapshot embedded in a `SettlementEvent` (state at the time the event was emitted). Mirrors `AccountSettlement` plus internal lifecycle fields.

```
type SettlementEventObject {

  accountId: ID!

  acquirerFees: Int!

  createdAt: AWSTimestamp!

  grossVolume: Int!

  iban: String

  id: ID!

  legalName: String

  netVolume: Int!

  period: Int!

  payMethod: SettlementPayMethods

  periodEndAt: AWSTimestamp!

  periodStartAt: AWSTimestamp!

  previousNegative: Boolean

  releasedAmount: Int

  reservedAmount: Int

  reservePercent: Int!

  scheduledAt: AWSTimestamp!

  status: SettlementStatus!

  updatedAt: AWSTimestamp!

  storeId: ID

  currency: String

}
```

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

#### [`SettlementEventObject.accountId`](#account-id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#account-id "Direct link to account-id")

Account ID the settlement belongs to.

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

Acquirer/processing fees accrued for the period, in minor units.

#### [`SettlementEventObject.createdAt`](#created-at) ● [`AWSTimestamp!`](https://docs.monei.com/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#created-at "Direct link to created-at")

Statement date of the first transaction aggregated into this settlement, as a unix timestamp (seconds). May be set to `1` on reserve-carry-in batches before any transactions have been processed.

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

Gross transaction volume for the period, in minor units.

#### [`SettlementEventObject.iban`](#iban) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#iban "Direct link to iban")

Destination IBAN for the bank transfer.

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

Settlement ID.

#### [`SettlementEventObject.legalName`](#legal-name) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#legal-name "Direct link to legal-name")

Legal name of the account holder receiving the transfer.

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

Amount transferred to the merchant for the period, in minor units. See `AccountSettlement.netVolume`.

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

Settlement period length in days (interval between successive settlements for the account).

#### [`SettlementEventObject.payMethod`](#pay-method) ● [`SettlementPayMethods`](https://docs.monei.com/apis/graphql/types/enums/settlement-pay-methods/.md) enum[​](#pay-method "Direct link to pay-method")

Payment method the batch covers.

#### [`SettlementEventObject.periodEndAt`](#period-end-at) ● [`AWSTimestamp!`](https://docs.monei.com/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#period-end-at "Direct link to period-end-at")

End of the settlement period (timestamp of the last transaction included), as a unix timestamp (seconds).

#### [`SettlementEventObject.periodStartAt`](#period-start-at) ● [`AWSTimestamp!`](https://docs.monei.com/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#period-start-at "Direct link to period-start-at")

Start of the settlement period (timestamp of the first transaction included), as a unix timestamp (seconds).

#### [`SettlementEventObject.previousNegative`](#previous-negative) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#previous-negative "Direct link to previous-negative")

`true` when the previous cycle closed with a negative balance.

#### [`SettlementEventObject.releasedAmount`](#released-amount) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#released-amount "Direct link to released-amount")

Reserve released into this settlement from the previous period, in minor units.

#### [`SettlementEventObject.reservedAmount`](#reserved-amount) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#reserved-amount "Direct link to reserved-amount")

Reserve associated with this settlement, in minor units. Sign convention matches `AccountSettlement.reservedAmount`.

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

Reserve rate applied to this settlement, as a whole-number percent (0-100). Forced to 0 when `settleGross` is `true` or after a manual reserve release.

#### [`SettlementEventObject.scheduledAt`](#scheduled-at) ● [`AWSTimestamp!`](https://docs.monei.com/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#scheduled-at "Direct link to scheduled-at")

Settlement evaluation date as a unix timestamp (seconds). See `AccountSettlement.scheduledAt`.

#### [`SettlementEventObject.status`](#status) ● [`SettlementStatus!`](https://docs.monei.com/apis/graphql/types/enums/settlement-status/.md) non-null enum[​](#status "Direct link to status")

Settlement lifecycle status at the time of the event.

#### [`SettlementEventObject.updatedAt`](#updated-at) ● [`AWSTimestamp!`](https://docs.monei.com/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#updated-at "Direct link to updated-at")

Statement date of the most recent transaction aggregated into this settlement, as a unix timestamp (seconds). May be set to `1` on reserve-carry-in batches before any transactions have been processed.

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

Store ID when the settlement is scoped to a specific store.

#### [`SettlementEventObject.currency`](#currency) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#currency "Direct link to currency")

ISO 4217 currency code of the settlement.

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

[`SettlementEvent`](https://docs.monei.com/apis/graphql/types/objects/settlement-event/.md) object
