Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 874 Bytes

CustomerUpdateShippingContacts.md

File metadata and controls

21 lines (16 loc) · 874 Bytes

conekta.model.CustomerUpdateShippingContacts

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 [optional]
parentId String [optional]
default_ bool [optional]
deleted bool [optional]

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