Options
public struct Options
Undocumented
-
Announcing the transaction without actually capturing the payment. An announced transaction can later be processed only if providing the same
paymentToken
,purposePRN
, andproviderPRN
. By announcing the transaction the token is locked to be used only with this transaction. ThepriceIncludingVAT
andcurrency
will be taken from the token, and upon capturing the transaction, must be equal or lower than what was announced.Declaration
Swift
public var announce: Bool?
-
Undocumented
Declaration
Swift
public init(announce: Bool? = nil)