class Sepa::DirectDebitOrder::PrivateSepaIdentifier

Public Instance Methods

to_properties(prefix, opts) click to toggle source
# File lib/sepa/direct_debit_order.rb, line 145
def to_properties prefix, opts
  { "#{prefix}.identification.private_identification.other.identification" => sepa_identifier,
    "#{prefix}.identification.private_identification.other.scheme_name.proprietary" => "SEPA"  }
end