Options
All
  • Public
  • Public/Protected
  • All
Menu

AvailabilityRecordField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • any
    • AvailabilityRecordField

Index

Properties

availableQuantityInBaseUnit

availableQuantityInBaseUnit: ComplexTypeBigNumberPropertyField<EntityT> = new ComplexTypeBigNumberPropertyField('AvailableQuantityInBaseUnit', this.entityConstructor, 'AvailabilityRecord', 'Edm.Decimal')

Representation of the AvailabilityRecord.availableQuantityInBaseUnit property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

baseUnit

baseUnit: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('BaseUnit', this.entityConstructor, 'AvailabilityRecord', 'Edm.String')

Representation of the AvailabilityRecord.baseUnit property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

periodEndTimeZone

periodEndTimeZone: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('PeriodEndTimeZone', this.entityConstructor, 'AvailabilityRecord', 'Edm.String')

Representation of the AvailabilityRecord.periodEndTimeZone property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

periodEndUtcDateTime

periodEndUtcDateTime: ComplexTypeDatePropertyField<EntityT> = new ComplexTypeDatePropertyField('PeriodEndUTCDateTime', this.entityConstructor, 'AvailabilityRecord', 'Edm.DateTime')

Representation of the AvailabilityRecord.periodEndUtcDateTime property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

periodStartTimeZone

periodStartTimeZone: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('PeriodStartTimeZone', this.entityConstructor, 'AvailabilityRecord', 'Edm.String')

Representation of the AvailabilityRecord.periodStartTimeZone property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

periodStartUtcDateTime

periodStartUtcDateTime: ComplexTypeDatePropertyField<EntityT> = new ComplexTypeDatePropertyField('PeriodStartUTCDateTime', this.entityConstructor, 'AvailabilityRecord', 'Edm.DateTime')

Representation of the AvailabilityRecord.periodStartUtcDateTime property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.