MTN Momo Payment API for Rust, with support for both the Sandbox and Production environments. All products are supported: Collections, Disbursements and Remittances.
#[doc(hidden)]useserde::{Deserialize, Serialize};usecrate::enums::currency::Currency;#[derive(Debug, Serialize, Deserialize)]pubstructBalance{#[serde(rename ="availableBalance")]// The available balance of the account
pubavailable_balance: String, // The available balance of the account
pubcurrency: Currency, // ISO4217 Currency
}