Sha256: d66a330b0a34f201c86b958c09a507490b75dd7ff3610763fbf40ffc5dac3a4c
Contents?: true
Size: 340 Bytes
Versions: 9
Compression:
Stored size: 340 Bytes
Contents
module Affirm module Responses class Refund include Virtus.model attribute :id, String attribute :transaction_id, String attribute :amount, Integer attribute :fee_refunded, Integer attribute :created, DateTime attribute :type, String end end end
Version data entries
9 entries across 9 versions & 1 rubygems