Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

OrderFiscalEntityResponse.md

File metadata and controls

23 lines (18 loc) · 1.04 KB

conekta.model.OrderFiscalEntityResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
address OrderFiscalEntityAddressResponse
email String Email of the fiscal entity [optional]
metadata BuiltMap<String, JsonObject> Metadata associated with the fiscal entity [optional]
name String Name of the fiscal entity [optional]
taxId String Tax ID of the fiscal entity [optional]
id String ID of the fiscal entity
createdAt int The time at which the object was created in seconds since the Unix epoch
object String
phone String Phone of the fiscal entity [optional]

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