Class: Recurly::Requests::SubscriptionChangeBillingInfoCreate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::SubscriptionChangeBillingInfoCreate
- Defined in:
- lib/recurly/requests/subscription_change_billing_info_create.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::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
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/requests/subscription_change_billing_info_create.rb', line 11 define_attribute :three_d_secure_action_result_token_id, String |