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 LatitudePayConstants

    Contains constants for useful for dealing with the LatitudePay API.

    Inheritance
    Object
    LatitudePayConstants
    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 static class LatitudePayConstants

    Fields

    | Improve this Doc View Source

    GenoapayV3ContentType

    Returns the content-type to use for HTTP requests to the Genoapay API for version 3 content entities.

    Declaration
    public const string GenoapayV3ContentType = "application/com.genoapay.ecom-v3.1+json"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    GenoaProductionRootUrl

    Returns a string containing the root url for the live/production LatitudePay API.

    Declaration
    public const string GenoaProductionRootUrl = "https://api.genoapay.com"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    GenoaUatRootUrl

    Returns a string containing the root url for the UAT/sandbox/test LatitudePay API.

    Declaration
    public const string GenoaUatRootUrl = "https://api.uat.genoapay.com"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    LatitudePayV3ContentType

    Returns the content-type to use for HTTP requests to the LatitudePay API for version 3 content entities.

    Declaration
    public const string LatitudePayV3ContentType = "application/com.latitudepay.ecom-v3.0+json"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    ProductionRootUrl

    Returns a string containing the root url for the live/production LatitudePay API.

    Declaration
    public const string ProductionRootUrl = "https://api.latitudepay.com"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    StatusApproved

    The status of a payment plan that has been approved by the customer and payment processor.

    Declaration
    public const string StatusApproved = "APPROVED"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    StatusDeclined

    The status of a payment plan that has been cancelled or declined for some reason (i.e insufficient funds).

    Declaration
    public const string StatusDeclined = "DECLINED"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    StatusPending

    The status of a payment plan that has been requested but not yet approved or declined.

    Declaration
    public const string StatusPending = "PENDING"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    UatRootUrl

    Returns a string containing the root url for the UAT/sandbox/test LatitudePay API.

    Declaration
    public const string UatRootUrl = "https://api.uat.latitudepay.com"
    Field Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot