Type Alias EmailPaymentResponse

Source
pub type EmailPaymentResponse = StdResp<EmailPaymentRes>;

Aliased Type§

pub struct EmailPaymentResponse {
    pub success: bool,
    pub data: EmailPaymentRes,
    pub message: Option<String>,
}

Fields§

§success: bool§data: EmailPaymentRes§message: Option<String>