createPaymentCollections - Payment Module Reference
This documentation provides a reference to the createPaymentCollections
method. This belongs to the Payment Module.
createPaymentCollections(data, sharedContext?): Promise<PaymentCollectionDTO[]>
This method creates payment collections.
Example
Parameters
The payment collections to create.
Returns
The created payment collections.
createPaymentCollections(data, sharedContext?): Promise<PaymentCollectionDTO>
This method creates a payment collection.
Example
Parameters
The payment collection to create.
Returns
The created payment collection.
Was this section helpful?