lib/Mollie/API/Object/Payment/Refund.rb in mollie-api-ruby-1.1.2 vs lib/Mollie/API/Object/Payment/Refund.rb in mollie-api-ruby-1.1.3
- old
+ new
@@ -1,15 +1,15 @@
module Mollie
- module API
- module Object
- class Payment
- class Refund < Base
- attr_accessor :id,
- :amountRefunded,
- :amountRemaining,
- :payment,
- :refundedDatetime
- end
- end
- end
- end
-end
\ No newline at end of file
+ module API
+ module Object
+ class Payment
+ class Refund < Base
+ attr_accessor :id,
+ :amountRefunded,
+ :amountRemaining,
+ :payment,
+ :refundedDatetime
+ end
+ end
+ end
+ end
+end