Search Results for

    Show / Hide Table of Contents

    Class DeclinedPaymentException

    Represents an error response from a create payment call.

    Inheritance
    object
    Exception
    ApiException
    DeclinedTransactionException
    DeclinedPaymentException
    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 DeclinedPaymentException : DeclinedTransactionException, ISerializable

    Constructors

    DeclinedPaymentException(HttpStatusCode, string, PaymentErrorResponse)

    Declaration
    public DeclinedPaymentException(HttpStatusCode statusCode, string responseBody, PaymentErrorResponse response)
    Parameters
    Type Name Description
    HttpStatusCode statusCode
    string responseBody
    PaymentErrorResponse response

    Properties

    CreatePaymentResult

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

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

    Implements

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