Method: ShellCardManagementApIs::AccountRequest#account_name
- Defined in:
- lib/shell_card_management_ap_is/models/account_request.rb
#account_name ⇒ String
Account Name of the customer. Optional. Minimum of 4 characters should be provided else not considered. Accounts those have the entered value at any part of the Name will be returned.
97 98 99 |
# File 'lib/shell_card_management_ap_is/models/account_request.rb', line 97 def account_name @account_name end |