Class ReferenceInfoType
- Namespace
- Org.Etsi.Uri._01903.V1._3._2
- Assembly
- EInvoice.Ubl.dll
[Serializable]
public class ReferenceInfoType
- Inheritance
-
ReferenceInfoType
- Inherited Members
-
Properties
DigestMethod
[Required(AllowEmptyStrings = true)]
public DigestMethodType DigestMethod { get; set; }
Property Value
- DigestMethodType
DigestValue
[Required(AllowEmptyStrings = true)]
public byte[] DigestValue { get; set; }
Property Value
- byte[]
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
- string
Uri
[AllowNull]
[MaybeNull]
public string Uri { get; set; }
Property Value
- string