Skip to content

Latest commit

 

History

History
65 lines (60 loc) · 4.84 KB

CustomerResponse.md

File metadata and controls

65 lines (60 loc) · 4.84 KB

openapi.model.CustomerResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiCustomerID int The unique ID of the Customer.
fkiCompanyID int The unique ID of the Company
fkiCustomergroupID int The unique ID of the Customergroup
sCustomerName String The name of the Customer
fkiContactinformationsID int The unique ID of the Contactinformations
fkiContactcontainerID int The unique ID of the Contactcontainer
fkiImageID int The unique ID of the Image
fkiGlaccountcontainerID int The unique ID of the Glaccountcontainer
fkiLanguageID int The unique ID of the Language. Valid values: Value
fkiDepartmentID int The unique ID of the Department
fkiPaymentmethodID int The unique ID of the Paymentmethod
fkiElectronicfundstransferbankaccountID int The unique ID of the Electronicfundstransferbankaccount
fkiElectronicfundstransferbankaccountIDDirectdebit int The unique ID of the Electronicfundstransferbankaccount
fkiSendingmethodID int The unique ID of the Sendingmethod
fkiTaxassignmentID int The unique ID of the Taxassignment. Valid values: Value
fkiAttendancestatusID int The unique ID of the Attendancestatus
fkiAgentIDVariableexpensechargeto int The unique ID of the Agent.
fkiBrokerIDVariableexpensechargeto int The unique ID of the Broker.
fkiCustomerIDVariableexpensechargeto int The unique ID of the Customer.
fkiGlaccountcontainerIDVariableexpensechargeto int The unique ID of the Glaccountcontainer
fkiAgentIDSupplychargechargeto int The unique ID of the Agent.
fkiBrokerIDSupplychargechargeto int The unique ID of the Broker.
fkiCustomerIDSupplychargechargeto int The unique ID of the Customer.
fkiGlaccountcontainerIDSupplychargechargeto int The unique ID of the Glaccountcontainer
fkiInvoicealternatelogoID int The unique ID of the Invoicealternatelogo
fkiSynchronizationlinkserverID int The unique ID of the Synchronizationlinkserver
efkiUserID int The unique ID of the User [optional]
efksCustomerCode String The code of the Customer [optional]
sCustomerCode String The code of the Customer
dCustomerFulltimeequivalent String The fulltimeequivalent of the Customer
iCustomerPhotocopiercode int The photocopiercode of the Customer
iCustomerLongdistancecode int The longdistancecode of the Customer
iCustomerTimewindowstart int The timewindowstart of the Customer
iCustomerTimewindowend int The timewindowend of the Customer
dCustomerMinimumchargeableinterests String The minimumchargeableinterests of the Customer
dtCustomerBirthdate String The birthdate of the Customer
dtCustomerTransfer String The transfer of the Customer
dtCustomerTransferappointment String The transferappointment of the Customer
dtCustomerTransfersurvey String The transfersurvey of the Customer
bCustomerIsactive bool Whether the customer is active or not
bCustomerVariableexpensefinanced bool Whether if it's an variableexpensefinanced
bCustomerVariableexpensefinancedtaxes bool Whether if it's an variableexpensefinancedtaxes
bCustomerSupplychargefinanced bool Whether if it's an supplychargefinanced
bCustomerSupplychargefinancedtaxes bool Whether if it's an supplychargefinancedtaxes
bCustomerAttendance bool Whether if it's an attendance
eCustomerType FieldECustomerType
eCustomerMarketingcorrespondence FieldECustomerMarketingcorrespondence
bCustomerBlackcopycarbon bool Whether if it's an blackcopycarbon
bCustomerUnsubscribeinfo bool Whether if it's an unsubscribeinfo
tCustomerComment String The comment of the Customer
IMPORTID String [optional]

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