Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/NoFrixion.MoneyMoov/Models/Payouts/PayoutCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ public Guid? BeneficiaryID
/// Optional but one of Amount or FxDestinationAmount must be set. If specified this will be the amount sent to the payee.
/// The payout's Amount will be dynamically adjusted based on this amount and the FX rate.
/// </summary>
[Range(1.00, double.MaxValue, ErrorMessage = "Minimum value of 1.00 is required for FxDestinationAmount.")]
public decimal? FxDestinationAmount { get; set; }

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion src/NoFrixion.MoneyMoov/Models/Payouts/PayoutUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ public Guid? BeneficiaryID
/// Optional but one of Amount or FxDestinationAmount must be set. If specified this will be the amount sent to the payee.
/// The payout's Amount will be dynamically adjusted based on this amount and the FX rate.
/// </summary>
[Range(1.00, double.MaxValue, ErrorMessage = "Minimum value of 1.00 is required for FxDestinationAmount.")]
public decimal? FxDestinationAmount { get; set; }

/// <summary>
Expand Down
Loading