sub to_api_mapping {
return {
branch => 'library_id',
id => 'cash_register_id',
branch_default => 'library_default',
};
}
archived:
type: boolean
description: If this till is archived
branch_default:
library_default:
description: If this till is the branch default
description: If this till is the library default
additionalProperties: false
required:
- cash_register_id
-