Sha256: e6b618c5038b976c026044f6a73359be2d67a33f726357b7e1d80125745819a6

Contents?: true

Size: 327 Bytes

Versions: 23

Compression:

Stored size: 327 Bytes

Contents

# frozen_string_literal: true

module IronBank
  module Resources
    # An amendment updates a subscription version and has a type: new product,
    # update product, remove product, renewal, terms and conditions amendment.
    #
    class Amendment < Resource
      with_schema

      with_one :subscription
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
iron_bank-4.0.2 lib/iron_bank/resources/amendment.rb
iron_bank-4.0.1 lib/iron_bank/resources/amendment.rb
iron_bank-4.0.0 lib/iron_bank/resources/amendment.rb