• 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 LaybuyApiResponseBase

    Provides properties for values that (can) appear on all (any) API responses.

    Inheritance
    Object
    LaybuyApiResponseBase
    CancelOrderResponse
    CreateOrderResponse
    OrderResponse
    OrderStatusResponse
    RefundResponse
    Inherited Members
    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 abstract class LaybuyApiResponseBase

    Properties

    | Improve this Doc View Source

    Error

    A human readable description of the error that occurred.

    Declaration
    [JsonProperty("error")]
    public string Error { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Result

    The result of the API call, usually one of the LaybuyStatus for success or failure.

    Declaration
    [JsonProperty("result")]
    public string Result { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot