Class BaseStore
A client store to keep API results
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Klarna.Rest.Core.Commuication
Assembly: Klarna.Rest.Core.dll
Syntax
[Obsolete("Use Communication namespace instead of Commuication")]
public abstract class BaseStore : BaseStore
Constructors
| Improve this Doc View SourceBaseStore(ApiSession, String, IJsonSerializer)
BaseStore Constructor
Declaration
protected BaseStore(ApiSession apiSession, string apiControllerUri, IJsonSerializer jsonSerializer)
Parameters
Type | Name | Description |
---|---|---|
ApiSession | apiSession | The API session instance used to communicate with Klarna APIs |
System.String | apiControllerUri | The API endpoint to call |
IJsonSerializer | jsonSerializer | The JSON Serializer instance to use when sending / receiving data |