Method Add
Add(MonetaryValue)
Adds the specified value to this bag and returns the resulting bag.
Declaration
IImmutableMoneyBag Add(MonetaryValue value)
Parameters
Returns
Add(decimal, string)
Adds the specified currency and amount to this bag and returns the resulting bag.
Declaration
IImmutableMoneyBag Add(decimal amount, string currencyCode)
Parameters
Returns
Add(decimal, Currency)
Adds the specified currency and amount to this bag and returns the resulting bag.
Declaration
IImmutableMoneyBag Add(decimal amount, Currency currency)
Parameters
Returns