Sha256: 540f8dc0dc3aac91e925d6b34f589fde21685aca8f234481caff5d52dadcfdcb

Contents?: true

Size: 566 Bytes

Versions: 1

Compression:

Stored size: 566 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

1 entries across 1 versions & 1 rubygems

Version Path
mangopay-v4-4.0.0 lib/mangopay/model/entity/repudiation.rb