Search Results for

    Show / Hide Table of Contents

    Class MobilePaymentMethodSpecificOutput

    Inheritance
    object
    AbstractPaymentMethodSpecificOutput
    MobilePaymentMethodSpecificOutput
    Inherited Members
    AbstractPaymentMethodSpecificOutput.PaymentProductId
    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.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class MobilePaymentMethodSpecificOutput : AbstractPaymentMethodSpecificOutput

    Properties

    AuthorisationCode

    Card Authorization code as returned by the acquirer

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

    FraudResults

    Fraud results contained in the CardFraudResults object

    Declaration
    public CardFraudResults FraudResults { get; set; }
    Property Value
    Type Description
    CardFraudResults

    Network

    The network that was used for the refund

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

    PaymentData

    Object containing payment details

    Declaration
    public MobilePaymentData PaymentData { get; set; }
    Property Value
    Type Description
    MobilePaymentData

    ThreeDSecureResults

    3D Secure results object

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