Package com.chrt.api.types
Interface ListingBidThreadActionAddedWebhookPayload.BidStage
-
- All Known Implementing Classes:
ListingBidThreadActionAddedWebhookPayload.Builder
- Enclosing class:
- ListingBidThreadActionAddedWebhookPayload
public static interface ListingBidThreadActionAddedWebhookPayload.BidStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingBidThreadActionAddedWebhookPayload._FinalStagebid(Bid bid)The bid action that was added to the bid thread
-
-
-
Method Detail
-
bid
ListingBidThreadActionAddedWebhookPayload._FinalStage bid(@NotNull Bid bid)
The bid action that was added to the bid thread
-
-