Model for verify signed Invoice
Request Model
Note- Request Model of verify Signed Invoice is ResponcePl of Generate IRN, But make QRCodeImage as null.
Responce Model
public class VerifyRespPl
{
public bool IsVerified { get; set; }
public string JwtIssuerIRP { get; set; }
public string VerifiedWithCertificateEffectiveFrom { get; set; }
public string CertificateName { get; set; }
public string CertStartDate { get; set; }
public string CertExpiryDate { get; set; }
}