Search Results for

    Show / Hide Table of Contents

    Class CancelRequest

    Cancel request parameters.

    Inheritance
    System.Object
    CancelRequest
    Namespace: ActiveLogin.Authentication.BankId.Api.Models
    Assembly: ActiveLogin.Authentication.BankId.Api.dll
    Syntax
    public class CancelRequest : object

    Constructors

    | Improve this Doc View Source

    CancelRequest(String)

    Declaration
    public CancelRequest(string orderRef)
    Parameters
    Type Name Description
    System.String orderRef

    The OrderRef from the response from auth or sign.

    Properties

    | Improve this Doc View Source

    OrderRef

    The OrderRef from the response from auth or sign.

    Declaration
    public string OrderRef { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution