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

    Represents the values returned by a call to Refund(RefundRequest).

    Inheritance
    Object
    LaybuyApiResponseBase
    RefundResponse
    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 RefundResponse : LaybuyApiResponseBase

    Properties

    | Improve this Doc View Source

    MerchantReference

    The merchant reference of the (original) Laybuy order that was refunded against.

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

    RefundId

    The unique id of the refund transaction created.

    Declaration
    [JsonProperty("refundId")]
    public long RefundId { get; set; }
    Property Value
    Type Description
    Int64
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot