Struct bitmask_core::operations::lightning::AddInvoiceResponse
source · pub struct AddInvoiceResponse {
pub req_id: String,
pub uid: u32,
pub payment_request: Option<String>,
pub meta: Option<String>,
pub metadata: Option<String>,
pub amount: Money,
pub rate: Option<String>,
pub currency: String,
pub target_account_currency: Option<String>,
pub account_id: Option<String>,
pub error: Option<String>,
pub fees: Option<String>,
}Expand description
Add Invoice response
Fields§
§req_id: String§uid: u32§payment_request: Option<String>§meta: Option<String>§metadata: Option<String>§amount: Money§rate: Option<String>§currency: String§target_account_currency: Option<String>§account_id: Option<String>§error: Option<String>§fees: Option<String>Trait Implementations§
source§impl Clone for AddInvoiceResponse
impl Clone for AddInvoiceResponse
source§fn clone(&self) -> AddInvoiceResponse
fn clone(&self) -> AddInvoiceResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AddInvoiceResponse
impl Debug for AddInvoiceResponse
source§impl<'de> Deserialize<'de> for AddInvoiceResponse
impl<'de> Deserialize<'de> for AddInvoiceResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more