File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
src/NoFrixion.MoneyMoov/Models/Merchant Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -73,5 +73,15 @@ public class MerchantPayByBankSetting
7373 /// <summary>
7474 /// The list of country codes representing the banks the country supports.
7575 /// </summary>
76- public List < string > BankCountryCodes { get ; set ; } = new List < string > ( ) ;
76+ public List < string > BankCountryCodes { get ; set ; } = new List < string > ( ) ;
77+
78+ /// <summary>
79+ /// The heading for a warning message related to the bank institution to be displayed to the user.
80+ /// </summary>
81+ public string ? WarningHeading { get ; set ; }
82+
83+ /// <summary>
84+ /// The warning message related to the bank institution to be displayed to the user.
85+ /// </summary>
86+ public string ? WarningMessage { get ; set ; }
7787}
You can’t perform that action at this time.
0 commit comments