Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.92 KB

CustomerResponse.md

File metadata and controls

34 lines (29 loc) · 1.92 KB

conekta.model.CustomerResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
antifraudInfo CustomerAntifraudInfoResponse [optional]
corporate bool true if the customer is a company [optional]
createdAt int Creation date of the object
customReference String Custom reference [optional]
dateOfBirth String It is a parameter that allows to identify the date of birth of the client. [optional]
defaultFiscalEntityId String [optional]
defaultShippingContactId String [optional]
defaultPaymentSourceId String [optional]
email String [optional]
fiscalEntities CustomerFiscalEntitiesResponse [optional]
id String Customer's ID
livemode bool true if the object exists in live mode or the value false if the object exists in test mode
name String Customer's name
nationalId String It is a parameter that allows to identify the national identification number of the client. [optional]
metadata BuiltMap<String, JsonObject> [optional]
object String
paymentSources CustomerPaymentMethodsResponse [optional]
phone String Customer's phone number [optional]
shippingContacts CustomerResponseShippingContacts [optional]
subscription SubscriptionResponse [optional]

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