gukgjzkgjhgjh
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
/**
|
||||
* Generated by orval v7.17.0 🍺
|
||||
* Generated by orval v8.8.0 🍺
|
||||
* Do not edit manually.
|
||||
* OpenAPI spec version: 0.0.0
|
||||
*/
|
||||
import type { StatusEnum } from "./statusEnum";
|
||||
import type { OrderItemRead } from "./orderItemRead";
|
||||
import type { CarrierRead } from "./carrierRead";
|
||||
import type { OrderItemRead } from "./orderItemRead";
|
||||
import type { PaymentRead } from "./paymentRead";
|
||||
import type { StatusD4fEnum } from "./statusD4fEnum";
|
||||
|
||||
export interface OrderRead {
|
||||
readonly id: number;
|
||||
readonly status: StatusEnum;
|
||||
readonly status: StatusD4fEnum;
|
||||
/** @pattern ^-?\d{0,8}(?:\.\d{0,2})?$ */
|
||||
readonly total_price: string;
|
||||
/** Order currency - captured from site configuration at order creation and never changes */
|
||||
readonly currency: string;
|
||||
/** @nullable */
|
||||
readonly user: number | null;
|
||||
|
||||
Reference in New Issue
Block a user