Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.14 KB

CustomerResponseModel.md

File metadata and controls

16 lines (13 loc) · 1.14 KB

CustomerResponseModel

Properties

Name Type Description Notes
id str The customer's ID. This property supports: filtering and searching. [optional]
name str The customer's name. This property supports: sorting, filtering and searching. [optional]
parent_id str The customer's parent ID if there is an L1/L2 relationship. This property supports: filtering. [optional]
state str The customer's current state. [optional]
#_type str The customer's # type. This property supports: sorting. [optional]
disabled_date datetime The customer's disabled date. This property supports: filtering. [optional]
saas_customer_id str The customer's external Saas ID. This property supports: sorting. [optional]
plan CustomerPlanResponseModel [optional]

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