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 SourceCancelRequest(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 SourceOrderRef
The OrderRef from the response from auth or sign.
Declaration
public string OrderRef { get; }
Property Value
Type | Description |
---|---|
System.String |