Search Results for

    Show / Hide Table of Contents

    Class CompletePaymentRequest

    Inheritance
    object
    CompletePaymentRequest
    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 CompletePaymentRequest

    Properties

    CardPaymentMethodSpecificInput

    Object containing the specific input details for card payments

    Declaration
    public CompletePaymentCardPaymentMethodSpecificInput CardPaymentMethodSpecificInput { get; set; }
    Property Value
    Type Description
    CompletePaymentCardPaymentMethodSpecificInput

    Merchant

    Object containing information on you, the merchant

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

    Order

    Order object containing order related data

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