Skip to main content

ProviderStatement

@forge/monorepo


@forge/monorepo / backend/src / ProviderStatement

Type Alias: ProviderStatement

ProviderStatement = object

Defined in: backend/src/usage/rollups.ts:113

What the provider says a period cost.

costMinorUnits in the same integer minor units the ledger uses, so a comparison is exact arithmetic rather than a float difference that is always slightly nonzero.

Properties

costMinorUnits

readonly costMinorUnits: number

Defined in: backend/src/usage/rollups.ts:117


currency

readonly currency: string

Defined in: backend/src/usage/rollups.ts:118


from

readonly from: string

Defined in: backend/src/usage/rollups.ts:115


provider

readonly provider: string

Defined in: backend/src/usage/rollups.ts:114


to

readonly to: string

Defined in: backend/src/usage/rollups.ts:116