Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateCashDeposit

Creates a cash deposit for the provided device, currency and payment type.

When not explicitly delaying the drop-off, it will be booked to the current active cash journal and financial period.

Hierarchy

  • CreateCashDeposit

Index

Properties

BankNotes

BankNotes: {}

Type declaration

  • [key: number]: number

Coins

Coins: {}

Type declaration

  • [key: number]: number

CurrencyID

CurrencyID: string

Entity type: Currency

Optional DelayDropOff

DelayDropOff: undefined | false | true

When set to true, the cash deposit remains on this device awaiting manual drop-off; see DropOffCashDeposit service

default

false

DeviceID

DeviceID: number

Entity type: Device

Optional Number

Number: undefined | string

Required for monetary deposits

PaymentTypeID

PaymentTypeID: number

Entity type: PaymentType

Optional SignatureBlobID

SignatureBlobID: undefined | string

Optional image of the signature

TotalAmount

TotalAmount: number

Min: 0