UNPKG

conekta

Version:
49 lines (44 loc) 1.01 kB
/* tslint:disable */ /* eslint-disable */ /** * Conekta API * Conekta sdk * * The version of the OpenAPI document: 2.2.0 * Contact: engineering@conekta.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface WhitelistlistRuleResponse */ export interface WhitelistlistRuleResponse { /** * Whitelist rule id * @type {string} * @memberof WhitelistlistRuleResponse */ 'id'?: string; /** * field used for whitelists rule * @type {string} * @memberof WhitelistlistRuleResponse */ 'field'?: string; /** * value used for whitelists rule * @type {string} * @memberof WhitelistlistRuleResponse */ 'value'?: string; /** * use an description for whitelisted rule * @type {string} * @memberof WhitelistlistRuleResponse */ 'description'?: string; }