-
isComplete is true when all of the inputs on the sheet are valid and the sheet ready to be submitted.
Declaration
Swift
var isComplete: Bool { get } -
Declaration
Swift
var completionErrors: [String : any Error] { get } -
Declaration
Swift
var currentFirstResponder: (any ForagePaymentSheetField)? { get }