Format
typescript
NetConversation.ChangeCurrencyAmount(type, diff)class: NetConversation
Description
Edit the amount of change in the currency stored in this NetConversation.
Parameters
| param_name | type | description |
|---|---|---|
| type | string | currency type |
| diff | number | The amount of change |
Return
| type | description |
|---|---|
Promise<CurrencyOperationResult> | Currency operation results |
