lib/recurly/requests/billing_info_create.rb in recurly-4.13.0 vs lib/recurly/requests/billing_info_create.rb in recurly-4.14.0
- old
+ new
@@ -32,10 +32,14 @@
# @!attribute cvv
# @return [String] *STRONGLY RECOMMENDED*
define_attribute :cvv, String
+ # @!attribute external_hpp_type
+ # @return [String] Use for Adyen HPP billing info.
+ define_attribute :external_hpp_type, String
+
# @!attribute first_name
# @return [String] First name
define_attribute :first_name, String
# @!attribute fraud_session_id
@@ -71,9 +75,13 @@
define_attribute :name_on_account, String
# @!attribute number
# @return [String] Credit card number, spaces and dashes are accepted.
define_attribute :number, String
+
+ # @!attribute online_banking_payment_type
+ # @return [String] Use for Online Banking billing info.
+ define_attribute :online_banking_payment_type, String
# @!attribute paypal_billing_agreement_id
# @return [String] PayPal billing agreement ID
define_attribute :paypal_billing_agreement_id, String