Paypoint

@objcMembers
public class Paypoint : NSObject, Codable

The paypoint the request has been performed on.

  • The unique payment ID assigned to this paypoint by the merchant.

    Declaration

    Swift

    public private(set) var paypointId: String { get }
  • The payment gateway’s unique terminal ID the paypoint is registered with.

    Declaration

    Swift

    public private(set) var terminalId: String { get }