lib/recurly/requests/billing_info_create.rb in recurly-3.0.0 vs lib/recurly/requests/billing_info_create.rb in recurly-3.1.0
- old
+ new
@@ -48,12 +48,20 @@
# @!attribute paypal_billing_agreement_id
# @return [String] PayPal billing agreement ID
define_attribute :paypal_billing_agreement_id, String
+ # @!attribute three_d_secure_action_result_token_id
+ # @return [String] A token generated by Recurly.js after completing a 3-D Secure device fingerprinting or authentication challenge.
+ define_attribute :three_d_secure_action_result_token_id, String
+
# @!attribute token_id
# @return [String] A token [generated by Recurly.js](https://docs.recurly.com/js/#getting-a-token).
define_attribute :token_id, String
+
+ # @!attribute transaction_type
+ # @return [String] An optional type designation for the payment gateway transaction created by this request. Supports 'moto' value, which is the acronym for mail order and telephone transactions.
+ define_attribute :transaction_type, String
# @!attribute vat_number
# @return [String] VAT number
define_attribute :vat_number, String