File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/NoFrixion.MoneyMoov/Models/Payouts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ public Guid? BeneficiaryID
213213 public Guid ? TopupPayrunID { get ; set ; }
214214
215215 /// <summary>
216- /// Optional field to indicate the payment rail to use for the payout. Currrently only
216+ /// Optional field to indicate the payment rail to use for the payout. Currently only
217217 /// supports choosing between SEPA-CT and SEPA-INST for EUR payments. If not set, for a EUR
218218 /// payment, the default behaviour is to attempt SEPA-INST and fallback to SEPA-CT if rejected.
219219 /// </summary>
@@ -244,7 +244,7 @@ public Guid? BeneficiaryID
244244 public decimal ? FxDestinationAmount { get ; set ; }
245245
246246 /// <summary>
247- /// For a multi-currency payout this indicates how the Amount and FxDestinaationAmount are treated.
247+ /// For a multi-currency payout this indicates how the Amount and FxDestinationAmount are treated.
248248 /// If true the FxDestinationAmount is authoritative and the Amount is set based on the FxRate. If false then the Amount is authoritative
249249 /// and the FxDestinationAmount is set based on the Amount and FxRate.
250250 /// </summary>
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ public Guid? BeneficiaryID
195195 }
196196
197197 /// <summary>
198- /// Optional field to indicate the payment rail to use for the payout. Currrently only
198+ /// Optional field to indicate the payment rail to use for the payout. Currently only
199199 /// supports choosing between SEPA-CT and SEPA-INST for EUR payments. If not set, for a EUR
200200 /// payment, the default behaviour is to attempt SEPA-INST and fallback to SEPA-CT if rejected.
201201 /// </summary>
@@ -220,7 +220,7 @@ public Guid? BeneficiaryID
220220 public decimal ? FxDestinationAmount { get ; set ; }
221221
222222 /// <summary>
223- /// For a multi-currency payout this indicates how the Amount and FxDestinaationAmount are treated.
223+ /// For a multi-currency payout this indicates how the Amount and FxDestinationAmount are treated.
224224 /// If true the FxDestinationAmount is authoritative and the Amount is set based on the FxRate. If false then the Amount is authoritative
225225 /// and the FxDestinationAmount is set based on the Amount and FxRate.
226226 /// </summary>
You can’t perform that action at this time.
0 commit comments