Sha256: 0f52eab3e7da69db4c59af1be86101ea4527d3048e2b1bf418956b7ef14daab7
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true require_relative "./types" module Yookassa module Entity class Recipient < Dry::Struct attribute :account_id, Types::String attribute :gateway_id, Types::String end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yookassa-0.2.0 | lib/yookassa/entity/recipient.rb |