• Articles
  • Api Documentation

    Show / Hide Table of Contents
    • Yort.Laybuy.InStore
      • CancelOrderRequest
      • CancelOrderResponse
      • CreateOrderRequest
      • CreateOrderResponse
      • ILaybuyClient
      • LaybuyApiException
      • LaybuyApiResponseBase
      • LaybuyClient
      • LaybuyClientConfiguration
      • LaybuyCredentials
      • LaybuyCustomerAddress
      • LaybuyCustomerBase
      • LaybuyEnvironment
      • LaybuyItem
      • LaybuyOrderRefund
      • LaybuyOrderStatus
      • LaybuyRequestBase
      • LaybuyStatus
      • OrderRequest
      • OrderResponse
      • OrderStatusRequest
      • OrderStatusResponse
      • RefundRequest
      • RefundResponse
      • RequestLaybuyCustomer
      • ResponseLaybuyCustomer
      • StandardOriginData

    Class CreateOrderResponse

    Represents the response from a Create(CreateOrderRequest).

    Inheritance
    Object
    LaybuyApiResponseBase
    CreateOrderResponse
    Inherited Members
    LaybuyApiResponseBase.Result
    LaybuyApiResponseBase.Error
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Yort.Laybuy.InStore
    Assembly: Yort.Laybuy.InStore.dll
    Syntax
    public class CreateOrderResponse : LaybuyApiResponseBase

    Properties

    | Improve this Doc View Source

    PaymentUrl

    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
    LaybuyStatus
    | Improve this Doc View Source

    Token

    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
    See Also
    LaybuyStatus

    See Also

    CreateOrderRequest
    Create(CreateOrderRequest)
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot