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 Type
    Method
    Description
    Текущий баланс счёта
    Текущий баланс счёта
    boolean
    Текущий баланс счёта

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;