FrPaymentPeriod

public enum FrPaymentPeriod : Int, Codable

Period of FrPayment.

  • Weekly.

    Declaration

    Swift

    case weekly
  • Monthly.

    Declaration

    Swift

    case monthly
  • Yearly.

    Declaration

    Swift

    case yearly