class Pingpp::BatchRefund
Public Class Methods
object_name()
click to toggle source
# File lib/pingpp/batch_refund.rb, line 6 def self.object_name 'batch_refund' end
resource_url(opts={})
click to toggle source
# File lib/pingpp/batch_refund.rb, line 10 def self.resource_url(opts={}) '/v1/batch_refunds' end