ru.tinkoff.piapi.contract.v1.GetAccruedInterestsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetAccruedInterestsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetAccruedInterestsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив операций начисления купонов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AccruedInterest accrued_interests = 1;
*/
java.util.List
getAccruedInterestsList();
/**
*
*Массив операций начисления купонов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AccruedInterest accrued_interests = 1;
*/
ru.tinkoff.piapi.contract.v1.AccruedInterest getAccruedInterests(int index);
/**
*
*Массив операций начисления купонов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AccruedInterest accrued_interests = 1;
*/
int getAccruedInterestsCount();
/**
*
*Массив операций начисления купонов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AccruedInterest accrued_interests = 1;
*/
java.util.List extends ru.tinkoff.piapi.contract.v1.AccruedInterestOrBuilder>
getAccruedInterestsOrBuilderList();
/**
*
*Массив операций начисления купонов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AccruedInterest accrued_interests = 1;
*/
ru.tinkoff.piapi.contract.v1.AccruedInterestOrBuilder getAccruedInterestsOrBuilder(
int index);
}