Search Results for

    Show / Hide Table of Contents

    Class MerchantData

    Inheritance
    object
    MerchantData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Worldline.Acquiring.Sdk.V1.Domain
    Assembly: Worldline.Acquiring.Sdk.dll
    Syntax
    public class MerchantData

    Properties

    Address

    Street address

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

    City

    Address city

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

    CountryCode

    Address country code, ISO 3166 international standard

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

    MerchantCategoryCode

    Merchant category code (MCC)

    Declaration
    public int? MerchantCategoryCode { get; set; }
    Property Value
    Type Description
    int?

    Name

    Merchant name

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

    PostalCode

    Address postal code

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

    StateCode

    Address state code, only supplied if country is US or CA

    Declaration
    public string StateCode { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA