@@ -126,6 +126,8 @@ def openapi_types():
126126 'payment_due_at' : (str , none_type ,), # noqa: E501
127127 'payoff_balance' : (float , none_type ,), # noqa: E501
128128 'premium_amount' : (float , none_type ,), # noqa: E501
129+ 'property_type' : (int , none_type ,), # noqa: E501
130+ 'property_type_name' : (str , none_type ,), # noqa: E501
129131 'routing_number' : (str , none_type ,), # noqa: E501
130132 'started_on' : (str , none_type ,), # noqa: E501
131133 'subtype' : (str , none_type ,), # noqa: E501
@@ -189,6 +191,8 @@ def discriminator():
189191 'payment_due_at' : 'payment_due_at' , # noqa: E501
190192 'payoff_balance' : 'payoff_balance' , # noqa: E501
191193 'premium_amount' : 'premium_amount' , # noqa: E501
194+ 'property_type' : 'property_type' , # noqa: E501
195+ 'property_type_name' : 'property_type_name' , # noqa: E501
192196 'routing_number' : 'routing_number' , # noqa: E501
193197 'started_on' : 'started_on' , # noqa: E501
194198 'subtype' : 'subtype' , # noqa: E501
@@ -287,6 +291,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
287291 payment_due_at (str, none_type): [optional] # noqa: E501
288292 payoff_balance (float, none_type): [optional] # noqa: E501
289293 premium_amount (float, none_type): [optional] # noqa: E501
294+ property_type (int, none_type): [optional] # noqa: E501
295+ property_type_name (str, none_type): [optional] # noqa: E501
290296 routing_number (str, none_type): [optional] # noqa: E501
291297 started_on (str, none_type): [optional] # noqa: E501
292298 subtype (str, none_type): [optional] # noqa: E501
@@ -423,6 +429,8 @@ def __init__(self, *args, **kwargs): # noqa: E501
423429 payment_due_at (str, none_type): [optional] # noqa: E501
424430 payoff_balance (float, none_type): [optional] # noqa: E501
425431 premium_amount (float, none_type): [optional] # noqa: E501
432+ property_type (int, none_type): [optional] # noqa: E501
433+ property_type_name (str, none_type): [optional] # noqa: E501
426434 routing_number (str, none_type): [optional] # noqa: E501
427435 started_on (str, none_type): [optional] # noqa: E501
428436 subtype (str, none_type): [optional] # noqa: E501
0 commit comments