updatePaymentCollections - Payment Module Reference
This documentation provides a reference to the updatePaymentCollections
method. This belongs to the Payment Module.
updatePaymentCollections(paymentCollectionId, data, sharedContext?): Promise<PaymentCollectionDTO>
This method updates an existing payment collection.
Example
Parameters
paymentCollectionId
stringRequiredThe payment collection's ID.
The attributes to update in the payment collection.
Returns
The updated payment collection.
updatePaymentCollections(selector, data, sharedContext?): Promise<PaymentCollectionDTO[]>
This method updates existing payment collections matching the specified filters.
Example
Parameters
The filters specifying which payment collections to update.
The attributes to update in the payment collections.
Returns
The updated payment collections.
Was this section helpful?