File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
src/NoFrixion.MoneyMoov/Models/Beneficiary Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,17 @@ public class BeneficiaryEvent
5050
5151 public string SortCode { get ; set ; }
5252
53+ public string Bic { get ; set ; }
54+
5355 public string BitcoinAddress { get ; set ; }
5456
55- public DateTimeOffset Inserted { get ; set ; }
56-
57- /// <summary>
58- /// A hash of the source account ID's that are authorised to use the beneficiary.
59- /// An empty value means the beneficairy can be used by all the merchant's source
60- /// accounts.
61- /// </summary>
57+ public DateTimeOffset Inserted { get ; set ; }
58+
59+ /// <summary>
60+ /// A hash of the source account ID's that are authorised to use the beneficiary.
61+ /// An empty value means the beneficairy can be used by all the merchant's source
62+ /// accounts.
63+ /// </summary>
6264 public string SourceAccountsHash { get ; set ; }
6365
6466 public bool IsEnabled { get ; set ; }
You can’t perform that action at this time.
0 commit comments