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