Class LatitudePayPurchaseStatusResponse
Represents the status of a payment plan as returned by a GetPurchaseStatusAsync(LatitudePayPurchaseStatusRequest) request.
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public class LatitudePayPurchaseStatusResponse
Properties
| Improve this Doc View SourceMessage
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. |
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
| Improve this Doc View SourceToken
Gets or sets the payment token.
Declaration
[JsonProperty("token")]
public string Token { get; set; }
Property Value
Type | Description |
---|---|
String | The token. |