Class LatitudePayPurchaseStatusRequest
Represents a request to obtain the status of a payment plan created via CreatePosPurchaseAsync(LatitudePayCreatePosPurchaseRequest).
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public class LatitudePayPurchaseStatusRequest
Properties
| Improve this Doc View SourcePaymentPlanToken
Gets or sets the payment token for the plan. Required.
Declaration
[Required]
[JsonProperty("paymentPlanToken")]
public string PaymentPlanToken { get; set; }
Property Value
Type | Description |
---|---|
String | The payment plan token. |