retrievePaymentCollection - Payment Module Reference
This documentation provides a reference to the retrievePaymentCollection
method. This belongs to the Payment Module.
This method retrieves a payment collection by its ID.
Example
A simple example that retrieves a {type name} by its ID:
To specify relations that should be retrieved:
Parameters
paymentCollectionId
stringRequiredThe payment collection's ID.
config
FindConfig<PaymentCollectionDTO>The configurations determining how the payment collection is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a payment collection.
config
FindConfig<PaymentCollectionDTO>select
or relations
, accept the
attributes or relations associated with a payment collection.Returns
The retrieved payment collection.
Was this section helpful?