File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,14 @@ public enum PaymentRailEnum
2929    SEPA_CT , 
3030
3131    /// <summary> 
32-     /// Single Euro Payments Area (SEPA) Instant scheme. Paymnets  are processed 24/7 in 
32+     /// Single Euro Payments Area (SEPA) Instant scheme. Payments  are processed 24/7 in 
3333    /// seconds. Not yet supported by all EU institutions. 
3434    /// </summary> 
35-     SEPA_INST 
35+     SEPA_INST , 
36+ 
37+     /// <summary> 
38+     /// TARGET2 is the real-time gross settlement (RTGS) system for the Euro. Payments are processed  
39+     /// in real-time and are used for high-value transfers within the EU. 
40+     /// </summary> 
41+     TARGET2 
3642} 
Original file line number Diff line number Diff line change @@ -84,5 +84,8 @@ public enum TransactionTypesEnum
8484    /// The transaction type was not recognised. 
8585    /// </summary> 
8686    [ Display ( Name  =  "Unknown type" ) ] 
87-     Unknown  =  12 
87+     Unknown  =  12 , 
88+ 
89+     [ Display ( Name  =  "TARGET2" ) ] 
90+     TARGET2  =  13 
8891} 
Original file line number Diff line number Diff line change @@ -204,6 +204,13 @@ public string Summary
204204    [ CanBeNull ] 
205205    public  User  CreatedBy  {  get ;  set ;  } 
206206
207+     /// <summary> 
208+     /// Indicates the default payment rail for this account. Normally it will be left as the 
209+     /// default value but in some special cases it may be set to indicate payouts from this account 
210+     /// should be attempted with a specific payment rail. 
211+     /// </summary> 
212+     public  PaymentRailEnum  DefaultPaymentRail  {  get ;  set ;  } 
213+ 
207214    /// <summary> 
208215    /// The list of rules associated with this account. 
209216    /// </summary> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments