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