Skip to main content

GetProductResponse

Type Alias GetProductResponse 

Source
pub type GetProductResponse = GetProductResult;

Aliased Type§

pub struct GetProductResponse {
    pub category: Option<String>,
    pub list: Option<Vec<EarnProduct>>,
}

Fields§

§category: Option<String>§list: Option<Vec<EarnProduct>>