PaymentResultQuery

@objcMembers
public class PaymentResultQuery : PaymentQuery

Contains the data for getting the PaymentResult from a previous payment.

  • Initialise a PaymentQuery passing the proper parameters

    Declaration

    Swift

    public override init(merchantTransactionReference: String,
                         paypointId: String? = nil)

    Parameters

    merchantTransactionReference

    The transaction reference defined by the merchant to uniquely identify the payment.

    paypointId

    Identifier for the paypoint on which the action should or has been performed on.