| Methods | 
			
	
			
				
					
	public
					
					
				
			 | 
			
				isInitialized($property): bool
	
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				getCompanyName(): string
	
		Name for vendor. The name must be unique.
	 
	
	Name for vendor. The name must be unique. 
 
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				setCompanyName(string $companyName): self
	
		Name for vendor. The name must be unique.
	 
	
	Name for vendor. The name must be unique. 
 
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				getEmail(): ?string
	
		Email for vendor.
	 
	
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				setEmail(?string $email): self
	
		Email for vendor.
	 
	
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				getPhone(): ?string
	
		Phone number for vendor.
	 
	
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				setPhone(?string $phone): self
	
		Phone number for vendor.
	 
	
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				getPaymentAccounts(): PaymentAccountRequest[]|null
	
		Payment accounts associated with the vendor.
	 
	
	Payment accounts associated with the vendor. 
 
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				setPaymentAccounts(PaymentAccountRequest[]|null $paymentAccounts): self
	
		Payment accounts associated with the vendor.
	 
	
	Payment accounts associated with the vendor. 
 
	 
			 | 
		
			#
		 |