Class LatitudePayCancelPurchaseResponse
Represents the response to a request to cancel a pending payment plan (via CancelPurchaseAsync(LatitudePayCancelPurchaseRequest)).
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public class LatitudePayCancelPurchaseResponseProperties
| Improve this Doc View SourceCancelledDate
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. | 
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. |