Method: ShellCardManagementApIs::Filters#to_s

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

#to_sObject

Provides a human-readable string representation of the object.



703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'lib/shell_card_management_ap_is/models/filters.rb', line 703

def to_s
  class_name = self.class.name.split('::').last
  "<#{class_name} account_id: #{@account_id}, account_number: #{@account_number},"\
  " card_group_id: #{@card_group_id}, card_group_name: #{@card_group_name}, card_segment:"\
  " #{@card_segment}, card_status: #{@card_status}, card_type_code: #{@card_type_code},"\
  " col_co_code: #{@col_co_code}, col_co_country_code: #{@col_co_country_code}, col_co_id:"\
  " #{@col_co_id}, coverage: #{@coverage}, creation_date: #{@creation_date}, driver_name:"\
  " #{@driver_name}, effective_date: #{@effective_date}, exclude_bundle_id:"\
  " #{@exclude_bundle_id}, exclude_cancelled_cards: #{@exclude_cancelled_cards},"\
  " exclude_card_group_id: #{@exclude_card_group_id}, exclude_card_group_name:"\
  " #{@exclude_card_group_name}, exclude_cards: #{@exclude_cards}, exclude_fraud_cards:"\
  " #{@exclude_fraud_cards}, exclude_pending_renewal_cards: #{@exclude_pending_renewal_cards},"\
  " exclude_replaced_cards: #{@exclude_replaced_cards}, expiring_in_days:"\
  " #{@expiring_in_days}, expiry_month: #{@expiry_month}, include_bundle_details:"\
  " #{@include_bundle_details}, include_cards: #{@include_cards}, include_intermediate_status:"\
  " #{@include_intermediate_status}, issued_after: #{@issued_after}, network: #{@network},"\
  " pan_ends_with: #{@pan_ends_with}, payer_id: #{@payer_id}, payer_number: #{@payer_number},"\
  " purchase_category_code: #{@purchase_category_code}, sort_order: #{@sort_order},"\
  " include_scheduled_card_blocks: #{@include_scheduled_card_blocks}, token_type_id:"\
  " #{@token_type_id}, token_type_name: #{@token_type_name}, vehicle_registration_number:"\
  " #{@vehicle_registration_number}, exclude_old_cards: #{@exclude_old_cards},"\
  " exclude_expiring_cards: #{@exclude_expiring_cards}, client_reference_id:"\
  " #{@client_reference_id}, reissue_setting: #{@reissue_setting}, request_id:"\
  " #{@request_id}>"
end