Class: Sepa::DirectDebitOrder::PrivateSepaIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
lib/sepa/direct_debit_order.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#sepa_identifierObject

Returns the value of attribute sepa_identifier

Returns:

  • (Object)

    the current value of sepa_identifier



145
146
147
# File 'lib/sepa/direct_debit_order.rb', line 145

def sepa_identifier
  @sepa_identifier
end

Instance Method Details

#to_properties(prefix, opts) ⇒ Object



146
147
148
149
# File 'lib/sepa/direct_debit_order.rb', line 146

def to_properties prefix, opts
  { "#{prefix}.identification.private_identification.other.identification" => sepa_identifier,
    "#{prefix}.identification.private_identification.other.scheme_name.proprietary" => "SEPA"  }
end