Interface ShopOrderCreateInternalDTO

ShopOrderCreateInternalDTO

interface ShopOrderCreateInternalDTO {
    amount: number;
    listingId: string;
    userId?: string;
}

Properties

amount: number

ShopOrderCreateInternalDTO

listingId: string

ShopOrderCreateInternalDTO

userId?: string

ShopOrderCreateInternalDTO