Type Alias CurrencyCode

Source
pub type CurrencyCode = SmartString;
Expand description

Currency code (e.g., “USD”, “EUR”, “KRW”)

Aliased Type§

pub struct CurrencyCode { /* private fields */ }