You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/recurly/resources/payment_method.rb
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ class PaymentMethod < Resource
23
23
define_attribute:card_type,String
24
24
25
25
# @!attribute cc_bin_country
26
-
# @return [String] The 2-letter ISO 3166-1 alpha-2 country code associated with the credit card BIN, if known by Recurly. Available on the BillingInfo object only. Available when the BIN country lookup feature is enabled.
26
+
# @return [String] The 2-letter ISO 3166-1 alpha-2 country code associated with the card's issuer, if known.
27
27
define_attribute:cc_bin_country,String
28
28
29
29
# @!attribute exp_month
@@ -38,6 +38,10 @@ class PaymentMethod < Resource
38
38
# @return [String] Credit card number's first six digits.
39
39
define_attribute:first_six,String
40
40
41
+
# @!attribute funding_source
42
+
# @return [String] The funding source of the card, if known.
43
+
define_attribute:funding_source,String
44
+
41
45
# @!attribute gateway_attributes
42
46
# @return [GatewayAttributes] Gateway specific attributes associated with this PaymentMethod
0 commit comments