Browse Source

Improve documentation

pull/5787/head
Thomas Kaul 1 week ago
parent
commit
0726849a3e
  1. 2
      apps/api/src/app/order/create-order.dto.ts

2
apps/api/src/app/order/create-order.dto.ts

@ -44,7 +44,7 @@ export class CreateOrderDto {
customCurrency?: string;
@IsEnum(DataSource)
@IsOptional()
@IsOptional() // Optional for type FEE, INTEREST, and LIABILITY (default data source is resolved in the backend)
dataSource?: DataSource;
@IsISO8601()

Loading…
Cancel
Save