Search Results for

    Show / Hide Table of Contents

    Class RefundErrorResponse

    Inheritance
    object
    RefundErrorResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Refund
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class RefundErrorResponse

    Properties

    ErrorId

    Unique reference, for debugging purposes, of this error response

    Declaration
    public string ErrorId { get; set; }
    Property Value
    Type Description
    string

    Errors

    List of one or more errors

    Declaration
    public IList<APIError> Errors { get; set; }
    Property Value
    Type Description
    IList<APIError>

    RefundResult

    Object that contains details on the created refund in case one has been created

    Declaration
    public RefundResult RefundResult { get; set; }
    Property Value
    Type Description
    RefundResult
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.