| Methods | 
			
	
			
				
					
	public
					
					
				
			 | 
			
				isInitialized($property): bool
	
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				getCompanyName(): ?string
	
		Name for vendor.
	 
	
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				setCompanyName(?string $companyName): self
	
		Name for vendor.
	 
	
			 | 
		
			#
		 | 
	
	
			
				
					
	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
	
		To update payment instruments, we require the entire payload for each payment instrument that is being updated.
	 
	
	To update payment instruments, we require the entire payload for each payment instrument that is being updated. 
 
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				setPaymentAccounts(PaymentAccountRequest[]|null $paymentAccounts): self
	
		To update payment instruments, we require the entire payload for each payment instrument that is being updated.
	 
	
	To update payment instruments, we require the entire payload for each payment instrument that is being updated. 
 
	 
			 | 
		
			#
		 |