Sha256: 68ea97d56e1553e2dbb9adc47c39ef117174c381dfd38185fd5476643d3207ff
Contents?: true
Size: 263 Bytes
Versions: 8
Compression:
Stored size: 263 Bytes
Contents
module Pingpp class BatchRefund < APIResource extend Pingpp::APIOperations::Create extend Pingpp::APIOperations::List def self.object_name 'batch_refund' end def self.resource_url(opts={}) '/v1/batch_refunds' end end end
Version data entries
8 entries across 8 versions & 1 rubygems