Show / Hide Table of Contents

Class BaseStore

A client store to keep API results

Inheritance
System.Object
BaseRestClient
BaseStore
BaseStore
CheckoutStore
CustomerTokenStore
HostedPaymentPageStore
OrderManagementStore
PaymentStore
SettlementStore
VirtualCardServiceStore
Inherited Members
BaseRestClient.ApiSession
BaseRestClient.Post(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Post<T>(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Patch(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Delete(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Delete<T>(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Put<T>(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Put(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Get<T>(String, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Get(String, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.GetStream(String)
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.Communication
Assembly: Klarna.Rest.Core.dll
Syntax
public abstract class BaseStore : BaseRestClient

Constructors

| Improve this Doc View Source

BaseStore(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 Source

ApiControllerUri

The API endpoint this store is interacting with

Declaration
protected readonly string ApiControllerUri
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.