courselib::remote::participants_remote

Function user_invoice

Source
pub fn user_invoice(
    headers: HeaderMap,
    participant_id: Uuid,
    status: InvoiceStatus,
) -> Result<ParticipantResponse, String>