File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -210,4 +210,10 @@ public string Summary
210210    /// The list of rules associated with this account. 
211211    /// </summary> 
212212    public  List < RuleMinimal >  Rules  {  get ;  set ;  }  =  [ ] ; 
213+ 
214+     /// <summary> 
215+     /// Indicates whether the account is archived. Archived accounts are not displayed in the UI. 
216+     /// If an account receives a payment it will be automatically unarchived. 
217+     /// </summary> 
218+     public  bool  IsArchived  {  get ;  set ;  } 
213219} 
Original file line number Diff line number Diff line change 44    <TargetFramework >net8.0</TargetFramework >
55    <ImplicitUsings >enable</ImplicitUsings >
66    <Nullable >enable</Nullable >
7- 	<AssemblyVersion >1.8.23 .0</AssemblyVersion >
8- 	<FileVersion >1.8.23 .0</FileVersion >
7+ 	<AssemblyVersion >1.8.24 .0</AssemblyVersion >
8+ 	<FileVersion >1.8.24 .0</FileVersion >
99	<GenerateDocumentationFile >True</GenerateDocumentationFile >
1010	<TreatWarningsAsErrors >True</TreatWarningsAsErrors >
1111	<NoWarn >$(NoWarn);1591</NoWarn >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments