PaymentsRepository
FinalYes
Class provides several methods to fetch payments, related to deals
Table of Contents
Methods
- __construct() : mixed
- getPaymentStages() : array<int, string>
- Returns map [dealId => stage of the latest related payment]
Methods
__construct()
public
__construct() : mixed
Tags
getPaymentStages()
Returns map [dealId => stage of the latest related payment]
public
getPaymentStages(array<string|int, mixed> $dealIds) : array<int, string>
Parameters
- $dealIds : array<string|int, mixed>