Class CreateOrderResponse
Represents the response from a Create(CreateOrderRequest).
Inherited Members
Namespace: Yort.Laybuy.InStore
Assembly: Yort.Laybuy.InStore.dll
Syntax
public class CreateOrderResponse : LaybuyApiResponseBase
Properties
| Improve this Doc View SourcePaymentUrl
The URL to use that begins the Laybuy payment process. Populated when the result is SUCCESS.
Declaration
[JsonProperty("paymentUrl")]
public string PaymentUrl { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
| Improve this Doc View SourceToken
The Laybuy payment token for the payment. Populated when the result is SUCCESS.
Declaration
[JsonProperty("token")]
public string Token { get; set; }
Property Value
Type | Description |
---|---|
String |