Skip to content

Commit c9de2a6

Browse files
Merge pull request #647 from nofrixion/MOOV-4828-beneficiary-destination-fix
Added Bic to BeneficiaryEvent
2 parents 53449ed + bdd0ffc commit c9de2a6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/NoFrixion.MoneyMoov/Models/Beneficiary/BeneficiaryEvent.cs

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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; }

0 commit comments

Comments
 (0)