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.php
+25-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ class PaymentMethod extends RecurlyResource
20
20
private$_exp_month;
21
21
private$_exp_year;
22
22
private$_first_six;
23
+
private$_funding_source;
23
24
private$_gateway_attributes;
24
25
private$_gateway_code;
25
26
private$_gateway_token;
@@ -129,7 +130,7 @@ public function setCardType(string $card_type): void
129
130
130
131
/**
131
132
* Getter method for the cc_bin_country attribute.
132
-
* 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.
133
+
* The 2-letter ISO 3166-1 alpha-2 country code associated with the card's issuer, if known.
133
134
*
134
135
* @return ?string
135
136
*/
@@ -219,6 +220,29 @@ public function setFirstSix(string $first_six): void
0 commit comments