Class CompletePaymentRequest
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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 |