Options
public struct Options
Undocumented
-
ID of the payment transaction
Declaration
Swift
public var transactionID: String
-
Format of the expected file
Declaration
Swift
public var fileFormat: PCPayFileFormat?
-
Undocumented
Declaration
Swift
public init(transactionID: String, fileFormat: PCPayFileFormat? = nil)