Options
All
  • Public
  • Public/Protected
  • All
Menu

CancelResultField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • ComplexTypeField<EntityT>
    • CancelResultField

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new CancelResultField(fieldName: string, entityConstructor: Constructable<EntityT>, complexTypeName: string): CancelResultField
  • Creates an instance of ComplexTypeField.

    Parameters

    • fieldName: string

      Actual name of the field used in the OData request

    • entityConstructor: Constructable<EntityT>

      Constructor type of the entity the field belongs to

    • complexTypeName: string

      Type of the field according to the metadata description

    Returns CancelResultField

Properties

billingDocument

billingDocument: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('BillingDocument', this.entityConstructor, 'CancelResult', 'Edm.String')

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

cancellationBillingDocument

cancellationBillingDocument: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('CancellationBillingDocument', this.entityConstructor, 'CancelResult', 'Edm.String')

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

complexTypeName

complexTypeName: string

entityConstructor

entityConstructor: Constructable<EntityT>

fieldName

fieldName: string

systemMessageIdentification

systemMessageIdentification: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageIdentification', this.entityConstructor, 'CancelResult', 'Edm.String')

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

systemMessageNumber

systemMessageNumber: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageNumber', this.entityConstructor, 'CancelResult', 'Edm.String')

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

systemMessageText

systemMessageText: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageText', this.entityConstructor, 'CancelResult', 'Edm.String')

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

systemMessageType

systemMessageType: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageType', this.entityConstructor, 'CancelResult', 'Edm.String')

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

systemMessageVariable1

systemMessageVariable1: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable1', this.entityConstructor, 'CancelResult', 'Edm.String')

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

systemMessageVariable2

systemMessageVariable2: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable2', this.entityConstructor, 'CancelResult', 'Edm.String')

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

systemMessageVariable3

systemMessageVariable3: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable3', this.entityConstructor, 'CancelResult', 'Edm.String')

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

systemMessageVariable4

systemMessageVariable4: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable4', this.entityConstructor, 'CancelResult', 'Edm.String')

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

Methods

fieldPath

  • fieldPath(): string
  • Path to the field to be used in filter and order by queries. In most cases this will just be the fieldName itself. However, for complex types for instance, the path is prefixed with the name of the complextype.

    Returns string

    Path to the field to be used in filter and order by queries.