Search Results for

    Show / Hide Table of Contents

    Class ApiResource

    Base class of all Ingenico ePayments platform API resources.

    Inheritance
    object
    ApiResource
    Client
    CapturesClient
    DisputesClient
    FilesClient
    HostedcheckoutsClient
    HostedmandatemanagementsClient
    InstallmentsClient
    MandatesClient
    MerchantClient
    PaymentsClient
    PayoutsClient
    ProductgroupsClient
    ProductsClient
    RefundsClient
    RiskassessmentsClient
    ServicesClient
    SessionsClient
    TokensClient
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class ApiResource

    Constructors

    ApiResource(ApiResource, IDictionary<string, string>)

    Declaration
    protected ApiResource(ApiResource parent, IDictionary<string, string> pathContext)
    Parameters
    Type Name Description
    ApiResource parent
    IDictionary<string, string> pathContext

    ApiResource(Communicator, string, IDictionary<string, string>)

    Declaration
    protected ApiResource(Communicator communicator, string clientMetaInfo, IDictionary<string, string> pathContext)
    Parameters
    Type Name Description
    Communicator communicator
    string clientMetaInfo
    IDictionary<string, string> pathContext

    Fields

    _clientMetaInfo

    Declaration
    protected readonly string _clientMetaInfo
    Field Value
    Type Description
    string

    _communicator

    Declaration
    protected readonly Communicator _communicator
    Field Value
    Type Description
    Communicator

    Properties

    ClientHeaders

    Declaration
    protected List<RequestHeader> ClientHeaders { get; }
    Property Value
    Type Description
    List<RequestHeader>

    Methods

    CreateException(HttpStatusCode, string, object, CallContext)

    Declaration
    protected Exception CreateException(HttpStatusCode statusCode, string responseBody, object errorObject, CallContext context)
    Parameters
    Type Name Description
    HttpStatusCode statusCode
    string responseBody
    object errorObject
    CallContext context
    Returns
    Type Description
    Exception

    InstantiateUri(string, IDictionary<string, string>)

    Declaration
    protected string InstantiateUri(string uri, IDictionary<string, string> pathContext)
    Parameters
    Type Name Description
    string uri
    IDictionary<string, string> pathContext
    Returns
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.