Sha256: ce08b1a237e48756b2e83adce17c99003cdd24ed49b5b89dc0893e03ee1ad256
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true module PayPro module Endpoints class Refunds < Endpoint include PayPro::Operations::Getable include PayPro::Operations::Listable def resource_path 'refunds' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypro-2.0.0 | lib/pay_pro/endpoints/refunds.rb |