Show / Hide Table of Contents

Interface IControlProcessorServiceClient

Interface with methods to HTTP calls on Control Processor Microservice.

note

To use this client, see example on ControlProcessorServiceClient.

Namespace: StoneCo.IC.Service.Visa.Host.Client
Assembly: cs.temp.dll.dll
Syntax
public interface IControlProcessorServiceClient

Methods

ImportVisaSaleDraftIdAsync(ImportConfirmedTransactionIdRequestMessage)

Asynchronous call to make control processor.

Declaration
Task<ResultResponseMessage> ImportVisaSaleDraftIdAsync(ImportConfirmedTransactionIdRequestMessage request)
Parameters
Type Name Description
ImportConfirmedTransactionIdRequestMessage request

Request with parameters to make control processor.

Returns
Type Description
System.Threading.Tasks.Task<ResultResponseMessage>

Result of operations.

Back to top Generated by DocFX