softDeleteMoneyAmounts - Pricing Module Reference
BetaThis documentation provides a reference to the softDeleteMoneyAmounts
method. This belongs to the Pricing Module.
This method soft deletes money amounts by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the money amounts to delete.
config
SoftDeleteReturn<TReturnableLinkableKeys>
config
SoftDeleteReturn<TReturnableLinkableKeys>Returns
Promise
Promise<void | Record<string, string[]>>RequiredResolves when the money amounts are successfully deleted.
Promise
Promise<void | Record<string, string[]>>RequiredWas this section helpful?