Skip to main content

GetDiscountBuyProductExtraInfoResponse

Type Alias GetDiscountBuyProductExtraInfoResponse 

Source
pub type GetDiscountBuyProductExtraInfoResponse = DiscountBuyProductExtraInfo;

Aliased Type§

pub struct GetDiscountBuyProductExtraInfoResponse {
    pub offers: Option<Vec<DiscountBuyPriceOfferItem>>,
}

Fields§

§offers: Option<Vec<DiscountBuyPriceOfferItem>>