PosRegistration
@objcMembers
public class PosRegistration : NSObject
Holds the data needed for registering a Point Of Sale.
-
Identifier for the paypoint on which the action should or has been performed on.
Declaration
Swift
public private(set) var paypointId: String? { get }
-
Contains the data to register a new Point of Sale.
Declaration
Swift
public private(set) var pointOfSale: PointOfSale { get }
-
Initialise a PosRegistration passing the proper parameters
Declaration
Swift
public init(paypointId: String? = nil, pointOfSale: PointOfSale)
Parameters
paypointId
Identifier for the paypoint on which the action should or has been performed on.
pointOfSale
The transaction reference defined by the merchant to uniquely identify the payment.