Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Contract

export
namespace

Contract

Index

Properties

Optional averageAmount

averageAmount: Amount

Detected amount of the transaction

type

{Amount}

memberof

Contract

Optional categoryName

categoryName: string

Name of assigned category

type

{string}

memberof

Contract

Optional contractDetails

contractDetails: ContractDetailsMap

Some more details of a contract

type

{ContractDetailsMap}

memberof

Contract

Optional contractorName

contractorName: string

Name of the contractor

type

{string}

memberof

Contract

Optional estimatedNextAmount

estimatedNextAmount: Amount

Estimated amount of the next booking

type

{Amount}

memberof

Contract

Optional estimatedNextBookingDate

estimatedNextBookingDate: string

Estimated next booking date in the future

type

{string}

memberof

Contract

Optional firstKnownBookingDate

firstKnownBookingDate: string

First booking date detected

type

{string}

memberof

Contract

Optional lastKnownBookingDate

lastKnownBookingDate: string

Most recent booking date detected

type

{string}

memberof

Contract

Optional paymentInterval

paymentInterval: PaymentIntervalEnum

Interval in which a transaction is repeated

type

{string}

memberof

Contract

Optional type

type: TypeEnum

Type of the contract

type

{string}

memberof

Contract