From 1b060b7fb1541f41af4fd4104095e177ea4ebe52 Mon Sep 17 00:00:00 2001 From: Edgar Date: Tue, 15 Dec 2020 10:43:24 +0100 Subject: [PATCH] doc missing --- src/invoice.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/invoice.rs b/src/invoice.rs index e96b4c4..52bbf00 100644 --- a/src/invoice.rs +++ b/src/invoice.rs @@ -703,6 +703,7 @@ pub struct QRCodeParams { pub action: Option, } +/// Used to record a payment. #[derive(Debug, Serialize, Deserialize, Default)] pub struct RecordPaymentPayload { #[serde(skip_serializing_if = "Option::is_none")]