Skip to content

commision

ProductCommission dataclass

Python
1
ProductCommission(deliveryAmount: float, minValue: float, percent: float, returnAmount: float, saleSchema: str, value: float)

Bases: SellerApiBaseModel

deliveryAmount instance-attribute

Python
1
deliveryAmount: float

Стоимость доставки.

minValue instance-attribute

Python
1
minValue: float

Минимальная комиссия.

percent instance-attribute

Python
1
percent: float

Процент комиссии.

returnAmount instance-attribute

Python
1
returnAmount: float

Стоимость возврата.

saleSchema instance-attribute

Python
1
saleSchema: str

Схема продажи.

value instance-attribute

Python
1
value: float

Сумма комиссии.