Class CollectRequest
Collect request parameters.
Inheritance
System.Object
CollectRequest
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public class CollectRequest : object
Constructors
| Improve this Doc View SourceCollectRequest(String)
Declaration
public CollectRequest(string orderRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | orderRef | The OrderRef returned from auth or sign. |
Properties
| Improve this Doc View SourceOrderRef
The OrderRef returned from auth or sign.
Declaration
public string OrderRef { get; }
Property Value
Type | Description |
---|---|
System.String |