Skip to content

Latest commit

 

History

History
60 lines (28 loc) · 1.4 KB

ScreeningProviderRulesConfigurationResponse.md

File metadata and controls

60 lines (28 loc) · 1.4 KB

ScreeningProviderRulesConfigurationResponse

Properties

Name Type Description Notes
action string [default to undefined]
direction string [optional] [default to undefined]
status string [optional] [default to undefined]
amountUSD number [optional] [default to undefined]
amount number [optional] [default to undefined]
asset string [optional] [default to undefined]

Enum: ScreeningProviderRulesConfigurationResponseActionEnum

  • Accept (value: 'ACCEPT')

  • Reject (value: 'REJECT')

  • Alert (value: 'ALERT')

  • Wait (value: 'WAIT')

  • Freeze (value: 'FREEZE')

  • Cancel (value: 'CANCEL')

Enum: ScreeningProviderRulesConfigurationResponseDirectionEnum

  • Inbound (value: 'INBOUND')

  • Outbound (value: 'OUTBOUND')

Enum: ScreeningProviderRulesConfigurationResponseStatusEnum

  • Completed (value: 'COMPLETED')

  • Pending (value: 'PENDING')

  • Rejected (value: 'REJECTED')

  • Failed (value: 'FAILED')

  • Canceled (value: 'CANCELED')

  • BlockingTimeExpired (value: 'BLOCKING_TIME_EXPIRED')

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