Class BudgetedAmount


  • @Generated("jsonschema2pojo")
    public class BudgetedAmount
    extends Object
    Budgeted Amount

    Maximum total amount that can be accepted by all students for a given financial aid year and office.

    • Field Detail

      • value

        @JsonPropertyDescription("The monetary value")
        private Double value
        Value

        The monetary value (Required)

      • currency

        @JsonPropertyDescription("The ISO 4217 currency code")
        private BudgetedAmount.Currency currency
        Currency

        The ISO 4217 currency code (Required)

    • Constructor Detail

      • BudgetedAmount

        public BudgetedAmount()