Sha256: b0941bfa43afbe5edebc0362668dffc4d36bf001e4fd01a9313accf807457db0
Contents?: true
Size: 425 Bytes
Versions: 3
Compression:
Stored size: 425 Bytes
Contents
require_relative '../../common/jsonifier' module MangoModel # Refund entity class Refund < Transaction include MangoPay::Jsonifier # [String] The initial transaction's ID attr_accessor :initial_transaction_id # [TransactionType] The initial transaction's type attr_accessor :initial_transaction_type # [RefundReason] Info about the reason for refund attr_accessor :refund_reason end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.1.0 | lib/mangopay/model/entity/refund.rb |
mangopay-v4-4.0.2 | lib/mangopay/model/entity/refund.rb |
mangopay-v4-4.0.1 | lib/mangopay/model/entity/refund.rb |