Sha256: 66e330d159dcacbf2d9500f99fc60fbee610fd1a717f8fcb7e8b3c7f6c948547
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 Bytes
Contents
require_relative '../common/jsonifier' module MangoModel # Reason for a refund class RefundReason include MangoPay::Jsonifier # [RefundReasonType] Type of reason for refusal attr_accessor :refused_reason_type # [String] Message accompanying a refusal attr_accessor :refused_reason_message end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.1.0 | lib/mangopay/model/refund_reason.rb |
mangopay-v4-4.0.2 | lib/mangopay/model/refund_reason.rb |
mangopay-v4-4.0.1 | lib/mangopay/model/refund_reason.rb |