Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DepositType

Index

Enumeration members

Enumeration members

FullDeposit

FullDeposit: = "FULL_DEPOSIT"

An amount that covers the entire cost of the service is due at the time of booking. In other words, the deposit amount is equal to the total amount

NoDeposit

NoDeposit: = "NO_DEPOSIT"

There is no deposit required before the time of service. In other words, the deposit amount is zero

PartialDeposit

PartialDeposit: = "PARTIAL_DEPOSIT"

An amount that will go towards the final total amount is due at the time of booking. In other words, the deposit amount is less than the total amount

Generated using TypeDoc