Search Results for

    Show / Hide Table of Contents

    Class CancelPaymentResponse

    Inheritance
    object
    CancelPaymentResponse
    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.Payment
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class CancelPaymentResponse

    Properties

    CardPaymentMethodSpecificOutput

    Object that holds specific information on cancelled card payments

    Declaration
    public CancelPaymentCardPaymentMethodSpecificOutput CardPaymentMethodSpecificOutput { get; set; }
    Property Value
    Type Description
    CancelPaymentCardPaymentMethodSpecificOutput

    MobilePaymentMethodSpecificOutput

    Object that holds specific information on cancelled mobile payments

    Declaration
    public CancelPaymentMobilePaymentMethodSpecificOutput MobilePaymentMethodSpecificOutput { get; set; }
    Property Value
    Type Description
    CancelPaymentMobilePaymentMethodSpecificOutput

    Payment

    Object that holds the payment related properties

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