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 LatitudePayConfigurationResponse

    Represents the response from a GetConfigurationAsync(LatitudePayConfigurationRequest) call.

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

    Properties

    | Improve this Doc View Source

    Availability

    Gets or sets a collection of Availability instances specifying currencies and countries usable with the current merchant account.

    Declaration
    public IEnumerable<LatitudePayAvailability> Availability { get; set; }
    Property Value
    Type Description
    IEnumerable<LatitudePayAvailability>

    The availability details for the current merchant account.

    | Improve this Doc View Source

    Description

    Gets or setsa description of a payment plan using the TotalAmount specified.

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

    The supposed payment plan description.

    | Improve this Doc View Source

    MaximumAmount

    Gets or sets the maximum purchase amount.

    Declaration
    public decimal MaximumAmount { get; set; }
    Property Value
    Type Description
    Decimal

    The maximum purchase amount.

    | Improve this Doc View Source

    MinimumAmount

    Gets or sets the minimum purchase amount.

    Declaration
    public decimal MinimumAmount { get; set; }
    Property Value
    Type Description
    Decimal

    The minimum purchase amount.

    | Improve this Doc View Source

    Name

    Gets or sets the name of the service (LatitudePay/GenoaPay etc).

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

    The service name.

    See Also

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