6 lines
		
	
	
		
			145 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			145 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace KonSoft.Payment;
 | 
						|
 | 
						|
public static class PaymentTestConsts
 | 
						|
{
 | 
						|
    public const string CollectionDefinitionName = "Payment collection";
 | 
						|
} |