Search Results for

    Show / Hide Table of Contents

    Class CreatePaymentResult

    Inheritance
    object
    CreatePaymentResult
    CompletePaymentResponse
    CreatePaymentResponse
    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.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class CreatePaymentResult

    Properties

    CreationOutput

    Object containing the details of the created payment

    Declaration
    public PaymentCreationOutput CreationOutput { get; set; }
    Property Value
    Type Description
    PaymentCreationOutput

    MerchantAction

    Object that contains the action, including the needed data, that you should perform next, like showing instruction, showing the transaction results or redirect to a third party to complete the payment

    Declaration
    public MerchantAction MerchantAction { get; set; }
    Property Value
    Type Description
    MerchantAction

    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.