All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.SandboxPayInRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: sandbox.proto

package ru.tinkoff.piapi.contract.v1;

public interface SandboxPayInRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.SandboxPayInRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Номер счёта
   * 
* * string account_id = 1; * @return The accountId. */ java.lang.String getAccountId(); /** *
   *Номер счёта
   * 
* * string account_id = 1; * @return The bytes for accountId. */ com.google.protobuf.ByteString getAccountIdBytes(); /** *
   *Сумма пополнения счёта в рублях
   * 
* * .tinkoff.public.invest.api.contract.v1.MoneyValue amount = 2; * @return Whether the amount field is set. */ boolean hasAmount(); /** *
   *Сумма пополнения счёта в рублях
   * 
* * .tinkoff.public.invest.api.contract.v1.MoneyValue amount = 2; * @return The amount. */ ru.tinkoff.piapi.contract.v1.MoneyValue getAmount(); /** *
   *Сумма пополнения счёта в рублях
   * 
* * .tinkoff.public.invest.api.contract.v1.MoneyValue amount = 2; */ ru.tinkoff.piapi.contract.v1.MoneyValueOrBuilder getAmountOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy