Skip to main content

v22 -> v23

Business Registration Issuing Country Type Change

business_registration_issuing_country has been changed from an Enum to a string.

instance = TfvSubmissionInfo(
business_address=business_address,
business_contact=business_contact,
# ...
business_registration_issuing_country='USA',
# ...
)