Class MandateApproval
Inheritance
MandateApproval
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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