Takaro - v0.4.9
    Preparing search index...

    Interface ShopOrderOutputDTO

    ShopOrderOutputDTO

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

    Properties

    amount: number

    ShopOrderOutputDTO

    createdAt: string

    ShopOrderOutputDTO

    id: string

    ShopOrderOutputDTO

    ShopOrderOutputDTO

    listingId: string

    ShopOrderOutputDTO

    playerId: string

    ShopOrderOutputDTO

    ShopOrderOutputDTO

    updatedAt: string

    ShopOrderOutputDTO