FrPaymentEditableField

public struct FrPaymentEditableField : Codable

Editable options of fields for FrPayment.

  • Editable status of first payment date field.

    Declaration

    Swift

    public let firstPaymentDate: Bool?
  • Editable status of first payment amount field.

    Declaration

    Swift

    public let firstPaymentAmount: Bool?
  • Editable status of last payment date field.

    Declaration

    Swift

    public let lastPaymentAmount: Bool?
  • Editable status of amount field.

    Declaration

    Swift

    public let amount: Bool?
  • Editable status of period field.

    Declaration

    Swift

    public let period: Bool?
  • Editable status of number of payments field.

    Declaration

    Swift

    public let numberOfPayments: Bool?
  • Creates an instance from the specified parameters.

    Declaration

    Swift

    public init(firstPaymentDate: Bool?,
                firstPaymentAmount: Bool?,
                lastPaymentAmount: Bool?,
                amount: Bool?,
                period: Bool?,
                numberOfPayments: Bool?)

    Parameters

    firstPaymentDate

    Editable status of first payment date field.

    firstPaymentAmount

    Editable status of first payment amount field.

    lastPaymentAmount

    Editable status of last payment date field.

    amount

    Editable status of amount field.

    period

    Editable status of period field.

    numberOfPayments

    Editable status of number of payments field.