package sa
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class NextPayment(totalAmount: BigDecimal, dueDate: String, daysLeft: Int, billDetails: Seq[BillDetails]) extends Product with Serializable
-
class
SaDesignatoryDetailsViewHelper extends DesignatoryDetailsViewHelper
- Annotations
- @deprecated
- Deprecated
(Since version 27-DEC-2019) Do not use, should not be called directly from the view. Phase out usage and replace with tested service layer data transformations and only pass data to views
Deprecated Value Members
-
object
BillInformation
- Annotations
- @deprecated
- Deprecated
(Since version 27-DEC-2019) Do not use, should not be called directly from the view. Phase out usage and replace with tested service layer data transformations and only pass data to views
-
object
NextPayment extends Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 27-DEC-2019) Do not use, should not be called directly from the view. Phase out usage and replace with tested service layer data transformations and only pass data to views