Interface ShopOrderOutputDTO

ShopOrderOutputDTO

interface ShopOrderOutputDTO {
    amount: number;
    createdAt: string;
    id: string;
    listing?: ShopListingOutputDTO;
    listingId: string;
    status: ShopOrderOutputDTOStatusEnum;
    updatedAt: string;
    userId: string;
}

Properties

amount: number

ShopOrderOutputDTO

createdAt: string

ShopOrderOutputDTO

id: string

ShopOrderOutputDTO

ShopOrderOutputDTO

listingId: string

ShopOrderOutputDTO

ShopOrderOutputDTO

updatedAt: string

ShopOrderOutputDTO

userId: string

ShopOrderOutputDTO