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

    Provides the credentials required to authentication to the Laybuy API.

    Inheritance
    Object
    LaybuyCredentials
    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 class LaybuyCredentials

    Constructors

    | Improve this Doc View Source

    LaybuyCredentials(String, String)

    Initializes a new instance of the LaybuyCredentials class.

    Declaration
    public LaybuyCredentials(string merchantId, string apiKey)
    Parameters
    Type Name Description
    String merchantId

    The merchant identifier.

    String apiKey

    The API key.

    Properties

    | Improve this Doc View Source

    ApiKey

    Gets or sets the API key.

    Declaration
    public string ApiKey { get; }
    Property Value
    Type Description
    String

    The API key.

    Remarks

    This is a "secret" value and should be stored securely, and protected from unauthorised access.

    | Improve this Doc View Source

    MerchantId

    Gets or sets the merchant identifier.

    Declaration
    public string MerchantId { get; }
    Property Value
    Type Description
    String

    The merchant identifier.

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