Sha256: c1a63f4b9219df04b9d71ee338d72a71d2f3169bcbaf921531769b07c6c6da98
Contents?: true
Size: 212 Bytes
Versions: 24
Compression:
Stored size: 212 Bytes
Contents
module StarkitBanking class MiniStatement Entry = Struct.new(:recordDate, :spent, :received, :narrative) end class Transfer Status = Struct.new(:status, :utr, :transferType) end end
Version data entries
24 entries across 24 versions & 1 rubygems