Skip to content

Format

typescript
NetConversation.ChangeCurrencyAmount(type, diff)

class: NetConversation

Description

Edit the amount of change in the currency stored in this NetConversation.

Parameters

param_nametypedescription
typestringcurrency type
diffnumberThe amount of change

Return

typedescription
Promise<CurrencyOperationResult>Currency operation results

Code Example