Skip to content

SudoSOS Back-end API / notifications/notification-options / UserDebtNotificationOptions

Class: UserDebtNotificationOptions ​

Notification about a user's debt.

Extends ​

Constructors ​

Constructor ​

ts
new UserDebtNotificationOptions(url, balance): UserDebtNotificationOptions;

Parameters ​

ParameterTypeDescription
urlstringURL to resolve or pay the debt.
balanceDineroThe current debt balance.

Returns ​

UserDebtNotificationOptions

Overrides ​

TemplateOptions.constructor

Properties ​

PropertyModifierTypeDescription
balancepublicDineroThe current debt balance.
urlpublicstringURL to resolve or pay the debt.