Sha256: 6cc151f5e6f8d2f965d73bc8d3e98307a67a5c397d96475cdcb6f359b96d52da
Contents?: true
Size: 425 Bytes
Versions: 7
Compression:
Stored size: 425 Bytes
Contents
module Balanced # A Refund represents a reversal of funds from a Debit. A Debit can have # many Refunds associated with it up to the total amount of the original # Debit. Funds are returned to your Marketplace's Merchant Account # proportional to the amount of the Refund. # class Refund include Balanced::Resource include Balanced::HypermediaRegistry define_hypermedia_types [:refunds] end end
Version data entries
7 entries across 7 versions & 1 rubygems