class Mindee::Product::US::HealthcareCard::HealthcareCardV1Copay

def to_s

Returns:
  • (String) -
def to_s
  printable = printable_values
  out_str = String.new
  out_str << "\n  :Service Fees: #{printable[:service_fees]}"
  out_str << "\n  :Service Name: #{printable[:service_name]}"
  out_str
end