Search Results for

    Show / Hide Table of Contents

    Class DirectoryParams

    Query parameters for Get payment product directory

    Inheritance
    object
    AbstractParamRequest
    DirectoryParams
    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.Merchant.Products
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class DirectoryParams : AbstractParamRequest

    Properties

    CountryCode

    ISO 3166-1 alpha-2 country code

    Declaration
    public string CountryCode { get; set; }
    Property Value
    Type Description
    string

    CurrencyCode

    Three-letter ISO currency code representing the currency of the transaction

    Declaration
    public string CurrencyCode { get; set; }
    Property Value
    Type Description
    string

    Methods

    ToRequestParameters()

    Declaration
    public override IEnumerable<RequestParam> ToRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParam>
    Overrides
    AbstractParamRequest.ToRequestParameters()
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.