Package com.chrt.api.types
Interface ListingBidThreadActionAddedWebhookPayload.BidThreadIdStage
-
- All Known Implementing Classes:
ListingBidThreadActionAddedWebhookPayload.Builder
- Enclosing class:
- ListingBidThreadActionAddedWebhookPayload
public static interface ListingBidThreadActionAddedWebhookPayload.BidThreadIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingBidThreadActionAddedWebhookPayload.OrderIdStagebidThreadId(java.lang.String bidThreadId)The bid thread the bid was added to
-
-
-
Method Detail
-
bidThreadId
ListingBidThreadActionAddedWebhookPayload.OrderIdStage bidThreadId(@NotNull java.lang.String bidThreadId)
The bid thread the bid was added to
-
-