Method: ShellCardManagementApIs::Filters#pan_ends_with

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

#pan_ends_withString

Last digits of the PAN number<br /> Minimum 4 last digits of the card should be sent for this field to be considered as part of the search criteria.<br /> Optional<br /> Max Length: 50

Returns:

  • (String)


228
229
230
# File 'lib/shell_card_management_ap_is/models/filters.rb', line 228

def pan_ends_with
  @pan_ends_with
end