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 LatitudePayPurchaseStatusResponse

    Represents the status of a payment plan as returned by a GetPurchaseStatusAsync(LatitudePayPurchaseStatusRequest) request.

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

    Properties

    | Improve this Doc View Source

    Message

    Gets or sets a human readable message related to the status of this payment plan.

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

    The message.

    | Improve this Doc View Source

    Status

    Gets or sets the status of the payment plan.

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

    The status.

    See Also
    LatitudePayConstants
    | Improve this Doc View Source

    Token

    Gets or sets the payment token.

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

    The token.

    See Also

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