Method: ShellCardManagementApIs::Filters#request_id
- Defined in:
- lib/shell_card_management_ap_is/models/filters.rb
#request_id ⇒ String
Default Value: All<br /> Optional<br /> This option is used to filter the list of cards with ‘ReissueSetting’.<br /> If ‘True’, the API will return cards with ReIssueSetting value is true.<br /> If ‘False’, the API will return cards with ReIsssueSetting value is false.<br /> If ‘ALL’, API will return cards with ReIssueSetting value True & False both.<br /> Allowed Values:<br />
-
All<br />
-
True<br />
-
False
358 359 360 |
# File 'lib/shell_card_management_ap_is/models/filters.rb', line 358 def request_id @request_id end |