deletePaymentCollections - Payment Module Reference
This documentation provides a reference to the deletePaymentCollections
method. This belongs to the Payment Module.
deletePaymentCollections(paymentCollectionId, sharedContext?): Promise<void>
This method deletes a payment collection by its ID.
Example
Parameters
paymentCollectionId
string[]RequiredThe payment collection's ID.
Returns
Promise
Promise<void>RequiredResolves when the payment collection is deleted successfully.
deletePaymentCollections(paymentCollectionId, sharedContext?): Promise<void>
This method deletes a payment collection by its ID.
Example
Parameters
paymentCollectionId
stringRequiredThe payment collection's ID.
Returns
Promise
Promise<void>RequiredResolves when the payment collection is deleted successfully.
Was this section helpful?