Inherits Object.
Portion of the price of a product (e.g., "delivery cost", "tax amount").
Public Fields | |
string | label_ |
Label for this portion of the product price. | |
int53 | amount_ |
Currency amount in the smallest units of the currency. | |
Public Instance Methods | |
labeledPricePart () | |
labeledPricePart (string const &label_, int53 amount_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 552789798 |
Identifier uniquely determining a type of the object. | |
labeledPricePart | ( | ) |
Portion of the price of a product (e.g., "delivery cost", "tax amount").
labeledPricePart | ( | string const & | label_, |
int53 | amount_ | ||
) |
Portion of the price of a product (e.g., "delivery cost", "tax amount").
[in] | label_ | Label for this portion of the product price. |
[in] | amount_ | Currency amount in the smallest units of the currency. |
|
finalvirtual |