Attributes
public class Attributes : APIModel
Undocumented
-
Undocumented
Declaration
Swift
public var currency: PCPayCurrency -
Undocumented
Declaration
Swift
public var amount: Double -
PACE resource name(s) of one or multiple resources, for which the payment should be authorized.
Declaration
Swift
public var purposePRNs: [String] -
The code and method for two factor authentication, if required by the payment method
Declaration
Swift
public var twoFactor: TwoFactor? -
Undocumented
Declaration
Swift
public init(currency: PCPayCurrency, amount: Double, purposePRNs: [String], twoFactor: TwoFactor? = nil) -
Declaration
Swift
public required init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool -
Declaration
Swift
public static func == (lhs: Attributes, rhs: Attributes) -> Bool
View on GitHub
Attributes Class Reference