Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 2.61 KB

File metadata and controls

43 lines (38 loc) · 2.61 KB

com.ultracart.admin.v2.Model.CustomerQuery

Properties

Name Type Description Notes
AllTags List<string> All tags the customer must have [optional]
AnyTags List<string> Any of these tags the customer must have [optional]
BillingCity string Billing city [optional]
BillingCompany string Billing company [optional]
BillingCountryCode string Billing country code [optional]
BillingDayPhone string Billing day phone [optional]
BillingEveningPhone string Billing evening phone [optional]
BillingFirstName string Billing first name [optional]
BillingLastName string Billing last name [optional]
BillingPostalCode string Billing postal code [optional]
BillingState string Billing state [optional]
Email string Email address of this customer profile [optional]
Emails List<string> Emails allows for searching on multiple email addresses and work with our without the single email variable. You may specify a single email address here or use the email property. [optional]
LastModifiedDtsEnd string Last modified date end [optional]
LastModifiedDtsStart string Last modified date start [optional]
PricingTierName string Pricing tier name [optional]
PricingTierOid int Pricing tier oid [optional]
QbClass string QuickBooks class to import this customer as [optional]
QueryTarget string Query Target [optional]
QuickbooksCode string QuickBooks name to import this customer as [optional]
ShippingCity string Billing city [optional]
ShippingCompany string Billing company [optional]
ShippingCountryCode string Billing country code [optional]
ShippingDayPhone string Billing day phone [optional]
ShippingEveningPhone string Billing evening phone [optional]
ShippingFirstName string Billing first name [optional]
ShippingLastName string Billing last name [optional]
ShippingPostalCode string Billing postal code [optional]
ShippingState string Billing state [optional]
SignupDtsEnd string Signup date end [optional]
SignupDtsStart string Signup date start [optional]

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