lib/recurly/resources/transaction_error.rb in recurly-3.0.0 vs lib/recurly/resources/transaction_error.rb in recurly-3.1.0
- old
+ new
@@ -20,9 +20,17 @@
# @!attribute message
# @return [String] Customer message
define_attribute :message, String
+ # @!attribute object
+ # @return [String] Object type
+ define_attribute :object, String
+
+ # @!attribute three_d_secure_action_token_id
+ # @return [String] Returned when 3-D Secure authentication is required for a transaction. Pass this value to Recurly.js so it can continue the challenge flow.
+ define_attribute :three_d_secure_action_token_id, String
+
# @!attribute transaction_id
# @return [String] Transaction ID
define_attribute :transaction_id, String
end
end