Interface SandboxPayInRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SandboxPayInRequest, SandboxPayInRequest.Builder

public interface SandboxPayInRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Номер счёта
    com.google.protobuf.ByteString
    Номер счёта
    Сумма пополнения счёта в рублях
    Сумма пополнения счёта в рублях
    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

    • getAccountId

      String getAccountId()
      Номер счёта
       
      string account_id = 1;
      Returns:
      The accountId.
    • getAccountIdBytes

      com.google.protobuf.ByteString getAccountIdBytes()
      Номер счёта
       
      string account_id = 1;
      Returns:
      The bytes for accountId.
    • hasAmount

      boolean hasAmount()
      Сумма пополнения счёта в рублях
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue amount = 2;
      Returns:
      Whether the amount field is set.
    • getAmount

      MoneyValue getAmount()
      Сумма пополнения счёта в рублях
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue amount = 2;
      Returns:
      The amount.
    • getAmountOrBuilder

      MoneyValueOrBuilder getAmountOrBuilder()
      Сумма пополнения счёта в рублях
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue amount = 2;