Class MandateApproval
Inheritance
MandateApproval
Assembly: connect-sdk-dotnet.dll
Syntax
public class MandateApproval
Properties
MandateSignatureDate
The date when the mandate was signed
Format: YYYYMMDD
Declaration
public string MandateSignatureDate { get; set; }
Property Value
MandateSignaturePlace
The city where the mandate was signed
Declaration
public string MandateSignaturePlace { get; set; }
Property Value
MandateSigned
- true = Mandate is signed
- false = Mandate is not signed
Declaration
public bool? MandateSigned { get; set; }
Property Value