WebApiModulesAgentCustomerCustomer constructor

WebApiModulesAgentCustomerCustomer({
  1. String? customerId,
  2. String? customerNumber,
  3. String? officeLocationId,
  4. String? officeLocation,
  5. String? departmentId,
  6. String? department,
  7. String? customerTypeId,
  8. String? customerType,
  9. String? customerCategoryId,
  10. String? customerCategory,
  11. String? customer,
  12. String? address1,
  13. String? address2,
  14. String? city,
  15. String? state,
  16. String? countryId,
  17. String? country,
  18. String? countryCodeIsoAlpha2,
  19. int? countryCodePhone,
  20. String? zipCode,
  21. String? parentCustomerId,
  22. String? parentCustomer,
  23. String? phone,
  24. String? fax,
  25. String? phoneTollFree,
  26. String? otherPhone,
  27. String? webAddress,
  28. String? customerStatusId,
  29. String? customerStatus,
  30. String? customerStatusType,
  31. String? statusAsOf,
  32. bool? termsAndConditionsOnFile,
  33. String? billingAddressType,
  34. String? billToAttention1,
  35. String? billToAttention2,
  36. String? billToAddress1,
  37. String? billToAddress2,
  38. String? billToCity,
  39. String? billToState,
  40. String? billToCountryId,
  41. String? billToCountry,
  42. String? billToCountryCodeIsoAlpha2,
  43. int? billToCountryCodePhone,
  44. String? billToZipCode,
  45. String? paymentTypeId,
  46. String? paymentType,
  47. String? paymentTermsId,
  48. String? paymentTerms,
  49. bool? vehicleRentalAgreementComplete,
  50. bool? useDiscountTemplate,
  51. String? discountTemplateId,
  52. String? discountTemplate,
  53. String? creditStatusId,
  54. String? creditStatus,
  55. String? creditStatusThroughDate,
  56. bool? creditApplicationOnFile,
  57. bool? creditUnlimited,
  58. int? creditLimit,
  59. int? creditBalance,
  60. int? creditAvailable,
  61. bool? creditResponsiblePartyOnFile,
  62. String? creditResponsibleParty,
  63. bool? tradeReferencesVerified,
  64. String? tradeReferencesVerifiedBy,
  65. String? tradeReferencesVerifiedOn,
  66. String? creditCardTypeId,
  67. String? creditCardType,
  68. int? creditCardLimit,
  69. String? creditCardNo,
  70. String? creditCardCode,
  71. int? creditCardExpirationMonth,
  72. int? creditCardExpirationYear,
  73. String? creditCardName,
  74. bool? creditCardAuthorizationOnFile,
  75. bool? insuranceCertificationOnFile,
  76. String? insuranceCertificationValidThrough,
  77. int? insuranceCoverageLiability,
  78. int? insuranceCoverageLiabilityDeductible,
  79. int? insuranceCoveragePropertyValue,
  80. int? insuranceCoveragePropertyValueDeductible,
  81. String? insuranceCompanyId,
  82. String? insuranceCompany,
  83. String? insuranceAgent,
  84. String? insuranceCompanyAddress1,
  85. String? insuranceCompanyAddress2,
  86. String? insuranceCompanyCity,
  87. String? insuranceCompanyState,
  88. String? insuranceCompanyZipCode,
  89. String? insuranceCompanyCountryId,
  90. String? insuranceCompanyCountry,
  91. String? insuranceCompanyCountryCodeIsoAlpha2,
  92. int? insuranceCompanyCountryCodePhone,
  93. String? insuranceCompanyPhone,
  94. String? insuranceCompanyFax,
  95. bool? vehicleInsuranceCertficationOnFile,
  96. bool? taxable,
  97. String? taxStateOfIncorporationId,
  98. String? taxStateOfIncorporation,
  99. String? taxFederalNo,
  100. String? pstExemptionNumber,
  101. int? nonTaxableYear,
  102. String? nonTaxableCertificateNo,
  103. String? nonTaxableCertificateValidThrough,
  104. bool? nonTaxableCertificateOnFile,
  105. bool? disableQuoteOrderActivity,
  106. bool? disableRental,
  107. bool? disableSales,
  108. bool? disableFacilities,
  109. bool? disableTransportation,
  110. bool? disableLabor,
  111. bool? disableMisc,
  112. bool? disableRentalSale,
  113. bool? disableSubRental,
  114. bool? disableSubSale,
  115. bool? disableSubLabor,
  116. bool? disableSubMisc,
  117. bool? splitRental,
  118. bool? splitRentalTaxCustomer,
  119. int? ownedEquipmentSplitRentalPerecent,
  120. int? subRentalEquipmentSplitRentalPerecent,
  121. bool? rebateRental,
  122. int? ownedEquipmentRebateRentalPerecent,
  123. int? subRentalEquipmentRebateRentalPerecent,
  124. String? splitRentalLogoFileName,
  125. int? splitRentalLogoWidth,
  126. int? splitRentalLogoHeight,
  127. String? shippingAddressType,
  128. String? shipAttention,
  129. String? shipAddress1,
  130. String? shipAddress2,
  131. String? shipCity,
  132. String? shipState,
  133. String? shipCountryId,
  134. String? shipCountry,
  135. String? shipCountryCodeIsoAlpha2,
  136. int? shipCountryCodePhone,
  137. String? shipZipCode,
  138. String? email,
  139. bool? multipleCurrencies,
  140. String? currencyId,
  141. String? currencyCode,
  142. String? currencySymbol,
  143. double? securityDepositAmount,
  144. String? externalId,
  145. bool? inactive,
  146. String? paymentTypeType,
  147. String? dateStamp,
  148. String? auditNote,
  149. String? recordTitle,
  150. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  151. List<FwStandardDataFwCustomValue>? custom,
  152. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  153. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesAgentCustomerCustomer({
  this.customerId,
  this.customerNumber,
  this.officeLocationId,
  this.officeLocation,
  this.departmentId,
  this.department,
  this.customerTypeId,
  this.customerType,
  this.customerCategoryId,
  this.customerCategory,
  this.customer,
  this.address1,
  this.address2,
  this.city,
  this.state,
  this.countryId,
  this.country,
  this.countryCodeIsoAlpha2,
  this.countryCodePhone,
  this.zipCode,
  this.parentCustomerId,
  this.parentCustomer,
  this.phone,
  this.fax,
  this.phoneTollFree,
  this.otherPhone,
  this.webAddress,
  this.customerStatusId,
  this.customerStatus,
  this.customerStatusType,
  this.statusAsOf,
  this.termsAndConditionsOnFile,
  this.billingAddressType,
  this.billToAttention1,
  this.billToAttention2,
  this.billToAddress1,
  this.billToAddress2,
  this.billToCity,
  this.billToState,
  this.billToCountryId,
  this.billToCountry,
  this.billToCountryCodeIsoAlpha2,
  this.billToCountryCodePhone,
  this.billToZipCode,
  this.paymentTypeId,
  this.paymentType,
  this.paymentTermsId,
  this.paymentTerms,
  this.vehicleRentalAgreementComplete,
  this.useDiscountTemplate,
  this.discountTemplateId,
  this.discountTemplate,
  this.creditStatusId,
  this.creditStatus,
  this.creditStatusThroughDate,
  this.creditApplicationOnFile,
  this.creditUnlimited,
  this.creditLimit,
  this.creditBalance,
  this.creditAvailable,
  this.creditResponsiblePartyOnFile,
  this.creditResponsibleParty,
  this.tradeReferencesVerified,
  this.tradeReferencesVerifiedBy,
  this.tradeReferencesVerifiedOn,
  this.creditCardTypeId,
  this.creditCardType,
  this.creditCardLimit,
  this.creditCardNo,
  this.creditCardCode,
  this.creditCardExpirationMonth,
  this.creditCardExpirationYear,
  this.creditCardName,
  this.creditCardAuthorizationOnFile,
  this.insuranceCertificationOnFile,
  this.insuranceCertificationValidThrough,
  this.insuranceCoverageLiability,
  this.insuranceCoverageLiabilityDeductible,
  this.insuranceCoveragePropertyValue,
  this.insuranceCoveragePropertyValueDeductible,
  this.insuranceCompanyId,
  this.insuranceCompany,
  this.insuranceAgent,
  this.insuranceCompanyAddress1,
  this.insuranceCompanyAddress2,
  this.insuranceCompanyCity,
  this.insuranceCompanyState,
  this.insuranceCompanyZipCode,
  this.insuranceCompanyCountryId,
  this.insuranceCompanyCountry,
  this.insuranceCompanyCountryCodeIsoAlpha2,
  this.insuranceCompanyCountryCodePhone,
  this.insuranceCompanyPhone,
  this.insuranceCompanyFax,
  this.vehicleInsuranceCertficationOnFile,
  this.taxable,
  this.taxStateOfIncorporationId,
  this.taxStateOfIncorporation,
  this.taxFederalNo,
  this.pstExemptionNumber,
  this.nonTaxableYear,
  this.nonTaxableCertificateNo,
  this.nonTaxableCertificateValidThrough,
  this.nonTaxableCertificateOnFile,
  this.disableQuoteOrderActivity,
  this.disableRental,
  this.disableSales,
  this.disableFacilities,
  this.disableTransportation,
  this.disableLabor,
  this.disableMisc,
  this.disableRentalSale,
  this.disableSubRental,
  this.disableSubSale,
  this.disableSubLabor,
  this.disableSubMisc,
  this.splitRental,
  this.splitRentalTaxCustomer,
  this.ownedEquipmentSplitRentalPerecent,
  this.subRentalEquipmentSplitRentalPerecent,
  this.rebateRental,
  this.ownedEquipmentRebateRentalPerecent,
  this.subRentalEquipmentRebateRentalPerecent,
  this.splitRentalLogoFileName,
  this.splitRentalLogoWidth,
  this.splitRentalLogoHeight,
  this.shippingAddressType,
  this.shipAttention,
  this.shipAddress1,
  this.shipAddress2,
  this.shipCity,
  this.shipState,
  this.shipCountryId,
  this.shipCountry,
  this.shipCountryCodeIsoAlpha2,
  this.shipCountryCodePhone,
  this.shipZipCode,
  this.email,
  this.multipleCurrencies,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.securityDepositAmount,
  this.externalId,
  this.inactive,
  this.paymentTypeType,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});