Package ru.tinkoff.piapi.contract.v1
Interface SandboxPayInResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SandboxPayInResponse,SandboxPayInResponse.Builder
public interface SandboxPayInResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionТекущий баланс счётаТекущий баланс счётаbooleanТекущий баланс счётаMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBalance
boolean hasBalance()Текущий баланс счёта
.tinkoff.public.invest.api.contract.v1.MoneyValue balance = 1;- Returns:
- Whether the balance field is set.
-
getBalance
MoneyValue getBalance()Текущий баланс счёта
.tinkoff.public.invest.api.contract.v1.MoneyValue balance = 1;- Returns:
- The balance.
-
getBalanceOrBuilder
MoneyValueOrBuilder getBalanceOrBuilder()Текущий баланс счёта
.tinkoff.public.invest.api.contract.v1.MoneyValue balance = 1;
-