Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

DueBalanceRange

Amount due in the specified day range. DueBalanceRange

export interface DueBalanceRange {
	'amount'?: string;
	'dayRange'?: DayRange;
}

Properties

NameRequiredTypeDescription
amountOptionalstringAmount due in the specified range. {string} DueBalanceRange
dayRangeOptionalDayRange{DayRange} DueBalanceRange

Referenced Types

On this page