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 LatitudePayConfigurationRequest

    Represents the options available when requesting configuration information from the LatitudePay API.

    Inheritance
    Object
    LatitudePayConfigurationRequest
    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 LatitudePayConfigurationRequest

    Properties

    | Improve this Doc View Source

    DisplayInModal

    If true the description field will not contain any reference to redirecting to the user to the LatitudePay application.

    Declaration
    [JsonProperty("displayInModal")]
    public bool DisplayInModal { get; set; }
    Property Value
    Type Description
    Boolean

    true if the description shoud mention redirecting to LatitudePay, otherwise false.

    | Improve this Doc View Source

    TotalAmount

    Gets or sets the total purchase amount, inclusive of any shipping and tax components.

    Declaration
    [JsonProperty("totalAmount")]
    public decimal TotalAmount { get; set; }
    Property Value
    Type Description
    Decimal

    The total purchase amount, inclusive of any shipping and tax components.

    See Also

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