class Seatsio::Domain::Subaccount

def initialize(data)

def initialize(data)
  super
  @public_key = data['publicKey']
end