Readonly dbReadonly httpReadonly methodReadonly moduleReadonly optionsChanges the sequence of a payment method.
The payment method to change the sequence of.
The new sequence number for the payment method.
A promise that resolves with the updated IPaymentMethod object.
Disables a payment method.
The payment method to disable.
A promise that resolves with the disabled IPaymentMethod object.
Enables a payment method.
The payment method to enable.
A promise that resolves with the enabled IPaymentMethod object.
Retrieves all entities with optional pagination.
A Promise that resolves to an array of retrieved entities.
Retrieves a single entity by its unique identifier.
A Promise that resolves to the retrieved entity or undefined.
Retrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
An object containing the retrieved entities and total count.
get one by uid
Primary nano id
Retrieves a single entity by its unique identifier.
Filtering parameters.
A Promise that resolves to the retrieved entity or undefined.
Saves multiple entities.
Entities to save.
A Promise that resolves to the saved entities.
Saves a single entity.
Entity to save.
A Promise that resolves to the saved entity.
Synchronizes the standard payment methods from server and updates database.
A promise that resolves with an array of IPaymentMethod objects.
Generated using TypeDoc
Represents a service for managing payment methods. Extends the IAppRemoteService interface for CRUD operations.