Skip to content

katana_public_api_client.models.price_list

katana_public_api_client.models.price_list

Classes

PriceList

Customer-specific pricing configuration with markup rules and time-based validity for flexible pricing management across different market segments

Example:
    {'id': 1001, 'name': 'Premium Customer Pricing', 'currency': 'USD', 'is_default': False, 'markup_percentage':
        25.0, 'start_date': '2024-01-01T00:00:00Z', 'end_date': '2024-12-31T23:59:59Z', 'created_at':
        '2024-01-01T10:00:00Z', 'updated_at': '2024-01-15T14:30:00Z', 'deleted_at': None}