Class BaseStore
A client store to keep API results
Inheritance
System.Object
BaseStore
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
public abstract class BaseStore : BaseRestClient
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 |
Fields
| Improve this Doc View SourceApiControllerUri
The API endpoint this store is interacting with
Declaration
protected readonly string ApiControllerUri
Field Value
Type | Description |
---|---|
System.String |