Method Add
Add(MonetaryValue)
Adds the specified value to this bag and returns the resulting bag.
Declaration
public ImmutableMoneyBag Add(MonetaryValue value)
Parameters
Returns
Add(decimal, string)
Adds the specified currency and amount to this bag and returns the resulting bag.
Declaration
public ImmutableMoneyBag 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
public ImmutableMoneyBag Add(decimal amount, Currency currency)
Parameters
Returns