Sha256: 9138c314575b6c79dc3968a53c32dfa44396f29ff64e9810701c6e4ee9616aed

Contents?: true

Size: 439 Bytes

Versions: 4

Compression:

Stored size: 439 Bytes

Contents

require 'typesafe_enum'

module OpenActive
  module Enums
    module Schema
      # RefundTypeEnumeration enumerates several kinds of product return refund types.
      class RefundTypeEnumeration < TypesafeEnum::Base
        new :ExchangeRefund, "https://schema.org/ExchangeRefund"
        new :FullRefund, "https://schema.org/FullRefund"
        new :StoreCreditRefund, "https://schema.org/StoreCreditRefund"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openactive-0.1.2 lib/openactive/enums/schema/refund_type_enumeration.rb
openactive-0.1.1 lib/openactive/enums/schema/refund_type_enumeration.rb
openactive-0.1.0 lib/openactive/enums/schema/refund_type_enumeration.rb
openactive-0.1.0.rc1 lib/openactive/enums/schema/refund_type_enumeration.rb