FrPaymentEditableField
public struct FrPaymentEditableField : Codable
-
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?
-
Declaration
Swift
public init(firstPaymentDate: Bool?, firstPaymentAmount: Bool?, lastPaymentAmount: Bool?, amount: Bool?, period: Bool?, numberOfPayments: Bool?)