Sha256: fe8c33e8a612eb2fa2c87bed46552a00dea863b23437d4e918831e5309006bcf

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

class Epics::HPB < Epics::GenericRequest
  def root
    "ebicsNoPubKeyDigestsRequest"
  end

  def header
    client.header_request.build(
      nonce: nonce,
      timestamp: timestamp,
      order_type: 'HPB',
      order_attribute: 'DZHNN',
      with_bank_pubkey_digests: false,
      mutable: {}
    )
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
epics-2.7.0 lib/epics/hpb.rb
epics-2.6.0 lib/epics/hpb.rb
epics-2.5.0 lib/epics/hpb.rb