Packages

package sa

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class NextPayment(totalAmount: BigDecimal, dueDate: String, daysLeft: Int, billDetails: Seq[BillDetails]) extends Product with Serializable
  2. 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

  1. 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

  2. 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

Ungrouped