Method: ShellCardManagementApIs::Filters#reissue_setting
- Defined in:
- lib/shell_card_management_ap_is/models/filters.rb
#reissue_setting ⇒ 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
341 342 343 |
# File 'lib/shell_card_management_ap_is/models/filters.rb', line 341 def reissue_setting @reissue_setting end |