pub type GetDiscountBuyProductExtraInfoResponse = DiscountBuyProductExtraInfo;Aliased Type§
pub struct GetDiscountBuyProductExtraInfoResponse {
pub offers: Option<Vec<DiscountBuyPriceOfferItem>>,
}Fields§
§offers: Option<Vec<DiscountBuyPriceOfferItem>>