Class: Recurly::Resources::SubscriptionChangeBillingInfo
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::SubscriptionChangeBillingInfo
- Defined in:
- lib/recurly/resources/subscription_change_billing_info.rb
Instance Attribute Summary collapse
-
#three_d_secure_action_result_token_id ⇒ String
A token generated by Recurly.js after completing a 3-D Secure device fingerprinting or authentication challenge.
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#three_d_secure_action_result_token_id ⇒ String
Returns A token generated by Recurly.js after completing a 3-D Secure device fingerprinting or authentication challenge.
11 |
# File 'lib/recurly/resources/subscription_change_billing_info.rb', line 11 define_attribute :three_d_secure_action_result_token_id, String |