Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.06 KB

CustomerShippingContactsDataResponse.md

File metadata and controls

25 lines (20 loc) · 1.06 KB

conekta.model.CustomerShippingContactsDataResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
phone String Phone contact [optional]
receiver String Name of the person who will receive the order [optional]
betweenStreets String The street names between which the order will be delivered. [optional]
address CustomerShippingContactsAddress
parentId String [optional]
default_ bool [optional]
deleted bool [optional]
metadata BuiltMap<String, JsonObject> Metadata associated with the shipping contact [optional]
id String
object String
createdAt int

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