Skip to main content

RefundResponse

Type Alias RefundResponse 

Source
pub type RefundResponse = RefundResponseResult;

Aliased Type§

pub struct RefundResponse {
    pub refund_orders: Option<Vec<RefundOrder>>,
}

Fields§

§refund_orders: Option<Vec<RefundOrder>>