24 lines
487 B
Markdown
24 lines
487 B
Markdown
---
|
|
title: labeledPrice
|
|
description: Goods price portion
|
|
---
|
|
## Constructor: labeledPrice
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Goods price portion
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|label|[string](../types/string.md) | Yes|Portion label|
|
|
|amount|[int53](../types/int53.md) | Yes|Currency amount in minimal quantity of the currency|
|
|
|
|
|
|
|
|
### Type: [LabeledPrice](../types/LabeledPrice.md)
|
|
|
|
|