/*!
Representation of Money for the crate.
We follow the same convention as the [Square API](https://developer.squareup.com),
that is [Money](Money) consists of an amount and a currency in a valid currency code.
*/
use ;
/// Representation of Money for the crate.
/// The amount is given in the lowest possible denomination.
/// So for GBP the ammount is in pence.
/// The Currency code corresponding to the ammount of Money.