Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 812 Bytes

RiskRulesData.md

File metadata and controls

21 lines (16 loc) · 812 Bytes

conekta.model.RiskRulesData

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
id String rule id [optional]
field String field to be used for the rule [optional]
createdAt String rule creation date [optional]
value String value to be used for the rule [optional]
isGlobal bool if the rule is global [optional]
isTest bool if the rule is test [optional]
description String description of the rule [optional]

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