lib/recurly/requests/billing_info_create.rb in recurly-4.21.1 vs lib/recurly/requests/billing_info_create.rb in recurly-4.22.0
- old
+ new
@@ -37,11 +37,11 @@
# @!attribute cvv
# @return [String] *STRONGLY RECOMMENDED*
define_attribute :cvv, String
# @!attribute external_hpp_type
- # @return [String] Use for Adyen HPP billing info.
+ # @return [String] Use for Adyen HPP billing info. This should only be used as part of a pending purchase request, when the billing info is nested inside an account object.
define_attribute :external_hpp_type, String
# @!attribute first_name
# @return [String] First name
define_attribute :first_name, String
@@ -81,10 +81,10 @@
# @!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.
+ # @return [String] Use for Online Banking billing info. This should only be used as part of a pending purchase request, when the billing info is nested inside an account object.
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