Array of CountryMandate names for which this field is optional.
Name | Type | Description | Notes |
---|---|---|---|
country_mandate | str | [optional] |
from Avalara.SDK.models.EInvoicing.V1.data_input_field_optional_for import DataInputFieldOptionalFor
# TODO update the JSON string below
json = "{}"
# create an instance of DataInputFieldOptionalFor from a JSON string
data_input_field_optional_for_instance = DataInputFieldOptionalFor.from_json(json)
# print the JSON string representation of the object
print(DataInputFieldOptionalFor.to_json())
# convert the object into a dict
data_input_field_optional_for_dict = data_input_field_optional_for_instance.to_dict()
# create an instance of DataInputFieldOptionalFor from a dict
data_input_field_optional_for_from_dict = DataInputFieldOptionalFor.from_dict(data_input_field_optional_for_dict)