We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25a83d + acce14d commit 5f1ab99Copy full SHA for 5f1ab99
src/NoFrixion.MoneyMoov/Models/Payouts/Payout.cs
@@ -390,6 +390,12 @@ public Counterparty? DestinationAccount
390
public PaymentRailEnum PaymentRail { get; set; }
391
392
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; }
399
400
public NoFrixionProblem Validate()
401
{
0 commit comments