PaymentReviewModel
public class PaymentReviewModel : NSObject
View model class for review screen
-
Undocumented
Declaration
Swift
public var document: Document? -
Undocumented
Declaration
Swift
public var extractions: [Extraction]? -
Undocumented
Declaration
Swift
public var paymentInfo: PaymentInfo? -
Undocumented
Declaration
Swift
public var documentId: String? -
Undocumented
Declaration
Swift
public init(with giniMerchant: GiniMerchant, document: Document?, extractions: [Extraction]?, paymentInfo: PaymentInfo?, selectedPaymentProvider: PaymentProvider?, paymentComponentsController: PaymentComponentsController)
View on GitHub
PaymentReviewModel Class Reference