Sha256: 35738dbedc7b54f36dd049dd7145d0c2fcb37059bdc47b552a0256c4c1a5a552

Contents?: true

Size: 352 Bytes

Versions: 1

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

module MonoMerchant
  module Invoice

    class FiscalChecks < PaymentInfo

      protected

      # todo: objectify array of checks?
      # https://api.monobank.ua/docs/acquiring.html#/paths/~1api~1merchant~1invoice~1fiscal-checks?invoiceId={invoiceId}/get
      def data
        %w[checks]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mono-merchant-0.2.0 lib/mono-merchant/invoice/fiscal_checks.rb