Skip to content

Commit 5f1ab99

Browse files
authored
Merge pull request #442 from nofrixion/feature/MOOV-3823-payout-invoices
MOOV-3823: Add PayrunInvoices collection to Payout model
2 parents c25a83d + acce14d commit 5f1ab99

File tree

1 file changed

+6
-0
lines changed
  • src/NoFrixion.MoneyMoov/Models/Payouts

1 file changed

+6
-0
lines changed

src/NoFrixion.MoneyMoov/Models/Payouts/Payout.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,12 @@ public Counterparty? DestinationAccount
390390
public PaymentRailEnum PaymentRail { get; set; }
391391

392392
public string? Nonce { get; set; }
393+
394+
/// <summary>
395+
/// Collection of payrun invoices associated with the payout.
396+
/// Will be empty if the payout is not associated with a payrun.
397+
/// </summary>
398+
public List<PayrunInvoice>? PayrunInvoices { get; set; }
393399

394400
public NoFrixionProblem Validate()
395401
{

0 commit comments

Comments
 (0)