Class: GOBL::Head::Stamp

Inherits:
Object show all
Defined in:
lib/generated/gobl/head/stamp.rb

Overview

Stamp defines an official seal of approval from a third party like a governmental agency or intermediary and should thus be included in any official envelopes.

Constant Summary collapse

SCHEMA_ID =

The Schema ID of the GOBL Stamp structure

'https://gobl.org/draft-0/head/stamp'

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

new

Methods inherited from Struct

#as_json, from_data, from_json!, #to_json

Instance Attribute Details

#prvGOBL::CBC::Key (readonly)

Identity of the agency used to create the stamp usually defined by each region.

Returns:



18
# File 'lib/generated/gobl/head/stamp.rb', line 18

property :prv, GOBL::CBC::Key

#valString (readonly)

The serialized stamp value generated for or by the external agency

Returns:

  • (String)


24
# File 'lib/generated/gobl/head/stamp.rb', line 24

property :val, String