extends | 
			
BaseEndpoint			 | 
		
|---|---|
implements | 
			
Endpoint			 | 
		
uses | 
			
EndpointTrait			 | 
		
| Methods | ||
|---|---|---|
				
					
	public
					
					
				
			 | 
			
				__construct(CreateIncomingTransferRequest $requestBody, array $headerParameters = [])
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getMethod(): string
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getUri(): string
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getBody(SerializerInterface $serializer, $streamFactory = null): array
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getExtraHeaders(): array
	
			 | 
		# | 
				
					
	protected
					
					
				
			 | 
			
				getHeadersOptionsResolver(): OptionsResolver
	
			 | 
		# | 
				
					
	protected
					
					
				
			 | 
			
				transformResponseBody(
	ResponseInterface $response,
	SerializerInterface $serializer,
	?string $contentType = null,
): Transfer|null
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getAuthenticationScopes(): array
	
	
			 | 
		# | 
| Methods used from NxSys\Library\Clients\Brex\API\Payments\Runtime\Client\EndpointTrait | 
|---|
parseResponse()				 | 
			
| Properties inherited from NxSys\Library\Clients\Brex\API\Payments\Runtime\Client\BaseEndpoint | 
|---|
$queryParameters, $headerParameters, $body				 |