Method SetAmount
SetAmount(decimal, string)
Sets the amount the bag contains for the specified currency code.
Declaration
public void SetAmount(decimal amount, string currencyCode)
Parameters
Type | Name | Description |
---|---|---|
decimal | amount | |
string | currencyCode |
Implements
SetAmount(decimal, Currency)
Sets the amount the bag contains for the specified currency code.
Declaration
public void SetAmount(decimal amount, Currency currency)
Parameters
Type | Name | Description |
---|---|---|
decimal | amount | |
Currency | currency |