Method: ShellCardManagementApIs::Filters.nullables
- Defined in:
- lib/shell_card_management_ap_is/models/filters.rb
.nullables ⇒ Object
An array for nullable fields
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 |
# File 'lib/shell_card_management_ap_is/models/filters.rb', line 458 def self.nullables %w[ account_id account_number card_group_id card_group_name card_segment card_type_code col_co_code col_co_country_code col_co_id coverage creation_date effective_date exclude_bundle_id exclude_card_group_id exclude_card_group_name expiring_in_days expiry_month issued_after network pan_ends_with payer_id payer_number purchase_category_code sort_order token_type_id token_type_name client_reference_id reissue_setting ] end |