Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 779 Bytes

File metadata and controls

27 lines (13 loc) · 779 Bytes

FolioTransactionGroupByField

Field to group transactions by. When omitted, all transactions are placed in a single group with key "default".

Enum

  • transaction_date (value: 'transaction_date')

  • service_date (value: 'service_date')

  • internal_code_group (value: 'internal_code_group')

  • description (value: 'description')

  • sub_source_identifier (value: 'sub_source_identifier')

  • folio_id (value: 'folio_id')

  • user_id (value: 'user_id')

  • reservation_name (value: 'reservation_name')

  • 'unknown_default_open_api' (value: 'unknown_default_open_api')

[Back to Model list] [Back to API list] [Back to README]