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 LatitudePayAvailability

    Represents details of an available country & currency combination that can be used with the current LatitudePay account.

    Inheritance
    Object
    LatitudePayAvailability
    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 LatitudePayAvailability
    Remarks

    Returns as part of LatitudePayConfigurationResponse.

    Properties

    | Improve this Doc View Source

    Country

    Gets or sets the name of a country associated with this account.

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

    The country name.

    | Improve this Doc View Source

    CountryCode

    Gets or sets the ISO code of a country associated with this account.

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

    The country code.

    | Improve this Doc View Source

    Currency

    Gets or sets the ISO currency code associated with this account.

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

    The currency.

    | Improve this Doc View Source

    CurrencySymbol

    Gets or sets the symbol (i.e $) used with the currency associated with this account.

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

    The currency symbol.

    See Also

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