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

    Represents a refund previously made against an order.

    Inheritance
    Object
    LaybuyOrderRefund
    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 LaybuyOrderRefund

    Properties

    | Improve this Doc View Source

    Amount

    Gets or sets the amount of the refund.

    Declaration
    [JsonProperty("amount")]
    public decimal Amount { get; set; }
    Property Value
    Type Description
    Decimal

    The amount.

    | Improve this Doc View Source

    DateTime

    Gets or sets the date time at which the refund occurred.

    Declaration
    [JsonProperty("dateTime")]
    public DateTime DateTime { get; set; }
    Property Value
    Type Description
    DateTime

    The date time.

    | Improve this Doc View Source

    RefundId

    Gets or sets the refund identifier.

    Declaration
    [JsonProperty("refundId")]
    public int RefundId { get; set; }
    Property Value
    Type Description
    Int32

    The refund identifier.

    | Improve this Doc View Source

    RefundReference

    Gets or sets the refund reference.

    Declaration
    [JsonProperty("refundReference")]
    public string RefundReference { get; set; }
    Property Value
    Type Description
    String

    The refund reference.

    | Improve this Doc View Source

    User

    Gets or sets the user that made the refund.

    Declaration
    [JsonProperty("user")]
    public string User { get; set; }
    Property Value
    Type Description
    String

    The user.

    | Improve this Doc View Source

    UserNote

    Gets or sets the user entered note of the refund.

    Declaration
    [JsonProperty("userNote")]
    public string UserNote { get; set; }
    Property Value
    Type Description
    String

    The user note.

    See Also

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