Financing
Represents financing information provided by a bank.
Attributes:
Name | Type | Description |
---|---|---|
bank |
str
|
The name of the bank providing the financing. |
installments |
list[Installment]
|
A list of Installment instances representing the financing terms. |
Methods:
Name | Description |
---|---|
from_dict |
dict): Creates a Financing instance from a dictionary. |
from_dict(data)
classmethod
Creates a Financing instance from a dictionary.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
data |
dict
|
A dictionary containing component details. |
required |
Returns:
Name | Type | Description |
---|---|---|
Financing |
Financing
|
A new Financing instance with attributes populated from the dictionary. |