Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 811 Bytes

CustomerAddress.md

File metadata and controls

22 lines (17 loc) · 811 Bytes

conekta.model.CustomerAddress

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
street1 String
street2 String [optional]
postalCode String
city String
state String [optional]
country String this field follows the ISO 3166-1 alpha-2 standard [optional]
residential bool [optional] [default to false]
externalNumber String [optional]

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