Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 810 Bytes

FiscalEntityAddress.md

File metadata and controls

21 lines (16 loc) · 810 Bytes

conekta.model.FiscalEntityAddress

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
street1 String Street name and number
street2 String Street name and number [optional]
postalCode String Postal code
city String City
state String State [optional]
country String this field follows the ISO 3166-1 alpha-2 standard
externalNumber String External number

[Back to Model list] [Back to API list] [Back to README]