Interface ShopOrderOutputDTO

ShopOrderOutputDTO

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

Properties

amount: number

ShopOrderOutputDTO

createdAt: string

ShopOrderOutputDTO

gameServerId: string

ShopOrderOutputDTO

id: string

ShopOrderOutputDTO

ShopOrderOutputDTO

listingId: string

ShopOrderOutputDTO

playerId: string

ShopOrderOutputDTO

ShopOrderOutputDTO

updatedAt: string

ShopOrderOutputDTO