Options
All
  • Public
  • Public/Protected
  • All
Menu

CancelInvoiceExportParametersField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • any
    • CancelInvoiceExportParametersField

Index

Properties

fiscalYear

fiscalYear: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('FiscalYear', this.entityConstructor, 'CancelInvoiceExportParameters', 'Edm.String')

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

reverseDocument

reverseDocument: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('ReverseDocument', this.entityConstructor, 'CancelInvoiceExportParameters', 'Edm.String')

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

success

success: ComplexTypeBooleanPropertyField<EntityT> = new ComplexTypeBooleanPropertyField('Success', this.entityConstructor, 'CancelInvoiceExportParameters', 'Edm.Boolean')

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