Class LatitudePayCancelPurchaseRequest
Represents a request to cancel a payment plan previously requested and not yet accepted or declined.
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public class LatitudePayCancelPurchaseRequest
Properties
| Improve this Doc View SourcePaymentPlanToken
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. |