Skip to content

Commit

Permalink
Merge pull request #151 from bunq/1.15.1
Browse files Browse the repository at this point in the history
1.15.1
  • Loading branch information
bunq-bot authored Sep 14, 2021
2 parents 5e4544d + 6cfe8f9 commit 4c4292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BunqSdk/Model/Generated/Object/CoOwner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class CoOwner : BunqModel
public string Status { get; set; }


public CoOwner(MonetaryAccountReference alias)
public CoOwner(LabelUser alias)
{
Alias = alias;
}
Expand Down

0 comments on commit 4c4292c

Please sign in to comment.