def __init__()

in blog/account-c-invoice-processing/invoice_processing/schema/com_examplecorp_webstore/newordercreated/NewOrderCreatedItem.py [0:0]


    def __init__(self, currency=None, productCode=None, quantityOrdered=None, unitPrice=None):  # noqa: E501
        self._currency = None
        self._productCode = None
        self._quantityOrdered = None
        self._unitPrice = None
        self.discriminator = None
        self.currency = currency
        self.productCode = productCode
        self.quantityOrdered = quantityOrdered
        self.unitPrice = unitPrice