Sha256: 3526d648439cc29f36dd70dab5c03bf1007fe8c929d405b5fe67f6aa3f12349b

Contents?: true

Size: 439 Bytes

Versions: 3

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 :FullRefund, "https://schema.org/FullRefund"
        new :StoreCreditRefund, "https://schema.org/StoreCreditRefund"
        new :ExchangeRefund, "https://schema.org/ExchangeRefund"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openactive-0.2.2 lib/openactive/enums/schema/refund_type_enumeration.rb
openactive-0.2.1 lib/openactive/enums/schema/refund_type_enumeration.rb
openactive-0.2.0 lib/openactive/enums/schema/refund_type_enumeration.rb