Class CreateHostedMandateManagementRequest
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CreateHostedMandateManagementRequest
Properties
CreateMandateInfo
Object containing partial information needed for the creation of the mandate. The recurrencetype, signature type of the mandate and reference to the customer are mandatory. You can also supply any personal information you already know about the customer so they have to fill in less details.
Declaration
public HostedMandateInfo CreateMandateInfo { get; set; }
Property Value
Type | Description |
---|---|
HostedMandateInfo |
HostedMandateManagementSpecificInput
Object containing hosted mandate management specific data
Declaration
public HostedMandateManagementSpecificInput HostedMandateManagementSpecificInput { get; set; }
Property Value
Type | Description |
---|---|
HostedMandateManagementSpecificInput |