Class LabeledPrice

java.lang.Object
com.pengrad.telegrambot.model.request.LabeledPrice
All Implemented Interfaces:
java.io.Serializable

public class LabeledPrice
extends java.lang.Object
implements java.io.Serializable
Stas Parshin 24 May 2017
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    LabeledPrice​(java.lang.String label, java.lang.Integer amount)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LabeledPrice

      public LabeledPrice​(java.lang.String label, java.lang.Integer amount)