How to use the azure-mgmt-commerce.azure.mgmt.commerce.models.monetary_credit.MonetaryCredit function in azure-mgmt-commerce

To help you get started, we’ve selected a few azure-mgmt-commerce examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-commerce / azure / mgmt / commerce / models / monetary_credit.py View on Github external
def __init__(self, effective_date=None, credit=None, excluded_meter_ids=None):
        super(MonetaryCredit, self).__init__(effective_date=effective_date)
        self.credit = credit
        self.excluded_meter_ids = excluded_meter_ids
        self.name = 'Monetary Credit'

azure-mgmt-commerce

Microsoft Azure Commerce Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

73 / 100
Full package analysis

Similar packages