Method: ShellCardManagementApIs::Filters#request_id

Defined in:
lib/shell_card_management_ap_is/models/filters.rb

#request_idString

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 &amp; False both.<br /> Allowed Values:<br />

  1. All<br />

  2. True<br />

  3. False

Returns:

  • (String)


358
359
360
# File 'lib/shell_card_management_ap_is/models/filters.rb', line 358

def request_id
  @request_id
end