/*
* BTCPay Greenfield API
*
* A full API to use your BTCPay Server
*
* The version of the OpenAPI document: v1
*
* Generated by: https://openapi-generator.tech
*/
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
pub struct InvoiceMetadataAnyOf11 {
#[serde(rename = "itemDesc", skip_serializing_if = "Option::is_none")]
pub item_desc: Option<String>,
}
impl InvoiceMetadataAnyOf11 {
pub fn new() -> InvoiceMetadataAnyOf11 {
InvoiceMetadataAnyOf11 {
item_desc: None,
}
}
}