# frozen_string_literal: true require 'credit_gateway/base_model' module CreditGateway class BankAccountScheme < BaseModel attributes :scheme_name, :identification end end