lib/conekta/models/order_refund_request.rb in conekta-6.0.3 vs lib/conekta/models/order_refund_request.rb in conekta-6.0.4
- old
+ new
@@ -13,13 +13,15 @@
require 'date'
require 'time'
module Conekta
class OrderRefundRequest
+ # Amount to be refunded in cents
attr_accessor :amount
attr_accessor :expires_at
+ # Reason for the refund
attr_accessor :reason
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{