Show / Hide Table of Contents
    • Yort.LatitudePay.InStore
      • ILatitudePayClient
      • ILatitudePaySignatureGenerator
      • ILatitudePaySystemClock
      • LatitiudePayShippingLine
      • LatitudePayAddress
      • LatitudePayApiException
      • LatitudePayAuthToken
      • LatitudePayAvailability
      • LatitudePayCancelPurchaseRequest
      • LatitudePayCancelPurchaseResponse
      • LatitudePayClient
      • LatitudePayClientConfiguration
      • LatitudePayConfigurationRequest
      • LatitudePayConfigurationResponse
      • LatitudePayConstants
      • LatitudePayCreatePosPurchaseRequest
      • LatitudePayCreatePosPurchaseResponse
      • LatitudePayCreateRefundRequest
      • LatitudePayCreateRefundResponse
      • LatitudePayCurrencies
      • LatitudePayCustomer
      • LatitudePayEnvironment
      • LatitudePayHMACSHA256SignatureGenerator
      • LatitudePayMoney
      • LatitudePayProduct
      • LatitudePayPurchaseStatusRequest
      • LatitudePayPurchaseStatusResponse
      • LatitudePayReturnUrls
      • LatitudePaySystemClock

    Class LatitudePayAddress

    Represents a physical/postal address used for delivery/shipping or billing.

    Inheritance
    Object
    LatitudePayAddress
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Yort.LatitudePay.InStore
    Assembly: Yort.LatitudePay.InStore.dll
    Syntax
    public class LatitudePayAddress

    Properties

    | Improve this Doc View Source

    AddressLine1

    Gets or sets the first address line.

    Declaration
    [JsonProperty("addressLine1")]
    public string AddressLine1 { get; set; }
    Property Value
    Type Description
    String

    The first address line.

    | Improve this Doc View Source

    AddressLine2

    Gets or sets the second address line.

    Declaration
    [JsonProperty("addressLine2")]
    public string AddressLine2 { get; set; }
    Property Value
    Type Description
    String

    The second address line.

    | Improve this Doc View Source

    CityTown

    Gets or sets the city or town.

    Declaration
    [JsonProperty("cityTown")]
    public string CityTown { get; set; }
    Property Value
    Type Description
    String

    The city or town.

    | Improve this Doc View Source

    CountryCode

    Gets or sets the country code.

    Declaration
    [JsonProperty("countryCode")]
    public string CountryCode { get; set; }
    Property Value
    Type Description
    String

    The country code.

    | Improve this Doc View Source

    Postcode

    Gets or sets the postcode.

    Declaration
    [JsonProperty("postcode")]
    public string Postcode { get; set; }
    Property Value
    Type Description
    String

    The postcode.

    | Improve this Doc View Source

    State

    Gets or sets the state or province.

    Declaration
    [JsonProperty("state")]
    public string State { get; set; }
    Property Value
    Type Description
    String

    The state or province.

    | Improve this Doc View Source

    Suburb

    Gets or sets the suburb.

    Declaration
    [JsonProperty("suburb")]
    public string Suburb { get; set; }
    Property Value
    Type Description
    String

    The suburb.

    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot