Sha256: 1f51ce8168fef7a1501c5d31d7e92201b8c751ce09369134569734bf5a55d4e7

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

require_relative "./types"

module Yookassa
  module Entity
    class Confirmation < Dry::Struct
      attribute :type, Types::String
      attribute :confirmation_url, Types::String
      attribute? :enforce, Types::Bool
      attribute? :return_url, Types::String
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yookassa-0.2.0 lib/yookassa/entity/confirmation.rb