Put Entity Type
| frauddetector_put_entity_type | R Documentation |
Creates or updates an entity type¶
Description¶
Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.
Usage¶
Arguments¶
name[required] The name of the entity type.
descriptionThe description.
tagsA collection of key and value pairs.
Value¶
An empty list.