Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.36 KB

GeneralAccountResponseModel.md

File metadata and controls

26 lines (23 loc) · 2.36 KB

GeneralAccountResponseModel

Properties

Name Type Description Notes
legacy_account_id str The legacy account's ID. This property supports: searching. [optional]
parent_id str The account's parent. [optional]
provider_identifier str The account's cloud provider identifier. This property supports: searching. [optional]
provider_sub_type str The account's cloud provider sub-type. This property supports: searching. [optional]
provider_payment_type str The account's payment model. [optional]
payer_identifier str The account's payer identifier. This property supports: searching. [optional]
friendly_name str The account's friendly name. This property supports: searching. [optional]
new_parent_assignment ParentAssignment [optional]
associated_account_attributes list[AccountAttributeBasicInfo] Associated account attributes. [optional]
payee_configuration PayeeConfigurationModel [optional]
type str The account group's type. Valid types are General, Group, and MAV. This property supports: filtering and sorting. [optional]
provider str The account's cloud provider. This property supports: sorting, filtering and searching. [optional]
created_date datetime The account's creation date. This property supports: sorting and filtering. [optional]
has_pending_change bool True if the account has a pending change. [optional]
is_system_managed bool Setting to indicate whether an account is managed automatically. [optional]
credential_verification_status str Indicates the account's credential verification status. This property supports: sorting and filtering. [optional]
id str The account's ID. This property supports: sorting and filtering. [optional]
name str The account's name. This property supports: sorting, filtering and searching. [optional]

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