Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 2.33 KB

CustomerQuery.md

File metadata and controls

38 lines (34 loc) · 2.33 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]
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]
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]