Search Results for

    Show / Hide Table of Contents

    Class DeclinedPayoutException

    Represents an error response from a payout call.

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

    Constructors

    DeclinedPayoutException(HttpStatusCode, string, PayoutErrorResponse)

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

    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.