Search Results for

    Show / Hide Table of Contents

    Class ServiceLocationAddress

    Inheritance
    object
    ServiceLocationAddress
    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 ServiceLocationAddress

    Properties

    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

    CountrySubdivisionCode

    Address country subdivision code, see list for details

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

    PostalCode

    Address postal code

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