Search Results for

    Show / Hide Table of Contents

    Class Merchant

    Inheritance
    object
    Merchant
    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.Domain.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class Merchant

    Properties

    ConfigurationId

    In case your account has been setup with multiple configurations you can use this property to identify the one you would like to use for the transaction. Note that you can only submit preconfigured values in combination with the Worldline Online Payments Acceptance platform. In case no value is supplied a default value of 0 will be submitted to the Worldline Online Payments Acceptance platform. The Worldline Online Payments Acceptance platform internally refers to this as a PosId.

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

    ContactWebsiteUrl

    URL to find contact or support details to contact in case of questions.

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

    Seller

    Object containing seller details

    Declaration
    public Seller Seller { get; set; }
    Property Value
    Type Description
    Seller

    WebsiteUrl

    The website from which the purchase was made. The '+' character is not allowed in this property for transactions that are processed by TechProcess Payment Platform.

    Declaration
    public string WebsiteUrl { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.