Customer

Description

This object contains all customer contact information, including telephone number, fax number, and email address.

Properties

TypeNameDescription
stringMerchantIdMerchant ID (assigned by system). (required)
stringCustomerInternalIdCustomer internal ID (assigned by system). (required)
stringCustomerIdCustomer ID. (required)
stringFirstNameCustomer's first name. (required)
stringLastNameCustomer's last name. (required)
stringCompanyNameCompany or organization name. (optional)
stringPhoneTelephone number. (required)
stringCellPhoneCell phone. (optional)
stringFaxFax number. (optional)
stringEmailEmail address. (optional)
stringWebSiteCustomer's website. (optional)
RecurringBillingRecurringBillingDataRecurring billing information. (optional)
AddressBillingAddressCustomer's billing address. (required)
AddressShippingAddressCustomer's shipping address. (optional)
PaymentMethodProfilePaymentMethodProfilesPayment Method Profile. (optional)
stringCustomerTokenCustomer Token. (optional)
stringCustomerNotesCustomer Notes. (optional)
stringSoftwareIdSoftware ID. (optional)
CustomerCustomFieldsCustomerCustomFieldsCustomer Customer Field. (optional)
stringCustomerLastSyncDateTimeCustomer Last Sync Date Time. (optional)
stringDivisionIdDivision ID. (optional)
stringDateTimeCreatedDate Time Created. (optional)
stringDateTimeModifiedDate Time Modified. (optional)

Examples

EBizSOAP.Customer customer = new EBizSOAP.Customer();
customer.FirstName = "Joe";
customer.LastName = "Miller";
customer.CompanyName = "CBS";
customer.BillingAddress.Address1 = "20 Pacifica";
customer.BillingAddress.Address2 = "Suite 1450";
customer.BillingAddress.City = "Irvine";
customer.BillingAddress.ZipCode = "92618";
customer.BillingAddress.State = "California";