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 LatitudePayCancelPurchaseRequest

    Represents a request to cancel a payment plan previously requested and not yet accepted or declined.

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

    Properties

    | Improve this Doc View Source

    PaymentPlanToken

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

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

    The payment plan token.

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