Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 859 Bytes

OrderUpdateFiscalEntityRequest.md

File metadata and controls

20 lines (15 loc) · 859 Bytes

conekta.model.OrderUpdateFiscalEntityRequest

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
address FiscalEntityAddress
email String Email of the fiscal entity [optional]
name String Name of the fiscal entity [optional]
metadata BuiltMap<String, JsonObject> Metadata associated with the fiscal entity [optional]
phone String Phone of the fiscal entity [optional]
taxId String Tax ID of the fiscal entity [optional]

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