Show / Hide Table of Contents

Interface IPendingInstallmentsServiceClient

Interface with methods to HTTP calls on Pending Installments Microservice.

note

To use this client, see example on PendingInstallmentsServiceClient.

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

Methods

GetPendingVisaInstallmentsAsync(PendingVisaInstallmentsRequestMessage)

Asynchronous call to get pending installments data.

Declaration
Task<ResultResponseMessage<PendingVisaInstallmentsResponseMessage>> GetPendingVisaInstallmentsAsync(PendingVisaInstallmentsRequestMessage request)
Parameters
Type Name Description
PendingVisaInstallmentsRequestMessage request

Request whit values to get pending installments data.

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

Result of operations.

Back to top Generated by DocFX