Sha256: 2dad5a3e707b5ab482a5f3197c884d0c2bc2da5bd1090979276d5ebe3f6ecf83
Contents?: true
Size: 528 Bytes
Versions: 3
Compression:
Stored size: 528 Bytes
Contents
require_relative 'transfer' require_relative '../../common/jsonifier' module MangoModel # Settlement Transfer entity # A Settlement Transfer is a transfer that can be used to settle # the credit from a repudiation following a lost dispute (to impact # the balance of the original wallet and settle the credit in your # client credit wallet). class SettlementTransfer < Transfer include MangoPay::Jsonifier # [String] ID of the associated repudiation transaction attr_accessor :repudiation_id end end
Version data entries
3 entries across 3 versions & 1 rubygems