Class CompletePaymentRequest
Inherited Members
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 |