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 LatitudePayCancelPurchaseResponse

    Represents the response to a request to cancel a pending payment plan (via CancelPurchaseAsync(LatitudePayCancelPurchaseRequest)).

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

    Properties

    | Improve this Doc View Source

    CancelledDate

    Gets or sets the date and time at which the plan was cancelled.

    Declaration
    [JsonProperty("cancelledDate")]
    public DateTime CancelledDate { get; set; }
    Property Value
    Type Description
    DateTime

    The cancelled date.

    | Improve this Doc View Source

    Token

    Gets or sets the token of the payment plan to be cancelled.

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

    The token.

    See Also

    CancelPurchaseAsync(LatitudePayCancelPurchaseRequest)
    LatitudePayClient
    LatitudePayCancelPurchaseResponse
    Token
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot