lib/recurly/resources/transaction_error.rb in recurly-4.45.0 vs lib/recurly/resources/transaction_error.rb in recurly-4.46.0
- old
+ new
@@ -16,9 +16,13 @@
# @!attribute decline_code
# @return [String] Decline code
define_attribute :decline_code, String
+ # @!attribute fraud_info
+ # @return [TransactionFraudInfo] Fraud information
+ define_attribute :fraud_info, :TransactionFraudInfo
+
# @!attribute merchant_advice
# @return [String] Merchant message
define_attribute :merchant_advice, String
# @!attribute message