File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/NoFrixion.MoneyMoov/Models/Account Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,14 @@ public class PaymentAccountCreate
7575 /// The account name is displayed on the statement for trust accounts instead of the merchant name.
7676 /// </summary>
7777 public bool IsTrustAccount { get ; set ; }
78+
79+ /// <summary>
80+ /// Optional list of role IDs that will get access to the payment account when created.
81+ /// Creator user's roles will always be able to access the account.
82+ /// If not specified, the account will be accessible by all the merchant's roles.
83+ /// If specified as an empty list, the account will only be accessible by the creator user.
84+ /// </summary>
85+ public List < Guid > ? RoleIDs { get ; set ; }
7886
7987 /// <summary>
8088 /// Places all the payment request's properties into a dictionary.
You can’t perform that action at this time.
0 commit comments