Class CommitmentTypeIndicationType

Namespace
Org.Etsi.Uri._01903.V1._3._2
Assembly
EInvoice.Ubl.dll
[Serializable]
public class CommitmentTypeIndicationType
Inheritance
CommitmentTypeIndicationType
Inherited Members

Properties

AllSignedDataObjects

[AllowNull]
[MaybeNull]
public object AllSignedDataObjects { get; set; }

Property Value

object

CommitmentTypeId

[Required(AllowEmptyStrings = true)]
public ObjectIdentifierType CommitmentTypeId { get; set; }

Property Value

ObjectIdentifierType

CommitmentTypeQualifiers

[AllowNull]
[MaybeNull]
public Collection<AnyType> CommitmentTypeQualifiers { get; set; }

Property Value

Collection<AnyType>

CommitmentTypeQualifiersSpecified

Gets a value indicating whether the CommitmentTypeQualifiers collection is empty.

public bool CommitmentTypeQualifiersSpecified { get; }

Property Value

bool

ObjectReference

[AllowNull]
[MaybeNull]
public Collection<string> ObjectReference { get; set; }

Property Value

Collection<string>

ObjectReferenceSpecified

Gets a value indicating whether the ObjectReference collection is empty.

public bool ObjectReferenceSpecified { get; }

Property Value

bool