Class CreateMandateResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Mandates
Assembly: connect-sdk-dotnet.dll
Syntax
public class CreateMandateResponse
Properties
Mandate
Object containing information on a mandate
Declaration
public MandateResponse Mandate { get; set; }
Property Value
Type | Description |
---|---|
MandateResponse |
MerchantAction
Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions
Declaration
public MandateMerchantAction MerchantAction { get; set; }
Property Value
Type | Description |
---|---|
MandateMerchantAction |