Search Results for

    Show / Hide Table of Contents

    Class DeclinedPayoutException

    Represents an error response from a create payout call.

    Inheritance
    object
    Exception
    ApiException
    DeclinedTransactionException
    DeclinedPayoutException
    Implements
    ISerializable
    _Exception
    Inherited Members
    ApiException.StatusCode
    ApiException.ResponseBody
    ApiException.ErrorId
    ApiException.Errors
    ApiException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class DeclinedPayoutException : DeclinedTransactionException, ISerializable, _Exception

    Constructors

    DeclinedPayoutException(HttpStatusCode, string, PayoutErrorResponse)

    Declaration
    public DeclinedPayoutException(HttpStatusCode statusCode, string responseBody, PayoutErrorResponse errors)
    Parameters
    Type Name Description
    HttpStatusCode statusCode
    string responseBody
    PayoutErrorResponse errors

    Properties

    PayoutResult

    Gets the result of creating a payout if available, otherwise null.

    Declaration
    public PayoutResult PayoutResult { get; }
    Property Value
    Type Description
    PayoutResult

    Implements

    ISerializable
    _Exception
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.