Class GetHostedMandateManagementResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class GetHostedMandateManagementResponse
Properties
Mandate
When a mandate has been created during the hosted mandate management session this object will return the details.
Declaration
public MandateResponse Mandate { get; set; }
Property Value
Type | Description |
---|---|
MandateResponse |
Status
This is the status of the hosted mandate management. Possible values are:
- IN_PROGRESS - The session has been created, but no mandate has been created yet.
- MANDATE_CREATED - A mandate has been created, the customer might still need to sign the mandate.
- FAILED - There was an error while creating the mandate, the session can not continue.
- CANCELLED_BY_CONSUMER - The session was cancelled before a mandate was created
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |