deleteMoneyAmounts - Pricing Module Reference
BetaThis documentation provides a reference to the deleteMoneyAmounts
method. This belongs to the Pricing Module.
This method deletes money amounts by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the money amounts to delete.
sharedContext
ContextA context used to share resources, such as transaction manager, between the application and the module.
sharedContext
ContextReturns
Promise
Promise<void>RequiredResolves when the money amounts are successfully deleted.
Was this section helpful?