Sha256: a160ca6f25ab3081f21c36232a808da23ed53b0ca0a9fcc1fd2e25f8f3966234

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 Bytes

Contents

require_relative '../../common/jsonifier'

module MangoModel

  # Repudiation entity
  # A Repudiation is created when a user has requested a chargeback
  # for a pay-in and the bank has withdrawn the funds from MangoPay
  # automatically. A repudiation is always linked to a dispute.
  class Repudiation < Transaction
    include MangoPay::Jsonifier

    # [String] ID of the initial transaction
    attr_accessor :initial_transaction_id

    # [TransactionType] Type of the initial transaction
    attr_accessor :initial_transaction_type
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mangopay-v4-4.1.0 lib/mangopay/model/entity/repudiation.rb
mangopay-v4-4.0.2 lib/mangopay/model/entity/repudiation.rb
mangopay-v4-4.0.1 lib/mangopay/model/entity/repudiation.rb